-
Notifications
You must be signed in to change notification settings - Fork 417
feat(clerk-js,localizations,types): Add ability for users to connect a Solana enabled wallet via <UserProfile />
#7435
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
…y to <UserProfile /> Signed-off-by: Kenton Duprey <[email protected]>
… Solana wallet selection Signed-off-by: Kenton Duprey <[email protected]>
…with reused Web3SolanaWalletButtons component Signed-off-by: Kenton Duprey <[email protected]>
🦋 Changeset detectedLatest commit: 9023b3a The changes in this PR will be included in the next version bump. This PR includes changesets to release 22 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
…es for title and subtitle Signed-off-by: Kenton Duprey <[email protected]>
…tSolanaWalletScreen.tsx` to match usage of component to Solana method Signed-off-by: Kenton Duprey <[email protected]>
3ebe3cd to
a4b1602
Compare
Signed-off-by: Kenton Duprey <[email protected]>
Signed-off-by: Kenton Duprey <[email protected]>
…sers-to-connect-a-solana-enabled-wallet-userprofile
Signed-off-by: Kenton Duprey <[email protected]>
| detailsAction__nonPrimary: undefined, | ||
| primaryButton: 'Connect wallet', | ||
| title: 'Web3 wallets', | ||
| web3SelectSolanaWalletScreen: { |
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.
@kduprey One thing I've been pushing others on is letting Cursor fill out the alternate languages. It might not always be 100%, but it's better than serving up English.
…ltiple languages Signed-off-by: Kenton Duprey <[email protected]>
…sers-to-connect-a-solana-enabled-wallet-userprofile
…a Solana enabled wallet via `<UserProfile />` (#7435) Signed-off-by: Kenton Duprey <[email protected]>
…a Solana enabled wallet via `<UserProfile />` (#7435) Signed-off-by: Kenton Duprey <[email protected]>
Description
This adds support for C2 users to manage their Solana wallet connection via the
<UserProfile />component, ensuring that this new feature has a full E2E usage support. This will render the available wallet provider connections via a second action step, as seen with adding a passkey flow via the<UserProfie />.<Suspense />wrapper in<SignUpStartSolanaWalletsCard />to ensure congruent UX across<SignInStartSolanaWalletsCard />en-US.tscontent for newWeb3SelectWalletScreen />component title and subtitleFixes USER-3772
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change