diff --git a/public/app.js b/public/app.js index 0159708..3ddbbf5 100644 --- a/public/app.js +++ b/public/app.js @@ -1,6 +1,6 @@ /** * Antigravity Console - Main Entry - * + * * This file orchestrates Alpine.js initialization. * Components are loaded via separate script files that register themselves * to window.Components before this script runs. @@ -26,12 +26,14 @@ document.addEventListener('alpine:init', () => { return; } - fetch(`views/${viewName}.html`) + fetch(`views/${viewName}.html?t=${Date.now()}`) .then(response => { if (!response.ok) throw new Error(`HTTP ${response.status}`); return response.text(); }) .then(html => { + // Update cache (optional, or remove if we want always-fresh) + // keeping cache for session performance, but initial load will now bypass browser cache window.viewCache.set(viewName, html); el.innerHTML = html; Alpine.initTree(el); diff --git a/public/css/style.css b/public/css/style.css index ca27aea..f021efd 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,8 +1,8 @@ :root { - --color-space-950: #050505; - --color-space-900: #0a0a0a; - --color-space-850: #121212; - --color-space-800: #171717; + --color-space-950: #09090b; + --color-space-900: #0f0f11; + --color-space-850: #121214; + --color-space-800: #18181b; --color-space-border: #27272a; --color-neon-purple: #a855f7; --color-neon-green: #22c55e; diff --git a/public/views/accounts.html b/public/views/accounts.html index f64eaf0..b5d0f1b 100644 --- a/public/views/accounts.html +++ b/public/views/accounts.html @@ -1,14 +1,15 @@
-
+ +
-

+

Access Credentials

-

+

Manage OAuth tokens and session states

-
-
- + +
+
- - - - - - + + + + + +
EnabledIdentity (Email)Project IDHealthOperations
EnabledIdentity (Email)Project IDHealthOperations