From 01ba0d4121ce35f1c9f690272fc05b5b25f8f89c Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 2 Apr 2026 11:40:18 +0200 Subject: [PATCH] feat(topbar): make PersonChip a link to the person detail page Consistent with the overflow pill popup which already linked to persons. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/PersonChip.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/PersonChip.svelte b/frontend/src/lib/components/PersonChip.svelte index fed326cc..d17e7365 100644 --- a/frontend/src/lib/components/PersonChip.svelte +++ b/frontend/src/lib/components/PersonChip.svelte @@ -19,8 +19,9 @@ const initials = $derived( ); - {displayName} - +