[object Object]

โ† back to Ventura Corridor

iter 86: nav surfacing for /issue + /scoreboard โ€” adds links from /magazine.html and /today.html nav rails (โ˜… public issue + ๐Ÿ† scoreboard) so the curation flow is one click away from any admin page

c6665321ba9b05f43512b42ea2e20f9f43be47eb ยท 2026-05-06 17:02:07 -0700 ยท SteveStudio2

Files touched

Diff

commit c6665321ba9b05f43512b42ea2e20f9f43be47eb
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Wed May 6 17:02:07 2026 -0700

    iter 86: nav surfacing for /issue + /scoreboard โ€” adds links from /magazine.html and /today.html nav rails (โ˜… public issue + ๐Ÿ† scoreboard) so the curation flow is one click away from any admin page
---
 public/magazine.html | 2 ++
 public/today.html    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/public/magazine.html b/public/magazine.html
index 2be01a4..2be749e 100644
--- a/public/magazine.html
+++ b/public/magazine.html
@@ -227,6 +227,8 @@
   <a href="/responses.html">responses</a>
   <a href="/postcards.html">postcards</a>
   <a href="/magazine.html" style="color:var(--metal-glow);font-weight:500">magazine</a>
+  <a href="/issue" style="color:var(--accent)">โ˜… public issue</a>
+  <a href="/scoreboard.html">๐Ÿ† scoreboard</a>
   <a href="/crawl-derby.html">๐Ÿ‡ derby</a>
 </nav>
 
diff --git a/public/today.html b/public/today.html
index 7601541..7d972d7 100644
--- a/public/today.html
+++ b/public/today.html
@@ -118,6 +118,8 @@
     <a href="/postcards.html">postcards</a>
     <a href="/buildings.html">buildings</a>
     <a href="/magazine.html" style="color:var(--metal-glow)">๐Ÿ“– magazine</a>
+    <a href="/issue" style="color:var(--accent,#a8763a)">โ˜… issue</a>
+    <a href="/scoreboard.html">๐Ÿ† score</a>
     <a href="/crawl-derby.html">๐Ÿ‡ derby</a>
     <a href="/today.html" class="active">today</a>
     <span class="theme-toggle-host" style="display:inline-flex;align-items:center;margin-left:6px"></span>

โ† 3f4099c iter 85: feature-of-the-day on /today.html โ€” /api/magazine/f  ยท  back to Ventura Corridor  ยท  iter 87+88: stale-magazine alert + deterministic category no e6c8c01 โ†’