Skip to content

Conversation

MananTank
Copy link
Member

@MananTank MananTank commented Oct 12, 2025


PR-Codex overview

This PR introduces a new component structure for displaying bridge transaction statuses and an overview in a tabbed interface, enhancing user experience on the dashboard. It also adds storybook stories for various bridge statuses and integrates polling for real-time updates.

Detailed summary

  • Added BridgeAndOverviewTabs component for tabbed navigation between bridge status and overview.
  • Implemented BridgeStatus component to display detailed bridge transaction information.
  • Created storybook stories for completed, pending, failed, and not found bridge statuses.
  • Integrated BridgeStatusWithPolling for real-time status updates.
  • Updated the Page component to include the new tab structure and bridge status.

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

Copy link

linear bot commented Oct 12, 2025

Copy link

changeset-bot bot commented Oct 12, 2025

⚠️ No Changeset found

Latest commit: cccbde9

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

Copy link

vercel bot commented Oct 12, 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 13, 2025 9:38pm
4 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs-v2 Skipped Skipped Oct 13, 2025 9:38pm
nebula Skipped Skipped Oct 13, 2025 9:38pm
thirdweb_playground Skipped Skipped Oct 13, 2025 9:38pm
wallet-ui Skipped Skipped Oct 13, 2025 9:38pm

@vercel vercel bot temporarily deployed to Preview – nebula October 12, 2025 15:52 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 12, 2025 15:52 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 12, 2025 15:52 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 12, 2025 15:52 Inactive
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Oct 12, 2025
@MananTank MananTank marked this pull request as ready for review October 12, 2025 15:52
@MananTank MananTank requested review from a team as code owners October 12, 2025 15:52
Copy link
Contributor

coderabbitai bot commented Oct 12, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch mny-240

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

Copy link
Member Author

MananTank commented Oct 12, 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.

Copy link

codecov bot commented Oct 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.02%. Comparing base (85a6afc) to head (cccbde9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8241   +/-   ##
=======================================
  Coverage   55.02%   55.02%           
=======================================
  Files         919      919           
  Lines       60583    60583           
  Branches     4127     4127           
=======================================
  Hits        33335    33335           
  Misses      27145    27145           
  Partials      103      103           
Flag Coverage Δ
packages 55.02% <ø> (ø)
🚀 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
Contributor

github-actions bot commented Oct 12, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.51 KB (0%) 1.3 s (0%) 166 ms (+216.41% 🔺) 1.5 s
thirdweb (cjs) 366.04 KB (0%) 7.4 s (0%) 531 ms (+7.82% 🔺) 7.9 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 87 ms (+3763.1% 🔺) 202 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 54 ms (+5106.46% 🔺) 65 ms
thirdweb/react (minimal + tree-shaking) 19.13 KB (0%) 383 ms (0%) 52 ms (+1972.61% 🔺) 435 ms

@vercel vercel bot temporarily deployed to Preview – docs-v2 October 13, 2025 17:24 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 13, 2025 17:24 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula October 13, 2025 17:24 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 13, 2025 17:25 Inactive
@MananTank MananTank changed the base branch from graphite-base/8241 to mny-249 October 13, 2025 17:25
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 13, 2025 20:09 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula October 13, 2025 20:09 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 13, 2025 20:09 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 13, 2025 20:09 Inactive
Copy link
Contributor

graphite-app bot commented Oct 13, 2025

Merge activity

…vailable (#8241)

<!--

## 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 introduces a new tabbed interface for bridge status and overview details in the transaction view. It enhances user experience by allowing easy navigation between different states of a bridge transaction.

### Detailed summary
- Added `BridgeAndOverviewTabs` component for tab navigation.
- Implemented `BridgeStatus` component to display bridge transaction status.
- Created stories for different bridge statuses (`Completed`, `Pending`, `Failed`, `NotFound`).
- Enhanced `Page` component to include bridge status with polling.
- Refactored transaction details layout for better clarity.

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

<!-- end pr-codex -->
@vercel vercel bot temporarily deployed to Preview – nebula October 13, 2025 21:30 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 13, 2025 21:30 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 13, 2025 21:30 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 13, 2025 21:30 Inactive
Base automatically changed from mny-249 to main October 13, 2025 21:39
@graphite-app graphite-app bot merged commit cccbde9 into main Oct 13, 2025
22 checks passed
@graphite-app graphite-app bot deleted the mny-240 branch October 13, 2025 21:40
@vercel vercel bot temporarily deployed to Production – docs-v2 October 13, 2025 21:40 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground October 13, 2025 21:40 Inactive
@vercel vercel bot temporarily deployed to Production – nebula October 13, 2025 21:40 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui October 13, 2025 21:40 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.

2 participants