Pulse/frontend-modern/src/stores
rcourtman fbabace023 Fix SolidJS proxy error in batched WebSocket updates
Using reconcile() inside produce() is invalid - reconcile returns a
function that creates a new proxy, but produce expects direct mutations.
Use batch() from solid-js instead to atomically batch the two setState
calls without proxy conflicts.
2025-11-29 18:54:22 +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 fix: sparkline canvas wrapper display mode for flex layout 2025-11-09 22:35:32 +00:00
metricsSampler.ts fix: remove unused samplerInterval variable 2025-11-27 13:20:58 +00:00
metricsViewMode.ts Improve update integration diagnostics 2025-11-12 22:27:05 +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 SolidJS proxy error in batched WebSocket updates 2025-11-29 18:54:22 +00:00