Skip to content

Conversation

@nikospapcom
Copy link
Contributor

Description

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:

AFTER

Screen.Recording.2025-03-14.at.5.51.56.PM.mov

@nikospapcom nikospapcom self-assigned this Mar 14, 2025
@changeset-bot
Copy link

changeset-bot bot commented Mar 14, 2025

🦋 Changeset detected

Latest commit: c9f92d7

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/types 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/shared Patch
@clerk/tanstack-start Patch
@clerk/testing Patch
@clerk/themes 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 Mar 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 17, 2025 8:49am

@nikospapcom nikospapcom changed the title fix(clerk-js,types,localizations): Allow user set primary web3 wallet in <UserProfile /> when more than one web3 wallets presented fix(clerk-js,types,localizations): Allow user set primary web3 wallet in <UserProfile /> Mar 14, 2025
@nikospapcom nikospapcom force-pushed the nikospap/user-1351-missing-ability-to-change-primary-web3-wallet-from branch from caccdb5 to ff730b8 Compare March 14, 2025 15:59
@nikospapcom nikospapcom marked this pull request as ready for review March 14, 2025 16:21
---
'@clerk/localizations': patch
'@clerk/clerk-js': patch
'@clerk/types': patch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe these should be minor

title: 'Username',
},
web3WalletsSection: {
detailsAction__nonPrimary: 'Set as primary',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nikospapcom you can run the generate.ts script inside the localizations package to add this key to all the localizations

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anagstef Done

Comment on lines +119 to +121
const [setPrimary] = useReverification(() => {
return user?.update({ primaryWeb3WalletId: walletId });
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

… in `<UserProfile />` when more than one web3 wallets presented
@nikospapcom nikospapcom force-pushed the nikospap/user-1351-missing-ability-to-change-primary-web3-wallet-from branch from ff730b8 to c9f92d7 Compare March 17, 2025 08:48
@nikospapcom nikospapcom requested a review from anagstef March 17, 2025 08:49
@nikospapcom nikospapcom merged commit 0b18bb1 into main Mar 17, 2025
30 checks passed
@nikospapcom nikospapcom deleted the nikospap/user-1351-missing-ability-to-change-primary-web3-wallet-from branch March 17, 2025 10:06
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.

7 participants