various fixes

This commit is contained in:
2026-08-28 09:42:19 -04:00
parent 5d679f5184
commit 03bead092c
19 changed files with 983 additions and 1443 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ form.addEventListener("submit", async (e) => {
* this point, so initSharedHeader adds no request and no delay, and
* the phase-16 redirect itself is unchanged. For anonymous visitors it
* settles the reduced bar: Sign in visible, the admin-only controls
* stay hidden, the steering toggle + panel removed. */
* stay hidden, the steering panel removed (the navbar toggle no longer
* ships at all — removed at owner request, 2026-08-28). */
(async () => {
const admin = await alreadySignedIn();
await initSharedHeader();