ghostguild-org/server/api
Jennie Robinson Faber 92e7dae74c
Some checks failed
Test / vitest (push) Successful in 11m48s
Test / playwright (push) Failing after 9m50s
Test / visual (push) Failing after 9m19s
Test / Notify on failure (push) Successful in 2s
feat(admin): add restore dismissed alerts flow
Admins can now surface dismissed alert types without waiting for the
underlying data to change. Adds a collapsible "Restore dismissed"
section below the active alerts with per-type checkboxes.

- ALERT_METADATA map in adminAlerts.js as the single source of truth
  for slug → title/severity; detectors refactored to reference it
- GET /api/admin/alerts/dismissed returns this admin's dismissals
  joined with metadata (title, severity, dismissedAt)
- POST /api/admin/alerts/restore deletes dismissals by alertType[],
  returns the deleted count
- AdminAlertsPanel fetches both active + dismissed; stays visible
  when either is non-empty; checkboxes + "Restore selected" button
- adminAlertRestoreSchema validates the POST body against the enum
- Auth guards test covers both new routes
2026-04-08 12:22:35 +01:00
..
admin feat(admin): add restore dismissed alerts flow 2026-04-08 12:22:35 +01:00
auth Tests, UX improvements. 2026-04-05 14:25:29 +01:00
connections fix: wire showHidden param through suggestions API, remove dead code 2026-04-05 17:00:06 +01:00
contributions Adding features 2025-10-05 16:15:09 +01:00
dev merge: worktree-a11y-fixes into main 2026-04-05 22:05:00 +01:00
events Tests, UX improvements. 2026-04-05 14:25:29 +01:00
helcim Tests, UX improvements. 2026-04-05 14:25:29 +01:00
invite Huge bunch of UI/UX improvements and tweaks! 2026-04-06 16:17:12 +01:00
members Huge bunch of UI/UX improvements and tweaks! 2026-04-06 16:17:12 +01:00
series Tests, UX improvements. 2026-04-05 14:25:29 +01:00
tags feat: add Tags API endpoints and validation schemas 2026-04-05 16:15:29 +01:00
upload Add Zod validation, fix mass assignment, remove test endpoints and dead code 2026-03-01 14:02:46 +00:00
health.get.js feat: add /api/health endpoint for uptime monitoring 2026-04-04 12:35:26 +01:00
peer-support.get.js Add Zod validation, fix mass assignment, remove test endpoints and dead code 2026-03-01 14:02:46 +00:00