feat(ui): compose user profile panel - #9386
Conversation
🦋 Changeset detectedLatest commit: f5e7751 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types 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.
|
7f310db to
f1da66c
Compare
2f4f5ac to
d02ed20
Compare
f1da66c to
e645838
Compare
d02ed20 to
24ddd77
Compare
e645838 to
e6422b7
Compare
24ddd77 to
fced4c3
Compare
fced4c3 to
ebb252f
Compare
e6422b7 to
d16f8c0
Compare
ebb252f to
c4753d1
Compare
d16f8c0 to
1968c3a
Compare
c4753d1 to
9cb85f2
Compare
1968c3a to
0ad4b6b
Compare
9cb85f2 to
e10e17d
Compare
0ad4b6b to
1c4eb71
Compare
2cbd79e to
4018dbb
Compare
320b66c to
20a7fbb
Compare
20a7fbb to
ae61dc6
Compare
4018dbb to
097a6ea
Compare
ae61dc6 to
6e38599
Compare
097a6ea to
aa60f47
Compare
6e38599 to
930b65b
Compare
aa60f47 to
c27210b
Compare
c27210b to
d084a8c
Compare
930b65b to
6eb85a2
Compare
d084a8c to
d0e276e
Compare
6eb85a2 to
ed00c76
Compare
d0e276e to
8a5fe8d
Compare
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-google-signin
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
| imageUrl, | ||
| name = '', | ||
| username = '', | ||
| emails = [], | ||
| phones = [], | ||
| connectedAccounts = [], | ||
| web3Wallets = [], | ||
| onEditProfilePicture, | ||
| onNameChange, | ||
| onUsernameChange, | ||
| onAddEmail, | ||
| onManageEmail, | ||
| onVerifyEmail, | ||
| onSetPrimaryEmail, | ||
| onRemoveEmail, | ||
| onAddPhone, | ||
| onManagePhone, | ||
| onVerifyPhone, | ||
| onSetPrimaryPhone, | ||
| onRemovePhone, | ||
| onConnectAccount, | ||
| onManageConnectedAccount, | ||
| onRemoveConnectedAccount, | ||
| onConnectWeb3Wallet, | ||
| onManageWeb3Wallet, | ||
| onSetPrimaryWeb3Wallet, | ||
| onRemoveWeb3Wallet, | ||
| onDeleteAccount, |
| {connectedAccounts.length > 0 ? ( | ||
| <UserProfileConnectedAccountsSectionView | ||
| accounts={connectedAccounts} | ||
| onConnect={onConnectAccount} | ||
| onManage={onManageConnectedAccount} | ||
| onRemove={onRemoveConnectedAccount} | ||
| /> | ||
| ) : null} | ||
| {web3Wallets.length > 0 ? ( |
There was a problem hiding this comment.
we might want to be able to delineate on these in the future between an empty state and a null state. fine with leaving this for now tho and we can alter when we need it
Description
https://swingset-git-austin-user-profile-08-panel-composition.clerkstage.dev/user/user-profile-profile-panel