Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Oct 6, 2025


PR-Codex overview

This PR updates the QuickstartSection.client.tsx and page.tsx files to reflect changes in the bridge functionality, including link updates and feature descriptions.

Detailed summary

  • Updated setupTime in QuickstartSection.client.tsx to 5.
  • 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 label from "Setup Swaps" to "Setup Swap".
  • Added new documentation links for the bridge in page.tsx.
  • Removed old payment-related links and added new links for playground and documentation in the footer.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Summary by CodeRabbit

  • New Features

    • Added direct Bridge docs and a Playground link in the header for quicker access and testing.
  • Style

    • Removed footer sections from the Bridge page to streamline the layout.
  • Chores

    • Updated the Bridge feature card: label changed to "Setup Swap" and its link now points to the Bridge setup URL.

@linear
Copy link

linear bot commented Oct 6, 2025

@changeset-bot
Copy link

changeset-bot bot commented Oct 6, 2025

⚠️ No Changeset found

Latest commit: 1c660d4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 6, 2025 16:57 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 6, 2025 16:57 Inactive
@MananTank MananTank marked this pull request as ready for review October 6, 2025 16:57
@vercel vercel bot temporarily deployed to Preview – nebula October 6, 2025 16:57 Inactive
@MananTank MananTank requested review from a team as code owners October 6, 2025 16:57
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 6, 2025 16:57 Inactive
@vercel
Copy link

vercel bot commented Oct 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
thirdweb-www Ready Ready Preview Comment Oct 6, 2025 9:30pm
4 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs-v2 Skipped Skipped Oct 6, 2025 9:30pm
nebula Skipped Skipped Oct 6, 2025 9:30pm
thirdweb_playground Skipped Skipped Oct 6, 2025 9:30pm
wallet-ui Skipped Skipped Oct 6, 2025 9:30pm

Copy link
Member Author

MananTank commented Oct 6, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

@MananTank MananTank changed the base branch from pro-25 to graphite-base/8196 October 6, 2025 16:57
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 6, 2025 16:57 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula October 6, 2025 16:57 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 6, 2025 16:57 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 6, 2025 16:57 Inactive
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 6, 2025

Walkthrough

Updated 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

Cohort / File(s) Summary
Quickstart text & link
apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx
Changed feature text from "Cross-chain swaps" → "Cross-chain swap"; updated quickstart link href from /payments/swap/bridge/swap and link label from "Setup Swaps" → "Setup Swap".
Header links & footer removal
apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/page.tsx
Added header docs link (https://portal.thirdweb.com/bridge) and playground link (https://playground.thirdweb.com/bridge/swap-widget). Removed the Page component's footer prop block (center/left/right footer link groups and titles deleted).

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)
Check name Status Explanation Resolution
Linked Issues Check ⚠️ Warning The PR correctly adds the documentation and playground links specified by issue MNY-202 but does not implement the addition of a “new” badge in the sidebar for the Bridge page, the removal of the “new” badge from the Tokens page, nor does it explicitly mention the SwapWidget in the page content. Please update the sidebar to add and remove the “new” badges as required and include a clear textual mention of the SwapWidget on the Bridge page to fully satisfy the linked issue objectives.
Out of Scope Changes Check ⚠️ Warning The PR introduces a change to setupTime in QuickstartSection and removes the entire footer of payment links in page.tsx, neither of which are specified in the linked issue’s objectives for updating the Bridge page. Consider extracting the setupTime adjustment and footer removal into a separate PR or confirm that these modifications are intended to be part of this issue before proceeding with merge.
Description Check ⚠️ Warning The PR description currently only contains the unfilled template placeholders and an autogenerated PR-Codex overview but does not provide the required PR title in the specified format, notes for the reviewer, or clear testing instructions as outlined in the repository’s template. Please populate the template by providing the PR title according to the required format, adding notes for the reviewer, and including clear steps on how to test the changes.
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (1 passed)
Check name Status Explanation
Title Check ✅ Passed The title clearly identifies the scope of the change by referencing the dashboard section and updating resource links on the project’s bridge page, and it follows the concise format including the issue tag. It accurately reflects the main purpose of the PR without extraneous details. No further modification is needed.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch mny-202

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 81571f9 and 1c660d4.

📒 Files selected for processing (2)
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx (1 hunks)
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/page.tsx (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (2)
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/page.tsx
⏰ 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)
  • GitHub Check: Size
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • TEAM-0000: Entity not found: Issue - Could not find referenced Issue.

Comment @coderabbitai help to get the list of available commands and usage tips.

@MananTank MananTank changed the base branch from graphite-base/8196 to main October 6, 2025 16:57
@codecov
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.04%. Comparing base (30b5c30) to head (1c660d4).
⚠️ Report is 1 commits behind head on main.

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           
Flag Coverage Δ
packages 55.04% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@jakeloo jakeloo left a 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?

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 6, 2025 19:09 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 6, 2025 19:09 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula October 6, 2025 19:09 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 6, 2025 19:09 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.6 KB (0%) 1.3 s (0%) 146 ms (+103.17% 🔺) 1.5 s
thirdweb (cjs) 365.75 KB (0%) 7.4 s (0%) 764 ms (+4.19% 🔺) 8.1 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 35 ms (+639.5% 🔺) 150 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 30 ms (+1561.46% 🔺) 41 ms
thirdweb/react (minimal + tree-shaking) 19.13 KB (0%) 383 ms (0%) 20 ms (+419.32% 🔺) 403 ms

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 6, 2025

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 -->
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 6, 2025 21:22 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 6, 2025 21:22 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 6, 2025 21:22 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula October 6, 2025 21:22 Inactive
@graphite-app graphite-app bot merged commit 1c660d4 into main Oct 6, 2025
24 checks passed
@graphite-app graphite-app bot deleted the mny-202 branch October 6, 2025 21:32
@vercel vercel bot temporarily deployed to Production – thirdweb_playground October 6, 2025 21:32 Inactive
@vercel vercel bot temporarily deployed to Production – nebula October 6, 2025 21:32 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui October 6, 2025 21:32 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 October 6, 2025 21:32 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants