From ceb93aa77de56cf77970b196a251b5944ce67f02 Mon Sep 17 00:00:00 2001 From: bluwy Date: Fri, 13 Mar 2026 11:13:41 +0800 Subject: [PATCH 1/6] feat(ui): show maintainers avatars --- app/components/Package/Maintainers.vue | 3 +- app/components/User/Avatar.vue | 60 ++++++++++++++++++++++---- app/pages/~[username]/index.vue | 2 +- app/pages/~[username]/orgs.vue | 2 +- 4 files changed, 56 insertions(+), 11 deletions(-) diff --git a/app/components/Package/Maintainers.vue b/app/components/Package/Maintainers.vue index ed93688526..63202f6788 100644 --- a/app/components/Package/Maintainers.vue +++ b/app/components/Package/Maintainers.vue @@ -189,7 +189,8 @@ watch( class="link-subtle text-sm shrink-0" dir="ltr" > - ~{{ maintainer.name }} + + {{ maintainer.name }} {{ maintainer.email diff --git a/app/components/User/Avatar.vue b/app/components/User/Avatar.vue index 25cb6092b8..231ebd747d 100644 --- a/app/components/User/Avatar.vue +++ b/app/components/User/Avatar.vue @@ -1,10 +1,44 @@