Skip to content

Conversation

@kduprey
Copy link
Contributor

@kduprey kduprey commented Dec 10, 2025

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 />.

  • Fixes missing loading state in <Suspense /> wrapper in <SignUpStartSolanaWalletsCard /> to ensure congruent UX across <SignInStartSolanaWalletsCard />
  • Adds localisation types and en-US.ts content for new Web3SelectWalletScreen /> component title and subtitle

Fixes USER-3772

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

… Solana wallet selection

Signed-off-by: Kenton Duprey <[email protected]>
…with reused Web3SolanaWalletButtons component

Signed-off-by: Kenton Duprey <[email protected]>
@kduprey kduprey self-assigned this Dec 10, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 10, 2025

🦋 Changeset detected

Latest commit: 9023b3a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 22 packages
Name Type
@clerk/localizations Minor
@clerk/clerk-js Minor
@clerk/shared Minor
@clerk/clerk-react Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo Patch
@clerk/agent-toolkit Patch
@clerk/astro Patch
@clerk/backend Patch
@clerk/elements Patch
@clerk/expo-passkeys Patch
@clerk/express Patch
@clerk/fastify Patch
@clerk/nextjs Patch
@clerk/nuxt Patch
@clerk/react-router Patch
@clerk/remix Patch
@clerk/tanstack-react-start Patch
@clerk/testing Patch
@clerk/themes Patch
@clerk/types Patch
@clerk/vue Patch

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

@vercel
Copy link

vercel bot commented Dec 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
clerk-js-sandbox Ready Ready Preview Comment Dec 11, 2025 10:07pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 10, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch kenton/user-3772-add-ability-for-users-to-connect-a-solana-enabled-wallet-userprofile

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 10, 2025

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@7435

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@7435

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@7435

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@7435

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@7435

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@7435

@clerk/elements

npm i https://pkg.pr.new/@clerk/elements@7435

@clerk/clerk-expo

npm i https://pkg.pr.new/@clerk/clerk-expo@7435

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@7435

@clerk/express

npm i https://pkg.pr.new/@clerk/express@7435

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@7435

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@7435

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@7435

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@7435

@clerk/clerk-react

npm i https://pkg.pr.new/@clerk/clerk-react@7435

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@7435

@clerk/remix

npm i https://pkg.pr.new/@clerk/remix@7435

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@7435

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@7435

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@7435

@clerk/themes

npm i https://pkg.pr.new/@clerk/themes@7435

@clerk/types

npm i https://pkg.pr.new/@clerk/types@7435

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@7435

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@7435

commit: 9023b3a

…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]>
@kduprey kduprey force-pushed the kenton/user-3772-add-ability-for-users-to-connect-a-solana-enabled-wallet-userprofile branch from 3ebe3cd to a4b1602 Compare December 11, 2025 00:33
detailsAction__nonPrimary: undefined,
primaryButton: 'Connect wallet',
title: 'Web3 wallets',
web3SelectSolanaWalletScreen: {
Copy link
Member

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.

…sers-to-connect-a-solana-enabled-wallet-userprofile
@kduprey kduprey merged commit 375a32d into release/core-2 Dec 12, 2025
197 of 209 checks passed
@kduprey kduprey deleted the kenton/user-3772-add-ability-for-users-to-connect-a-solana-enabled-wallet-userprofile branch December 12, 2025 00:06
kduprey added a commit that referenced this pull request Dec 13, 2025
…a Solana enabled wallet via `<UserProfile />` (#7435)

Signed-off-by: Kenton Duprey <[email protected]>
kduprey added a commit that referenced this pull request Dec 13, 2025
…a Solana enabled wallet via `<UserProfile />` (#7435)

Signed-off-by: Kenton Duprey <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants