meshai/dashboard-frontend
Matt Johnson (via Claude) 5d8a277fa7 feat: dashboard — DB-backed live feed, active alerts, band conditions panel (replace env_store dependency)
- /api/env/active: direct DB queries for fires, nws_alerts, quake_events
  instead of env_store.get_active() (which depends on live NATS data)
- /api/env/swpc: reads band_conditions_broadcasts table, returns ratings
  with slot label (Day/Night Propagation) derived from Mountain Time
- Frontend: replace RFPropagationCard (SFI/Kp/R/S/G charts) with
  BandConditionsCard showing 4-band Good/Fair/Poor ratings
- Remove unused recharts dependency from Dashboard.tsx

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-10 05:53:55 +00:00
..
src feat: dashboard — DB-backed live feed, active alerts, band conditions panel (replace env_store dependency) 2026-06-10 05:53:55 +00:00
index.html
package.json
postcss.config.js
tailwind.config.ts
tsconfig.json
tsconfig.node.json
vite.config.ts