-
Notifications
You must be signed in to change notification settings - Fork 620
[MNY-202] Dashboard: Update resource links in project > bridge page #8196
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 GitHub.
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
WalkthroughUpdated bridge UI links and content: the quickstart card now points to the bridge swap setup and label, the bridge page header adds docs and playground links, and the Page component’s footer prop block was removed. Changes
Sequence Diagram(s)(No sequence diagram — changes are link/text updates and layout prop removal; no control-flow or runtime behavior changes to illustrate.) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches❌ Failed checks (4 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8196 +/- ##
=======================================
Coverage 55.04% 55.04%
=======================================
Files 919 919
Lines 60563 60563
Branches 4125 4125
=======================================
Hits 33338 33338
Misses 27121 27121
Partials 104 104
🚀 New features to boost your workflow:
|
.../src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx
Outdated
Show resolved
Hide resolved
.../src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx
Outdated
Show resolved
Hide resolved
jakeloo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to setup redirect?
size-limit report 📦
|
Merge activity
|
…8196) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `QuickstartSection.client.tsx` and `page.tsx` files in the bridge section of the dashboard. It modifies features, links, and documentation references to align with the new bridge functionality. ### Detailed summary - Updated `setupTime` to `5` in `QuickstartSection.client.tsx`. - Changed `features` from `["Swap any token", "Cross-chain swaps"]` to `["Swap any token", "Cross-chain swap"]`. - Updated link `href` from `https://portal.thirdweb.com/payments/swap` to `https://portal.thirdweb.com/bridge/swap` and changed label to "Setup Swap". - Added new documentation link to `page.tsx`: `https://portal.thirdweb.com/bridge`. - Added new playground link to `page.tsx`: `https://playground.thirdweb.com/bridge/swap-widget`. - Removed old commented-out documentation links related to payments. - Removed several links under the footer sections for payments and replaced them with new links relevant to the bridge. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Features - Added a direct link to Bridge docs in the header for quicker access. - Added a Playground link in the header to enable easy testing of the Bridge swap widget. - Style - Removed footer sections from the Bridge page to streamline the layout and reduce clutter. - Chores - Updated the “Setup Swap” feature card and its link to point to the Bridge setup URL for improved navigation. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
81571f9 to
1c660d4
Compare

PR-Codex overview
This PR updates the
QuickstartSection.client.tsxandpage.tsxfiles to reflect changes in the bridge functionality, including link updates and feature descriptions.Detailed summary
setupTimeinQuickstartSection.client.tsxto5.featuresfrom["Swap any token", "Cross-chain swaps"]to["Swap any token", "Cross-chain swap"].linkhreffromhttps://portal.thirdweb.com/payments/swaptohttps://portal.thirdweb.com/bridge/swapandlabelfrom "Setup Swaps" to "Setup Swap".page.tsx.Summary by CodeRabbit
New Features
Style
Chores