From 60fa4607f22f2e7fa18e78aafd977fa7b7a5cd96 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 7 Sep 2026 21:44:04 +0000 Subject: [PATCH 1/4] fix(dashboard): drop hardcoded white ring from member avatars The avatar stack in UserGroup drew a `ring-2 ring-surface-white` on each Avatar to fake separation across the negative overlap. The colour is hardcoded, so it read as an odd border on the hover-tinted team rows and on dark surfaces. Replace the overlap and ring with a plain gap so the avatars use frappe-ui's own colours only. frappe-ui 1.0.0-beta.55 ships no AvatarGroup component, so the stack stays hand-rolled. Closes #431 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_016kQ1Dp7xRj9mVNuYGeVYB2 --- dashboard/src/components/common/UserGroup.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dashboard/src/components/common/UserGroup.vue b/dashboard/src/components/common/UserGroup.vue index 6f37c032..b19d20ed 100644 --- a/dashboard/src/components/common/UserGroup.vue +++ b/dashboard/src/components/common/UserGroup.vue @@ -24,15 +24,13 @@ const label = computed(() =>