-
Notifications
You must be signed in to change notification settings - Fork 417
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
Playground: Examples for Wallet components #5692
Playground: Examples for Wallet components #5692
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. |
|
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. |
title: "NFT Components", | ||
description: | ||
"Elevate your NFT marketplace with our React headless UI components, engineered for seamless digital asset transactions. These customizable, zero-styling components simplify NFT interactions while giving developers complete freedom to craft their perfect user interface.", |
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.
The page metadata references NFT Components
in both the title and description, but this page is specifically for Wallet components. The metadata should be updated to accurately reflect the page content:
title: "NFT Components", | |
description: | |
"Elevate your NFT marketplace with our React headless UI components, engineered for seamless digital asset transactions. These customizable, zero-styling components simplify NFT interactions while giving developers complete freedom to craft their perfect user interface.", | |
title: "Wallet Components", | |
description: | |
"Enhance your application with React headless UI components for wallet interactions. These customizable, zero-styling components simplify wallet connections while giving developers complete freedom to craft their perfect user interface.", |
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5692 +/- ##
=======================================
Coverage 53.01% 53.01%
=======================================
Files 1101 1101
Lines 59079 59079
Branches 4809 4809
=======================================
Hits 31322 31322
Misses 27039 27039
Partials 718 718
*This pull request uses carry forward flags. Click here to find out more. |
f962fa4
to
89967f0
Compare
5ab5ffc
to
d926546
Compare
6dce640
to
9b5b581
Compare
d926546
to
da8f958
Compare
9b5b581
to
1250074
Compare
96fd057
to
53c3c7b
Compare
90e9d68
to
2de56d9
Compare
53c3c7b
to
657fece
Compare
2de56d9
to
5be197b
Compare
Merge activity
|
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces a new `Wallet` navigation link and implements a new `Wallet` page with components for displaying wallet icons and names, enhancing the user interface for crypto wallet applications. ### Detailed summary - Added a new navigation link for `Wallet`. - Created `page.tsx` for the `Wallet` section with metadata and layout. - Implemented `APIHeader` for the `Wallet` page. - Added three components: `WalletIconBasic`, `WalletNameBasic`, and `WalletNameFormat` in `wallet-examples.tsx`. - Each component includes a description and code example for usage. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
657fece
to
2b5080d
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR introduces a new
Wallet
navigation link and adds aWallet
components page, featuring various wallet-related UI components. It enhances the user interface for crypto wallet applications by integrating new examples and components.Detailed summary
Wallet
innavLinks.ts
.page.tsx
forWallet Components
with metadata.APIHeader
for the wallet page with a description and links.WalletIconBasic
,WalletNameBasic
, andWalletNameFormat
components.WalletIconBasic
,WalletNameBasic
, andWalletNameFormat
components inwallet-examples.tsx
with usage examples.