Uh oh!
There was an error while loading. Please reload this page.
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
f1da66cCompare2f4f5ac to
d02ed20Comparef1da66c to
e645838Compared02ed20 to
24ddd77Comparee645838 to
e6422b7Compare24ddd77 to
fced4c3Comparefced4c3 to
ebb252fComparee6422b7 to
d16f8c0Compareebb252f to
c4753d1Compared16f8c0 to
1968c3aComparec4753d1 to
9cb85f2Compare1968c3a to
0ad4b6bCompare9cb85f2 to
e10e17dCompare0ad4b6b to
1c4eb71Compare2cbd79e to
4018dbbCompare320b66c to
20a7fbbCompare20a7fbb to
ae61dc6Compare4018dbb to
097a6eaCompareae61dc6 to
6e38599Compare097a6ea to
aa60f47Compare6e38599 to
930b65bCompareaa60f47 to
c27210bComparec27210b to
d084a8cCompare930b65b to
6eb85a2Compared084a8c to
d0e276eCompare6eb85a2 to
ed00c76Compared0e276e to
8a5fe8dCompare@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/vuecommit: |
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, |
Uh oh!
There was an error while loading. Please reload this page.
| {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