-
Notifications
You must be signed in to change notification settings - Fork 544
[Playground] Feature: Headless components #5535
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 Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
apps/playground-web/src/components/headless-ui/account-examples.tsx
Outdated
Show resolved
Hide resolved
size-limit report 📦
|
f0b150e
to
1c90623
Compare
apps/playground-web/src/components/headless-ui/account-examples.tsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5535 +/- ##
==========================================
+ Coverage 51.20% 51.23% +0.03%
==========================================
Files 1093 1092 -1
Lines 57364 57346 -18
Branches 4677 4677
==========================================
+ Hits 29374 29383 +9
+ Misses 27274 27247 -27
Partials 716 716
*This pull request uses carry forward flags. Click here to find out more.
|
4b66fbd
to
5b02ff0
Compare
1c90623
to
16e3aa2
Compare
54a9eca
to
f69d1aa
Compare
a8f76dc
to
5823b80
Compare
5823b80
to
29f4630
Compare
29f4630
to
e1fd832
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good ser!
Merge activity
|
CNCT-2588 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the `playground-web` application by adding new components and improving existing ones related to NFT and account functionalities, showcasing headless UI components for better Web3 integration. ### Detailed summary - Added `ArticleCardIndex` in `page.tsx`. - Introduced new navigation link for "Headless UI". - Expanded `Account` and `NFT` components with detailed examples. - Improved `useQuery` parameters in `avatar.tsx` and `name.tsx`. - Created several new components in `nft-examples.tsx` and `account-examples.tsx` for displaying NFT and account information. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
e1fd832
to
f25d1d8
Compare
CNCT-2588
PR-Codex overview
This PR focuses on enhancing the
playground-web
application by adding new components for NFT and account functionalities, improving user interface elements, and integrating headless UI components for seamless wallet interactions.Detailed summary
ArticleCardIndex
for displaying information aboutHeadless UI
.Headless UI
.Account
andNFT
components with additional features and examples.NFT Components
andAccount Components
.useQuery
in account-related components.NFT
andAccount
components, showcasing usage and customization options.