Pulse/frontend-modern/src/stores
rcourtman cc4b32ad4a fix: complete unified resources WebSocket integration
Backend:
- Call SetMonitor after router creation to inject resource store
- Add debug logging for resource population and broadcast

Frontend:
- Add resources array to WebSocket store initial state
- Handle resources in WebSocket message processing
- Use reconcile for efficient state updates

The unified resources are now properly:
1. Populated from StateSnapshot on each broadcast cycle
2. Converted to frontend format (ResourceFrontend)
3. Included in WebSocket state messages
4. Received and stored in frontend state
5. Consumed by migrated route components

Console now shows '[DashboardView] Using unified resources: VMs: X'
confirming the migration is working end-to-end.
2025-12-07 23:52:00 +00:00
..
aiChat.ts wip: AI provider improvements and chat store enhancements 2025-12-05 12:14:00 +00:00
alertsActivation.ts Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
events.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
metricsHistory.ts Additional updates 2025-12-07 10:22:42 +00:00
metricsSampler.ts fix: remove unused samplerInterval variable 2025-11-27 13:20:58 +00:00
metricsViewMode.ts Frontend updates 2025-12-07 00:49:32 +00:00
notifications.ts refactor: unify notifications into global toast 2025-10-22 12:39:01 +00:00
tokenReveal.ts Add reusable API token reveal dialog 2025-10-15 22:45:14 +00:00
updates.ts Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
websocket-global.ts Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
websocket.ts fix: complete unified resources WebSocket integration 2025-12-07 23:52:00 +00:00