-
Notifications
You must be signed in to change notification settings - Fork 621
Dashboard: Contract page style adjustments, fixes, reduce chakra usage #6664
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
Dashboard: Contract page style adjustments, fixes, reduce chakra usage #6664
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6664 +/- ##
=======================================
Coverage 55.05% 55.05%
=======================================
Files 889 889
Lines 55858 55858
Branches 3825 3825
=======================================
Hits 30751 30751
Misses 25012 25012
Partials 95 95
🚀 New features to boost your workflow:
|
size-limit report 📦
|
fe41f8e to
7ed56e2
Compare
Merge activity
|
#6664) <!-- start pr-codex --> ## PR-Codex overview This PR focuses on enhancing the UI components within the dashboard, improving layout consistency, and updating text for better clarity and user experience. ### Detailed summary - Updated `Button` styles in `primary-dashboard-button.tsx`. - Increased gap in layout for `ContractOverviewPage.tsx`. - Changed headings to `h2` for better accessibility in auction and listing pages. - Introduced `StatCard` component for consistent stats display. - Renamed `tokenBalanceQuery` to `ownedTokenBalanceQuery` for clarity. - Updated `SupplyCards` to use `StatCard` instead of `Stat`. - Improved layout structure with new divs and classes for better styling. - Added `ArrowRightIcon` to navigation links for visual cues. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
7ed56e2 to
672f7d0
Compare

PR-Codex overview
This PR focuses on enhancing the UI components in the dashboard application, improving styling, and updating text elements for better clarity and consistency.
Detailed summary
Buttonclass inprimary-dashboard-button.tsxto include background color.<p>to<h2>for better semantic structure in auction and listing pages.StattoStatCardinsupply-cards.tsx.ownedBalancevariable inTokenDetailsCardfor clarity.StatCardcomponent for displaying statistics.