-
Notifications
You must be signed in to change notification settings - Fork 407
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] Chain components #5678
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. |
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/chain-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 #5678 +/- ##
==========================================
- Coverage 52.93% 52.89% -0.05%
==========================================
Files 1098 1099 +1
Lines 58982 59010 +28
Branches 4794 4791 -3
==========================================
- Hits 31225 31211 -14
- Misses 27039 27083 +44
+ Partials 718 716 -2
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
30ab455
to
56833ce
Compare
ff7bc85
to
d13c6f8
Compare
Merge activity
|
4b7fe47
to
2746f52
Compare
2746f52
to
2ace320
Compare
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces new `Chain` components to enhance the user interface for blockchain applications, allowing for the display of chain icons and names. It includes new pages and components that integrate these features into the existing playground web application. ### Detailed summary - Added a new `Chain` entry in `navLinks.ts`. - Created a new page in `page.tsx` for `Chain` components with metadata. - Integrated `ThirdwebProvider`, `APIHeader`, `ChainIconBasic`, and `ChainNameBasic` components. - Implemented `ChainIconBasic` and `ChainNameBasic` components in `chain-examples.tsx` to showcase chain icons and names. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
2ace320
to
498a26e
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR introduces a new
Chain
section in the application, enhancing the UI with components for displaying chain icons and names. It also adds metadata for theChain
page and improves the handling of chain icons.Detailed summary
Chain
entry innavLinks.ts
.page.tsx
forChain
with metadata and main content.ChainIconBasic
andChainNameBasic
components inchain-examples.tsx
.token/page.tsx
.