From 8a79b14c801f7bcf7ea1542eb3a89cbb7ba86137 Mon Sep 17 00:00:00 2001 From: jay Date: Tue, 23 Jun 2026 09:38:54 -0400 Subject: [PATCH] /art: add a Back button (matches the hub's single-history behavior) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Daily Art had no Back. Add a top-left "‹ Back" in its own gallery bar styling: history.back() when arrived via in-app nav, else goto('/home3', {replaceState}) on a cold deep-link — same rule as the hub detail pages. Co-Authored-By: Claude Opus 4.8 --- frontend/src/routes/art/+page.svelte | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/frontend/src/routes/art/+page.svelte b/frontend/src/routes/art/+page.svelte index b0bd6c1..a58af49 100644 --- a/frontend/src/routes/art/+page.svelte +++ b/frontend/src/routes/art/+page.svelte @@ -1,6 +1,7 @@