From 4f3020ffab7e46c15626c562112eff33a385aeac Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 3 May 2026 08:45:04 +0200 Subject: [PATCH] feat(geschichten): make Geschichte panel rows fully clickable The story rows on the person detail page now match the PersonDocumentList pattern: the entire row is a single anchor with a hover background, and the title gets group-hover:underline. Author, date, and body excerpt are all part of the same clickable area, so the touch target matches the visual rhythm of the document panels above. --- .../src/lib/components/GeschichtenCard.svelte | 24 +++++++++-------- .../components/GeschichtenCard.svelte.spec.ts | 26 ++++++++++++++++--- 2 files changed, 36 insertions(+), 14 deletions(-) diff --git a/frontend/src/lib/components/GeschichtenCard.svelte b/frontend/src/lib/components/GeschichtenCard.svelte index b97d1142..e5d840f5 100644 --- a/frontend/src/lib/components/GeschichtenCard.svelte +++ b/frontend/src/lib/components/GeschichtenCard.svelte @@ -53,22 +53,24 @@ function authorName(g: Geschichte): string { {/if} -