-
Notifications
You must be signed in to change notification settings - Fork 590
[MNY-191] Dashboard: Add header in /bridge #8085
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
[MNY-191] Dashboard: Add header in /bridge #8085
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Comment |
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. |
b382988
to
fd62efc
Compare
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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
🚀 New features to boost your workflow:
|
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 -->
c502d26
to
dd69316
Compare
fd62efc
to
d53f8a2
Compare
PR-Codex overview
This PR focuses on updating the layout and components of the
bridge
application, enhancing styles, and introducing a newPageHeader
component for better organization and functionality.Detailed summary
<body>
class inlayout.tsx
for improved styling.<div>
inUniversalBridgeEmbed.tsx
.relative z-10
class to a<div>
inBuyAndSwapEmbed.tsx
.PageHeader
component inheader.tsx
.page.tsx
.DotsBackgroundPattern
function for background styling.