-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
P2Priority: mediumPriority: mediumfeatureNew feature or requestNew feature or requestfrontendFrontend relatedFrontend related
Description
Problem
Frontend pages for live monitoring (app/live-dashboard/page.tsx, app/live/page.tsx) exist but don't connect to the backend API or WebSocket endpoints. The pages render UI shells without real data.
Steps to fix
- Add API client methods in
frontend/lib/api.tsfor live endpoints - Implement WebSocket client for
/api/live/ws - Connect weather grid data to
WeatherGridLayercomponent - Add loading states and error handling
- Add retry/reconnect logic for WebSocket
Files
frontend/app/live/page.tsxfrontend/app/live-dashboard/page.tsxfrontend/lib/api.tsfrontend/components/WeatherGridLayer.tsx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Priority: mediumPriority: mediumfeatureNew feature or requestNew feature or requestfrontendFrontend relatedFrontend related