mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
faa525ebde
- Replace localStorage with real API calls to /api/alerts/rules - Load custom alerts from backend via GET /api/alerts/rules - Create alerts via POST /api/alerts/rules - Update alerts via PUT /api/alerts/rules/:id - Delete alerts via DELETE /api/alerts/rules/:id - Improve alert card display to handle backend data structure - Add proper error handling for all API operations