[fix](trx-frontend-http): restore tabs and retune dark theme

Fix authenticated refresh by restoring tab visibility during startup, and retune dark mode toward deep blue with amber-red accents.

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-13 20:31:12 +01:00
parent 1d0db79ca3
commit 0de1d1bd6b
2 changed files with 23 additions and 22 deletions
@@ -1288,6 +1288,7 @@ async function initializeApp() {
if (authStatus.authenticated) {
// User has valid session
authRole = authStatus.role;
hideAuthGate();
updateAuthUI();
applyAuthRestrictions();
connect();