From 9f7951aa2b2157527d1bdfb8b4f12cde2ce9466a Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:42:26 +0200 Subject: [PATCH] docs: add compact view to runtime section of ui rules Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/rules/ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/rules/ui.md b/.claude/rules/ui.md index 084ed9bb..8327d4ce 100644 --- a/.claude/rules/ui.md +++ b/.claude/rules/ui.md @@ -9,7 +9,7 @@ The UI has 4 main tabs: **Exchanges**, **Dashboard**, **Runtime**, **Deployments - **Exchanges** — route execution search and detail (`ui/src/pages/Exchanges/`) - **Dashboard** — metrics and stats with L1/L2/L3 drill-down (`ui/src/pages/DashboardTab/`) -- **Runtime** — live agent status, logs, commands (`ui/src/pages/RuntimeTab/`) +- **Runtime** — live agent status, logs, commands (`ui/src/pages/RuntimeTab/`). AgentHealth supports compact view (dense health-tinted cards) and expanded view (full GroupCard+DataTable per app). View mode persisted to localStorage. - **Deployments** — app management, JAR upload, deployment lifecycle (`ui/src/pages/AppsTab/`) - Config sub-tabs: **Monitoring | Resources | Variables | Traces & Taps | Route Recording** - Create app: full page at `/apps/new` (not a modal)