-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashoard] Remove modular contracts beta tags #5314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5314 +/- ##
=======================================
Coverage 45.61% 45.61%
=======================================
Files 1068 1068
Lines 55556 55556
Branches 4047 4047
=======================================
Hits 25341 25341
Misses 29525 29525
Partials 690 690
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the `displayName` and removing the `isBeta` flag for the `modular-contracts` entry in the `explore.ts` file, indicating a shift from a beta status to a more stable release.
### Detailed summary
- Changed `displayName` from "Modular Contracts (Beta)" to "Modular Contracts".
- Removed the `isBeta` property set to `true`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
b247494 to
9fb2a71
Compare
|

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on updating the
displayNameand removing theisBetaflag for themodular-contractsin theexplore.tsfile, indicating a shift towards a more stable release of the feature.Detailed summary
displayNamefrom "Modular Contracts (Beta)" to "Modular Contracts".isBetaflag set totrue.