feat(web): add a back link to the detail page

The summary detail page only returned to the list via the brand logo. Add an
explicit "← Summaries" link at the top (UX review C3).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-08 14:00:17 +02:00
co-authored by Claude Opus 4.8
parent 980638d80a
commit 12fb031b6c
4 changed files with 33 additions and 30 deletions
+1
View File
@@ -321,6 +321,7 @@ templ processingCard(r store.SummaryRow) {
templ DetailPage(r store.SummaryRow) {
@Layout("Tapir — " + displayTitle(r)) {
<article class="detail">
<p class="back"><a href="/"> Summaries</a></p>
<h1>{ displayTitle(r) }</h1>
<p class="meta">
if detailMeta(r) != "" {