From 8f9d08b10f0ebf6538cf7d2886a5a1097c3f60d8 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 28 Apr 2026 12:56:58 +0200 Subject: [PATCH] fix(stammbaum): derived relationship names link to person page in StammbaumCard The in the derived-relationships list is replaced with so keyboard and pointer users can navigate directly from the edit card, consistent with PersonRelationshipsCard. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/StammbaumCard.svelte | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/StammbaumCard.svelte b/frontend/src/lib/components/StammbaumCard.svelte index d06d5189..406ad653 100644 --- a/frontend/src/lib/components/StammbaumCard.svelte +++ b/frontend/src/lib/components/StammbaumCard.svelte @@ -157,9 +157,12 @@ function yearRange(rel: RelationshipDTO): string { > {inferredRelationshipLabel(derived.label)} - + {derived.person.displayName} - + {/each}