ghostguild-org/app/pages
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
..
about feat: reskin public pages to zine direction 2026-04-02 21:29:52 +01:00
admin fix(admin): series Delete button actually deletes the series 2026-05-24 22:17:19 +01:00
auth feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
events feat(events): markdown body, registered indicator, drop capacity counters 2026-05-21 17:50:48 +01:00
member fix(account): format contribution label via shared formatContribution helper 2026-05-24 17:33:35 +01:00
members Various pre-launch fixes. 2026-05-22 18:53:07 +01:00
policies feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
series feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
about.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
accept-invite.vue fix(invite): persist billingCadence at invite-accept time 2026-05-24 15:21:34 +01:00
board.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
coming-soon.vue style(visual-fidelity): pages-public — batches A,D,F,G,H 2026-04-30 00:13:02 +01:00
community-guidelines.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
connections.vue Rename communityEcology → board across frontend, add Board nav, update redirects 2026-04-14 12:15:51 +01:00
ecology.vue Rename communityEcology → board across frontend, add Board nav, update redirects 2026-04-14 12:15:51 +01:00
index.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
join.vue fix(join): persist billingCadence on /join signup 2026-05-24 15:30:31 +01:00
login.vue Add login form to coming-soon page and allow admin routes through 2026-03-19 11:01:03 +00:00
verify.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
welcome.vue feat(signup): unify cadence UX across accept-invite, join, and account 2026-04-20 12:34:59 +01:00