-
Notifications
You must be signed in to change notification settings - Fork 619
[React] Feature: Headless UI Token components #5433
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. |
size-limit report 📦
|
821efa1 to
44c97c5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## kien/account-components-in-connect-button #5433 +/- ##
==========================================================================
Coverage 45.59% 45.59%
==========================================================================
Files 1076 1076
Lines 55927 55927
Branches 4058 4060 +2
==========================================================================
+ Hits 25500 25501 +1
+ Misses 29740 29739 -1
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more.
|
44c97c5 to
89a698b
Compare
b8e2e48 to
2f3cc31
Compare
2f3cc31 to
afad84e
Compare
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR introduces new components related to token management in a React application, including `TokenProvider`, `TokenName`, `TokenSymbol`, and `TokenIcon`. These components allow users to fetch and display token-related data such as name, symbol, and icon.
### Detailed summary
- Added `Token` section in the sidebar with links to token components.
- Created `TokenProvider` for managing token data context.
- Implemented `TokenName`, `TokenSymbol`, and `TokenIcon` components for fetching and displaying token information.
- Exported new token-related types and components from `react.ts`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
afad84e to
7973d64
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR introduces new components and functionalities related to token management in a React application. It adds a sidebar entry for tokens and implements
TokenProvider,TokenName,TokenSymbol, andTokenIconcomponents to manage and display token data effectively.Detailed summary
Token.TokenProvidercomponent for managing token context.TokenName,TokenSymbol, andTokenIconcomponents for fetching and displaying token details.reactpackage.