ui: Change the request user icon resolution (#1178) (#1179)

* ui: Change the request user icon resolution (#1178)

* ui: add Badge Earned text
This commit is contained in:
pa
2025-03-11 23:26:42 +09:00
committed by GitHub
parent 7a449ad383
commit 730b31dbe0
6 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ mixin profileTab
.x-friend-list(style='margin-top: 10px')
.x-friend-item(@click='showUserDialog(API.currentUser.id)')
.avatar
img(v-lazy='userImage(API.currentUser)')
img(v-lazy='userImage(API.currentUser, true)')
.detail
span.name(v-text='API.currentUser.displayName')
span.extra(v-text='API.currentUser.username')