ghostguild-org/app/pages/admin
Jennie Robinson Faber a9312c423b fix(admin): series Delete button actually deletes the series
The /admin/series Delete handler only PUT-unlinked each event and never
called the DELETE /api/admin/series/[id] endpoint, so the series document
persisted (a no-op for empty series). Replace the redundant per-event loop
with a single DELETE call — the endpoint already unlinks events server-side.
Unskip the e2e delete test.
2026-05-24 22:17:19 +01:00
..
events fix(e2e): repair failing suite — a11y fixes and stale assertions 2026-05-24 00:43:54 +01:00
members fix(admin): round monthlyRevenue and drop dead cadence ternaries 2026-05-23 15:52:26 +01:00
pre-registrants style(visual-fidelity): pages-admin — batches B,C,F 2026-04-30 00:13:09 +01:00
series fix(admin): series Delete button actually deletes the series 2026-05-24 22:17:19 +01:00
tags feat(admin): rename series route and add tags review page 2026-05-24 00:44:14 +01:00
board-channels.vue feat(board): redesign classifieds + Slack channel creation 2026-04-14 20:20:17 +01:00
dashboard.vue feat: reskin admin pages to zine design system 2026-04-03 10:56:01 +01:00
index.vue refactor(events): expand eventType taxonomy with central config 2026-05-21 17:50:40 +01:00
site-content.vue New SiteContent. 2026-04-16 21:11:14 +01:00
wiki.vue style(visual-fidelity): pages-admin — batches B,C,F 2026-04-30 00:13:09 +01:00