feat(web): show user id on profile page

This commit is contained in:
P2K0
2026-06-05 06:34:22 +08:00
parent 87cc22d7ec
commit b53319361f
@@ -118,6 +118,11 @@ export function ProfileHeader({ profile, loading }: ProfileHeaderProps) {
variant='neutral' variant='neutral'
copyable={false} copyable={false}
/> />
<StatusBadge
label={`${t('User ID')} ${profile.id}`}
variant='info'
copyText={String(profile.id)}
/>
</div> </div>
<div className='text-muted-foreground flex flex-wrap items-center gap-x-2 gap-y-0.5 text-xs sm:gap-x-4 sm:text-sm'> <div className='text-muted-foreground flex flex-wrap items-center gap-x-2 gap-y-0.5 text-xs sm:gap-x-4 sm:text-sm'>