mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-12 05:45:27 +00:00
- Fixed alert clearing logic to work even when alerts are acknowledged - Added immediate WebSocket state broadcast after alert resolution - Fixed frontend activeAlerts store updates to maintain SolidJS reactivity - Added logging for alert resolution events The alert system now properly: - Creates alerts when thresholds are exceeded - Clears alerts automatically when values drop below clear threshold - Updates frontend in real-time without requiring page refresh
7 lines
121 B
JSON
7 lines
121 B
JSON
{
|
|
"devDependencies": {
|
|
"@solidjs/testing-library": "^0.8.10",
|
|
"jsdom": "^26.1.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|