-
Notifications
You must be signed in to change notification settings - Fork 619
move /deploy and /smart-contracts to framer #5300
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
|
|
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. |
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5300 +/- ##
=======================================
Coverage 45.55% 45.55%
=======================================
Files 1068 1068
Lines 55514 55514
Branches 4029 4029
=======================================
Hits 25292 25292
Misses 29532 29532
Partials 690 690
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
a5de5ce to
11b6e8b
Compare
11b6e8b to
52c2cea
Compare
Merge activity
|
<!-- start pr-codex -->
## PR-Codex overview
This PR focuses on deleting several pages and components from the `dashboard` application and updating the redirects in `redirects.js`. It also modifies the `PRODUCTS` and `SOLUTIONS` lists, removing specific entries and their corresponding links.
### Detailed summary
- Deleted multiple files from `apps/dashboard/src/pages` and `apps/dashboard/src/components`.
- Updated `apps/dashboard/redirects.js` with new redirect rules for several routes.
- Removed entries related to `Interact`, `Sponsored Transactions`, and `Minting` from `PRODUCTS`.
- Adjusted `PageId` enum by removing references to deleted pages.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
52c2cea to
f79ddf8
Compare

PR-Codex overview
This PR focuses on the removal of several pages and components from the dashboard, along with updates to redirect rules and the
PRODUCTSandPageIdenumerations to reflect these deletions.Detailed summary
build.tsx,deploy.tsx,publish.tsx,interact.tsx,dashboards.tsx,index.tsx,ui-components.tsx,smart-contracts.tsx, and several solution pages.apps/dashboard/redirects.jsto add new redirect rules for removed pages.Interact,Sponsored Transactions, andMintingfromPRODUCTS.PageIdentries forBuildLanding,DeployLanding,PublishLanding, and others related to removed pages.