-
feat: Archived alerts tab with archive/unarchive actions
Release / build (amd64, linux) (push) Failing after 6sRelease / release (push) Has been skippedRelease / build (amd64, darwin) (push) Failing after 5sRelease / build (arm64, darwin) (push) Failing after 6sRelease / build (arm64, linux) (push) Failing after 11sreleased this
2026-05-22 11:45:30 +00:00 | 25 commits to main since this releaseAdd a fourth tab (Alerts | Archived | Schedule | Users).
Archived alerts are fetched lazily on first visit using the
archived=true query param on GET /api/alerts.Press x from the Alerts list or detail to archive an alert;
the non-archived list refreshes immediately. Press x from the
Archived list or detail to unarchive; the archived list
refreshes. Ack/unack are disabled in the Archived detail view.New API methods: ArchiveAlert (POST), UnarchiveAlert (DELETE).
ArchivedAt field added to the Alert type.Downloads