-
Notifications
You must be signed in to change notification settings - Fork 621
Dashboard: Update NFT token details page styles, reduce chakra usage #6665
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: Update NFT token details page styles, reduce chakra usage #6665
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 #6665 +/- ##
=======================================
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:
|
93898cd to
558eaeb
Compare
size-limit report 📦
|
Merge activity
|
…6665) <!-- start pr-codex --> ## PR-Codex overview This PR focuses on improving the UI components of the dashboard, enhancing the styling and structure of various elements, and adding new features like tooltips and breadcrumbs for better navigation. ### Detailed summary - Changed `className` from `font-semibold` to `font-bold` in the `h1` element. - Updated `NftProperty` component to use `div` instead of `Card`. - Added `toolTip` property to `TabButtons`. - Wrapped `Button` in `ToolTipLabel` for tooltips. - Introduced `IPFSLinkGroup` component for displaying IPFS links. - Enhanced `NFTName` and `NFTDescription` styling. - Removed unnecessary imports and unused variables for cleaner code. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
558eaeb to
1dae74b
Compare

PR-Codex overview
This PR focuses on enhancing the UI components and improving the layout of the dashboard, particularly in the NFT display section. It introduces new components and modifies existing ones for better styling and functionality.
Detailed summary
h1class fromfont-semiboldtofont-bold.Cardcomponent with adivforNftProperty.ToolTipLabelaroundButtoninTabButtons.BadgeandBreadcrumbcomponents inTokenIdPage.NFTNameandNFTDescriptionstyling.IPFSLinkGroupcomponent for handling IPFS links.