feat(ui): compose user profile panel - #9386
Conversation
🦋 Changeset detectedLatest commit: 26a7714 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
f1da66c to
e645838
Compare
e645838 to
e6422b7
Compare
e6422b7 to
d16f8c0
Compare
d16f8c0 to
1968c3a
Compare
1968c3a to
0ad4b6b
Compare
0ad4b6b to
1c4eb71
Compare
2cbd79e to
4018dbb
Compare
4018dbb to
097a6ea
Compare
097a6ea to
aa60f47
Compare
aa60f47 to
c27210b
Compare
c27210b to
d084a8c
Compare
d084a8c to
d0e276e
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, |
| gap: space['4'], | ||
| display: 'flex', | ||
| flexDirection: 'column', | ||
| width: '100%', |
There was a problem hiding this comment.
I'm not super opposed, but does this break without the width: 100% on these? just wondering if it's redundant on here and the sections styles
| {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