Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Sep 26, 2025


PR-Codex overview

This PR introduces enhancements and new features to the dashboard application, including updates to the ChainSeo type, UI improvements, and the addition of a new DarkVeil component for visual effects. It also updates the package dependencies and modifies some text content.

Detailed summary

  • Updated ChainSeo type definition in apis/chain-seo.ts.
  • Increased the count of blockchains in the bridge-widget-script documentation.
  • Improved styles in PageHeader and ToggleThemeButton components.
  • Refactored FaqSection to accept a new prop type.
  • Added DarkVeil component for enhanced visual effects in BridgeVeil.
  • Updated the BridgePage title and description for clarity.
  • Introduced new data structures for bridge FAQs and a BridgeFaqSection component.
  • Changed filtering logic in TokenPage to use a new Filter type.

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

@linear
Copy link

linear bot commented Sep 26, 2025

@changeset-bot
Copy link

changeset-bot bot commented Sep 26, 2025

⚠️ No Changeset found

Latest commit: a94e9c2

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 – docs-v2 September 26, 2025 21:24 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 26, 2025 21:24 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 26, 2025 21:24 Inactive
@vercel
Copy link

vercel bot commented Sep 26, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs-v2 Ready Ready Preview Comment Sep 26, 2025 10:18pm
thirdweb-www Ready Ready Preview Comment Sep 26, 2025 10:18pm
3 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
nebula Skipped Skipped Sep 26, 2025 10:18pm
thirdweb_playground Skipped Skipped Sep 26, 2025 10:18pm
wallet-ui Skipped Skipped Sep 26, 2025 10:18pm

@vercel vercel bot temporarily deployed to Preview – nebula September 26, 2025 21:24 Inactive
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 26, 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
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 09-27-_mny-223_update_bridge_page

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

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Sep 26, 2025
Copy link
Member Author

MananTank commented Sep 26, 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 marked this pull request as ready for review September 26, 2025 21:24
@MananTank MananTank requested review from a team as code owners September 26, 2025 21:24
@socket-security
Copy link

socket-security bot commented Sep 26, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedogl@​1.0.1110010010080100

View full report

@codecov
Copy link

codecov bot commented Sep 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.28%. Comparing base (64f5e47) to head (a94e9c2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8138   +/-   ##
=======================================
  Coverage   56.28%   56.28%           
=======================================
  Files         906      906           
  Lines       59192    59192           
  Branches     4174     4174           
=======================================
  Hits        33316    33316           
  Misses      25771    25771           
  Partials      105      105           
Flag Coverage Δ
packages 56.28% <ø> (ø)
🚀 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.

@MananTank MananTank force-pushed the 09-27-_mny-223_update_bridge_page branch from 2d590d5 to 57274eb Compare September 26, 2025 21:26
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 26, 2025 21:26 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 26, 2025 21:26 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 26, 2025 21:26 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula September 26, 2025 21:26 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Sep 26, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.09 KB (0%) 1.3 s (0%) 511 ms (+122.84% 🔺) 1.8 s
thirdweb (cjs) 361.63 KB (0%) 7.3 s (0%) 2.3 s (+9.39% 🔺) 9.5 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 222 ms (+1333.8% 🔺) 337 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 28 ms (+380.19% 🔺) 38 ms
thirdweb/react (minimal + tree-shaking) 19.14 KB (0%) 383 ms (0%) 151 ms (+1182.5% 🔺) 534 ms

@MananTank MananTank force-pushed the 09-27-_mny-223_update_bridge_page branch from 57274eb to 32ca04f Compare September 26, 2025 21:36
@vercel vercel bot temporarily deployed to Preview – nebula September 26, 2025 21:36 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 26, 2025 21:36 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 26, 2025 21:36 Inactive
@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Sep 26, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 26, 2025

Merge activity

<!--

## 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 enhancements and new features to the `dashboard` application, including updates to the `Bridge` functionality, improvements in the UI components, and new utility functions for handling themes and FAQs.

### Detailed summary
- Added `ogl` dependency for graphics handling.
- Updated `ChainSeo` type in `chain-seo.ts` for better structure.
- Increased blockchain support from 80+ to 85+ in documentation.
- Enhanced `PageHeader` and `ToggleThemeButton` components for improved styling.
- Refactored `FaqSection` to accept a more flexible props structure.
- Introduced `BridgeVeil` component for visual effects based on themes.
- Added `DataPill` and `PillLink` components for better UI elements.
- Created a `BridgeFaqSection` with FAQs related to bridging.
- Improved `TokenPage` to manage filters and sorting more effectively.

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

<!-- end pr-codex -->
@graphite-app graphite-app bot force-pushed the 09-27-_mny-223_update_bridge_page branch from e6fe619 to a94e9c2 Compare September 26, 2025 22:10
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 26, 2025 22:10 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula September 26, 2025 22:10 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 26, 2025 22:10 Inactive
Base automatically changed from mny-216 to main September 26, 2025 22:18
@graphite-app graphite-app bot merged commit a94e9c2 into main Sep 26, 2025
23 checks passed
@graphite-app graphite-app bot deleted the 09-27-_mny-223_update_bridge_page branch September 26, 2025 23:00
@vercel vercel bot temporarily deployed to Production – wallet-ui September 26, 2025 23:00 Inactive
@vercel vercel bot temporarily deployed to Production – nebula September 26, 2025 23:00 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground September 26, 2025 23:00 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. Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants