From 45500cc5e25064c78b8b70e8f38b6ff1623a3983 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 8 Jun 2026 15:38:44 +0200 Subject: [PATCH] fix(review): separate note from link label in journey item stub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit item.note is editorial prose — it must not be used as the anchor label. Always show the i18n placeholder as the link text; render note as a caption below the link when present. Adds TODO(#786) comment so the stub degradation is tracked. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/geschichten/[id]/+page.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/geschichten/[id]/+page.svelte b/frontend/src/routes/geschichten/[id]/+page.svelte index fdf07036..b5eebc5c 100644 --- a/frontend/src/routes/geschichten/[id]/+page.svelte +++ b/frontend/src/routes/geschichten/[id]/+page.svelte @@ -104,13 +104,17 @@ async function handleDelete() {