Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

MananTank
Copy link
Member

@MananTank MananTank commented Sep 19, 2025


PR-Codex overview

This PR focuses on updating the layout and components of the bridge application, enhancing styles, and introducing a new PageHeader component for better organization and functionality.

Detailed summary

  • Updated the <body> class in layout.tsx for improved styling.
  • Adjusted the width of a <div> in UniversalBridgeEmbed.tsx.
  • Added relative z-10 class to a <div> in BuyAndSwapEmbed.tsx.
  • Introduced a new PageHeader component in header.tsx.
  • Removed outdated code and images in page.tsx.
  • Added a new DotsBackgroundPattern function for background styling.

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

Copy link

linear bot commented Sep 19, 2025

Copy link

changeset-bot bot commented Sep 19, 2025

⚠️ No Changeset found

Latest commit: d53f8a2

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 Sep 19, 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 19, 2025 11:45pm
nebula Ready Ready Preview Comment Sep 19, 2025 11:45pm
thirdweb_playground Ready Ready Preview Comment Sep 19, 2025 11:45pm
thirdweb-www Ready Ready Preview Comment Sep 19, 2025 11:45pm
wallet-ui Ready Ready Preview Comment Sep 19, 2025 11:45pm

Copy link
Contributor

coderabbitai bot commented Sep 19, 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-20-_mny-191_dashboard_add_header_in__bridge

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

@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. packages SDK Involves changes to the thirdweb SDK labels Sep 19, 2025
@MananTank MananTank marked this pull request as ready for review September 19, 2025 22:51
@MananTank MananTank requested review from a team as code owners September 19, 2025 22:51
Copy link
Member Author

MananTank commented Sep 19, 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 force-pushed the 09-20-_mny-191_dashboard_add_header_in__bridge branch from b382988 to fd62efc Compare September 19, 2025 22:52
Copy link
Contributor

github-actions bot commented Sep 19, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.05 KB (0%) 1.3 s (0%) 392 ms (+131.54% 🔺) 1.7 s
thirdweb (cjs) 361.64 KB (0%) 7.3 s (0%) 1.6 s (+3.8% 🔺) 8.8 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 58 ms (+709.22% 🔺) 173 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 45 ms (+438.17% 🔺) 55 ms
thirdweb/react (minimal + tree-shaking) 19.14 KB (0%) 383 ms (0%) 142 ms (+1374.43% 🔺) 525 ms

Copy link

codecov bot commented Sep 19, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8085   +/-   ##
=======================================
  Coverage   56.34%   56.34%           
=======================================
  Files         906      906           
  Lines       59182    59182           
  Branches     4176     4175    -1     
=======================================
  Hits        33349    33349           
  Misses      25727    25727           
  Partials      106      106           
Flag Coverage Δ
packages 56.34% <ø> (ø)
🚀 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

graphite-app bot commented Sep 19, 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 focuses on enhancing the layout and components of the `Bridge` application by improving styling, adding new components, and refactoring existing structures for better usability and aesthetics.

### Detailed summary
- Updated `<body>` class in `layout.tsx` for improved layout.
- Changed width class in `UniversalBridgeEmbed.tsx` for full responsiveness.
- Added `relative z-10` class to the main `<div>` in `BuyAndSwapEmbed.tsx`.
- Introduced a new `PageHeader` component in `header.tsx` with navigation links.
- Refactored `BridgePage` in `page.tsx` to include `PageHeader` and remove unnecessary elements.
- Added `DotsBackgroundPattern` function for a decorative background effect.
- Integrated `AppFooter` in `BridgePage` for consistent footer display.

> ✨ 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-20-dashboard_remove__routes branch from c502d26 to dd69316 Compare September 19, 2025 23:35
@graphite-app graphite-app bot force-pushed the 09-20-_mny-191_dashboard_add_header_in__bridge branch from fd62efc to d53f8a2 Compare September 19, 2025 23:35
Base automatically changed from 09-20-dashboard_remove__routes to main September 19, 2025 23:44
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. packages SDK Involves changes to the thirdweb SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants