mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-11 17:34:44 +02:00
refactor: promote WZDx to first-class adapter with own config namespace
Move work zone settings out of itd_511 into dedicated wzdx adapter: - config.py: add WZDxConfig dataclass with feed settings - defaults.py: migrate 3 work_zone keys to wzdx namespace (broadcast, min_severity, sub_types) + add ADAPTER_META entry - incident_handler.py: work zone gate reads adapter_config.wzdx - Environment.tsx: full WzdxConfig state/load/save/discard, native feed fields when feed_source!=central, broadcast settings panel Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dc64430394
commit
96f14afba8
6 changed files with 253 additions and 185 deletions
File diff suppressed because one or more lines are too long
|
|
@ -8,7 +8,7 @@
|
|||
<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-BiMKNe5L.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-De10FgTg.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Dp9XCfH-.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue