Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
adc390c5
authored
Jun 06, 2026
by
同語
Committed by
GitHub
Jun 06, 2026
Browse files
Options
Browse Files
Download
Plain Diff
feat(web): show user id on profile page (#5317)
Merge pull request #5317 from P2K0/feat/profile-show-user-id
parents
32805849
b5331936
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
web/default/src/features/profile/components/profile-header.tsx
+5
-0
No files found.
web/default/src/features/profile/components/profile-header.tsx
View file @
adc390c5
...
...
@@ -118,6 +118,11 @@ export function ProfileHeader({ profile, loading }: ProfileHeaderProps) {
variant=
'neutral'
copyable=
{
false
}
/>
<
StatusBadge
label=
{
`${t('User ID')} ${profile.id}`
}
variant=
'info'
copyText=
{
String
(
profile
.
id
)
}
/>
</
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'
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment