feat(web-ui): redesign dashboard and live sessions

This commit is contained in:
William Valentin
2026-03-26 11:22:49 -07:00
parent 5ff4794d98
commit 8bca99573b
4 changed files with 2356 additions and 260 deletions
+4 -1
View File
@@ -17,7 +17,10 @@
<h1><a href="/">agentmon<span class="logo-dot"></span></a></h1>
</div>
<nav><a href="/">Dashboard</a><a href="/sessions">Sessions</a><a href="/agents">Agents</a><a href="/infrastructure">Infra</a></nav>
<button class="theme-toggle" id="theme-toggle" aria-label="Toggle theme"></button>
<div class="header-right">
<span class="ws-dot" id="ws-dot" title="Disconnected"></span>
<button class="theme-toggle" id="theme-toggle" aria-label="Toggle theme"></button>
</div>
</header>
<main id="app">
<p>Loading...</p>