-
Notifications
You must be signed in to change notification settings - Fork 619
[MNY-223] Update Bridge Page #8138
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
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. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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
🚀 New features to boost your workflow:
|
2d590d5 to
57274eb
Compare
size-limit report 📦
|
57274eb to
32ca04f
Compare
32ca04f to
b7ea70c
Compare
b7ea70c to
e6fe619
Compare
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 -->
c2e5f65 to
64f5e47
Compare
e6fe619 to
a94e9c2
Compare

PR-Codex overview
This PR introduces enhancements and new features to the
dashboardapplication, including updates to theChainSeotype, UI improvements, and the addition of a newDarkVeilcomponent for visual effects. It also updates the package dependencies and modifies some text content.Detailed summary
ChainSeotype definition inapis/chain-seo.ts.bridge-widget-scriptdocumentation.PageHeaderandToggleThemeButtoncomponents.FaqSectionto accept a new prop type.DarkVeilcomponent for enhanced visual effects inBridgeVeil.BridgePagetitle and description for clarity.BridgeFaqSectioncomponent.TokenPageto use a newFiltertype.