Admin lock on every load, drop settings hint, derive theme swatches from CSS vars (#112)
CI / test (pull_request) Successful in 24s
CI / docker (pull_request) Skipped

This commit is contained in:
fen
2026-09-09 19:52:32 -05:00
parent 7fde147500
commit 6b95994c53
2 changed files with 25 additions and 9 deletions
+3 -1
View File
@@ -103,7 +103,9 @@
});
});
if (key()) loadSettings();
// #112: always show the lock on fresh load — do not auto-restore the
// panel from a stale sessionStorage key. The key is only written after a
// successful unlock (above) so in-page actions still work within this visit.
})();
</script>
{{template "foot" .}}