mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-11 17:34:44 +02:00
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:
parent
3bf5e3dfbc
commit
947cce514e
6 changed files with 2497 additions and 1481 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue