Commit graph

3 commits

Author SHA1 Message Date
cb30287fbd refactor: rename app crate and binary names to addmon for consistency 2026-01-14 16:46:56 +07:00
c145d3fb07 feat(monitor): add search, status filter, and bulk invalid toggle
- Add search input to filter alerts by alertName or label values
- Add status filter dropdown (All/Resolved/Unresolved)
- Add Select All checkbox with indeterminate state for bulk invalid toggle
- Add indeterminate prop support to Checkbox component
- Add Monitor link to header navigation
- Fix KPI dashboard padding for empty state
2025-12-29 07:36:09 +07:00
ea1c9105a7 feat(monitor): add alert monitoring page with KPI dashboard, alert list, and incident management
- Add Tauri plugins for file dialog and filesystem access
- Create Rust backend for processing Grafana alerts (pairing, KPI calculation)
- Add virtualized alert list with invalid toggle and incident attachment
- Add incident manager with create, attach, and detach functionality
- Add KPI dashboard showing coverage ratio, downtime, and invalid rate
- Add date-fns for date formatting
2025-12-29 07:34:54 +07:00