Commit Graph

1 Commits

Author SHA1 Message Date
Elie Habib
0226b89b22 feat(oref): add OREF sirens panel with Hebrew-to-English translation (#545)
Add real-time Israel Home Front Command (OREF) siren alerts panel:
- Edge Function proxy at api/oref-alerts.js
- OrefSirensPanel component with live/history views
- oref-alerts service with 10s polling and update callbacks
- Hebrew→English translation via existing translateText() LLM chain
  with 3-layer caching (in-memory Map → server Redis → circuit breaker)
- i18n strings for all 23 locales
- Panel registration, data-loader integration, CSS styles
2026-02-28 18:02:23 +04:00