-
Notifications
You must be signed in to change notification settings - Fork 620
[SDK] Headless Wallet components | CNCT-2620 #5691
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 ↗︎
|
🦋 Changeset detectedLatest commit: 33ab8c7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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. |
ec50ba3 to
e1056e2
Compare
size-limit report 📦
|
cff8405 to
90e9d68
Compare
packages/thirdweb/src/react/web/ui/prebuilt/Wallet/provider.tsx
Outdated
Show resolved
Hide resolved
Merge activity
|
CNCT-2620 <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces headless components for managing wallet interactions in the `thirdweb` library, including `WalletProvider`, `WalletIcon`, and `WalletName`. It enhances wallet context management and adds functionality for fetching wallet information. ### Detailed summary - Added `WalletProvider`, `WalletIcon`, and `WalletName` components. - Exported new wallet-related components and types from `react.ts`. - Updated documentation for wallet components in `page.mdx`. - Implemented context and hooks for wallet management. - Enhanced `ChainName` component and added query key functions. - Added tests for new wallet components and functionality. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
90e9d68 to
33ab8c7
Compare
33ab8c7 to
2de56d9
Compare
CNCT-2620 <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces new headless components for wallet management in the `thirdweb` library, enhancing user interface options for wallet context, icons, and names. ### Detailed summary - Added `WalletProvider`, `WalletIcon`, and `WalletName` components. - Updated `ChainProvider` to mark it as `@beta`. - Introduced utility functions `getQueryKeys` for both chain and wallet components. - Updated documentation and tests for new wallet components. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
2de56d9 to
5be197b
Compare

CNCT-2620
PR-Codex overview
This PR introduces headless components for wallet integration in the
thirdweblibrary, specificallyWalletProvider,WalletIcon, andWalletName, enhancing the wallet context management and UI component structure.Detailed summary
WalletProvider,WalletIcon,WalletName.ChainProviderto mark it as@beta.react.ts.page.mdx.getQueryKeysfunctions for wallet and chain name retrieval.WalletName,WalletIcon, andWalletProviderfunctionalities.