ghostguild-org/app
Jennie Robinson Faber 4a05e91715 feat(admin-events): form layout overhaul + agenda input + date input rewrite
Admin event create form:
- Wraps body in a form-layout/form-main container for upcoming sidebar work.
- Bigger autoresize textareas for description/content; adds an Agenda
  textarea (one item per line, persisted as event.agenda).
- Reorganises settings into Event Settings + conditional Cancellation
  Message sections.
- Pulls event-type options from EVENT_TYPES; location becomes optional;
  passes displayTimezone through to NaturalDateInput.

NaturalDateInput: rewritten to a single always-visible UInput with chrono
parsing and trailing status icon, instead of toggling between input and
parsed-summary blocks. Cleaner state model (rawInput / parsedDate /
isValid / hasError) and timezone-aware update emission.
2026-05-21 17:50:56 +01:00
..
assets style(a11y): meet WCAG AA on --text-faint 2026-04-30 22:25:57 +01:00
components feat(admin-events): form layout overhaul + agenda input + date input rewrite 2026-05-21 17:50:56 +01:00
composables feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
config refactor(events): expand eventType taxonomy with central config 2026-05-21 17:50:40 +01:00
layouts feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
middleware fix(coming-soon): let logged-in admins bypass the gate 2026-05-01 14:13:43 +01:00
pages feat(admin-events): form layout overhaul + agenda input + date input rewrite 2026-05-21 17:50:56 +01:00
plugins Fix duplicate /api/auth/member call and add request deduplication 2026-03-19 15:04:04 +00:00
utils feat(events): add displayTimezone field and zoned datetime helpers 2026-05-19 10:39:27 +01:00
app.config.ts feat: reskin admin pages to zine design system 2026-04-03 10:56:01 +01:00
app.vue feat: replace layout with fixed left sidebar and top strip 2026-04-02 21:11:47 +01:00