feat: complete SIGNAL frontend dashboard#22
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Implements the full signal/frontend/ from scratch: - Vite + React 18 + TypeScript + Tailwind + Leaflet scaffold - Auto-reconnecting WebSocket hook (3s retry, malformed message resilience) - ModeIndicator banner (ASSISTED/SURGE with pulse animation) - AgentCards 2×2 grid with live status dots - CallQueue with severity badges, vulnerable flag, dispatched unit/ETA - MapView using vanilla Leaflet — Park Fire perimeter + resource markers - OverrideButton (SURGE mode only, double-submit guard) - HoldModal (full-screen overlay, no backdrop dismiss, confirm/cancel) - BriefingPanel with audio-available badge and autoplay fallback - AuditTrail collapsible panel covering all 8 WS event types - DemoControls fixed bar wiring Start/Surge/Reset API calls Closes #9, Closes #10, Closes #11, Closes #12, Closes #13, Closes #14, Closes #15 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
Author
|
@claude resolve the merge conflicts in this PR. Preserve both branches' changes where possible, remove all conflict markers, run the fastest relevant checks, and push the fix back to this branch. |
|
I'll analyze this and get back to you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
signal/frontend/with Vite 6 + React 18 + TypeScript + Tailwind 3 + Leaflet 1.9useWebSocket) wired to a pureuseReducerhandling all 8 message typesModeIndicatortop banner — blue (ASSISTED) / red pulsing (SURGE), WS connection dotAgentCards— 2×2 grid, live status dots (IDLE/RUNNING/COMPLETE/ERROR) withanimate-pulseCallQueue— severity badges (CRITICAL/URGENT/STANDARD/PENDING), vulnerableMapView— vanilla Leaflet centred on Davis CA, Park Fire GeoJSON perimeter, resource unit markersOverrideButton— fixed floating button, SURGE mode only, double-submit guardHoldModal— full-screen overlay, no backdrop dismiss, confirm/cancel with loading statesBriefingPanel— latest briefing text, audio-available badge, autoplay fallback buttonAuditTrail— collapsible panel, all 8 WS event types logged with timestamp + type pillDemoControls— fixed bottom bar wiring Start Demo / Trigger Surge / ResetTest plan
cd signal/frontend && npm install && npm run devstarts on port 5173 with zero TypeScript errorsCloses #9, Closes #10, Closes #11, Closes #12, Closes #13, Closes #14, Closes #15
🤖 Generated with Claude Code