From 17c6348b5750b977baa2413e9d5868dbc435aa79 Mon Sep 17 00:00:00 2001 From: IanShaw027 Date: Tue, 21 Apr 2026 18:23:35 +0800 Subject: [PATCH] fix(profile): restore source hints and upload-only avatar --- .../user/profile/ProfileAvatarCard.vue | 44 ++----- .../user/profile/ProfileInfoCard.vue | 119 +++++++++++++++++- .../__tests__/ProfileAvatarCard.spec.ts | 19 +++ .../profile/__tests__/ProfileInfoCard.spec.ts | 34 ++++- frontend/src/i18n/locales/en.ts | 6 +- frontend/src/i18n/locales/zh.ts | 6 +- 6 files changed, 185 insertions(+), 43 deletions(-) diff --git a/frontend/src/components/user/profile/ProfileAvatarCard.vue b/frontend/src/components/user/profile/ProfileAvatarCard.vue index 357c0f27..9945f7b7 100644 --- a/frontend/src/components/user/profile/ProfileAvatarCard.vue +++ b/frontend/src/components/user/profile/ProfileAvatarCard.vue @@ -32,14 +32,6 @@

-