feat(dashboard): comprehensive config UI with help and descriptions

- Add InfoButton component with click-to-toggle popover for field help
- Add SectionDescription component for section intro paragraphs
- Add AlertRuleToggle component with grouped threshold controls
- Add detailed info and helper text for every field in all sections
- Convert Commands section to toggleable command list with descriptions
- Add dropdowns for severity_min, fire state, connection type, LLM backend
- Add region management: Add/Delete buttons with confirmation
- Group alert rules by category: Infrastructure, Power, Utilization, Health
- Remove hardcoded placeholders and Idaho-specific text
- Fix config.py DashboardConfig dataclass decorator
- Fix main.py MessageRouter initialization

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
K7ZVX 2026-05-13 04:26:17 +00:00
commit 947cce514e
6 changed files with 2497 additions and 1481 deletions

View file

@ -8,8 +8,8 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
<script type="module" crossorigin src="/assets/index-yktnPGHK.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-J-795l7V.css">
<script type="module" crossorigin src="/assets/index-Croiw0ta.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CnMjjlvK.css">
</head>
<body>
<div id="root"></div>