ghostguild-org/app/pages/admin/events
Jennie Robinson Faber 790f44b4e9 fix(admin-events): switch edit-mode load to useFetch
Top-level $fetch in <script setup> does not forward auth cookies to the
SSR request, so requireAdmin rejected and the form hydrated empty.
Client refetch then triggered hydration mismatches; in dev the
description textarea stayed DOM-empty and the browser's native required
validation blocked saves.

Switch to useFetch (SSR-aware, forwards cookies). Mirror the
admin/members/[id].vue pattern: extract populateEditForm, call it with
the initial payload, watch for client-side updates.
2026-05-18 23:18:55 +01:00
..
create.vue fix(admin-events): switch edit-mode load to useFetch 2026-05-18 23:18:55 +01:00
index.vue style(visual-fidelity): pages-admin — batches B,C,F 2026-04-30 00:13:09 +01:00