feat(ui): expose Global Tuning from Chat + Sources headers (admin-only Tuning nav link)

This commit is contained in:
2026-08-25 14:51:16 -04:00
parent 3d044f33a1
commit 3841bd5a30
7 changed files with 366 additions and 2 deletions
+4
View File
@@ -23,6 +23,10 @@
2026-08-23) — hidden by default, header.js reveals it once
whoami says admin. The soft-gated page itself is unchanged. -->
<a href="/sources.html" class="nav-link is-active" aria-current="page" id="nav-sources" hidden>Sources</a>
<!-- Phase 29: the Global Tuning link is admin-only (owner permission
2026-08-25) — hidden by default, header.js reveals it once
whoami says admin, exactly like the Sources link above. -->
<a href="/tuning.html" class="nav-link" id="nav-tuning" hidden>Tuning</a>
</nav>
<!-- Phase 19: the shared header controls reach the Sources page —
same markup, ids, and aria as the chat header (one consistent