From ebc5a0f071ee299e8cd2b5fe53b2fbbdda88f2c5 Mon Sep 17 00:00:00 2001 From: Padreug Date: Mon, 15 Jun 2026 23:13:46 +0200 Subject: [PATCH] feat(profile): move edit affordance into identity card as a pencil Replace the gear (Settings) button in the profile sheet header with a pencil button inside the identity card, by the avatar/name row. A pencil reads as "edit your profile" more intuitively than a header gear, and co-locating it with the identity it edits is clearer. Opens the same edit-profile dialog. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/components/layout/ProfileSheetContent.vue | 33 +++++++++---------- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/src/components/layout/ProfileSheetContent.vue b/src/components/layout/ProfileSheetContent.vue index 5bf0122..ce082b7 100644 --- a/src/components/layout/ProfileSheetContent.vue +++ b/src/components/layout/ProfileSheetContent.vue @@ -1,7 +1,7 @@