-
Notifications
You must be signed in to change notification settings - Fork 437
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
[TOOL-3314] Playground: Fix Next.js errors in Headless UI example pages #6175
base: 02-05-_tool-3299_playground_update_sidebar_minor_improvements_and_fixes
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
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. |
apps/playground-web/src/components/headless-ui/nft-examples.tsx
Outdated
Show resolved
Hide resolved
apps/playground-web/src/components/headless-ui/nft-examples.tsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 02-05-_tool-3299_playground_update_sidebar_minor_improvements_and_fixes #6175 +/- ##
========================================================================================================
Coverage 56.92% 56.92%
========================================================================================================
Files 1155 1155
Lines 63923 63923
Branches 5194 5194
========================================================================================================
Hits 36391 36391
Misses 26803 26803
Partials 729 729
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
2987f81
to
9e60b66
Compare
9e60b66
to
296a627
Compare
296a627
to
766380e
Compare
apps/playground-web/src/components/headless-ui/wallet-previews.tsx
Outdated
Show resolved
Hide resolved
766380e
to
bd2b883
Compare
Fixed "Can not import server (async) components in client components" error
PR-Codex overview
This PR focuses on refactoring the wallet, NFT, token, and account components in the
headless-ui
section by creating specific preview components for better code organization and reusability.Detailed summary
WalletIcon
,WalletName
, and their formats inwallet-previews.tsx
.NftMedia
,NftName
, andNftDescription
innft-previews.tsx
.TokenIcon
,TokenName
, andTokenSymbol
intoken-previews.tsx
.AccountAddress
,AccountAvatar
, andAccountBalance
inaccount-previews.tsx
.