ghostguild-org/app/pages
Jennie Robinson Faber 9858316b30 fix(admin-events): preserve datetime on edit round-trip
Editing an event was pulling its UTC startDate/endDate, slicing off the
"Z" with toISOString().slice(0, 16), and then handing the bare digits to
a datetime-local input. The input reinterprets them as local time, so
each save shifted the time by the browser's UTC offset. Same pattern
for registrationDeadline and earlyBirdDeadline.

Format the value using local-time components instead so the round-trip
matches what the admin sees.
2026-05-18 17:56:17 +01:00
..
about feat: reskin public pages to zine direction 2026-04-02 21:29:52 +01:00
admin fix(admin-events): preserve datetime on edit round-trip 2026-05-18 17:56:17 +01:00
auth style(visual-fidelity): pages-auth — batches D,G 2026-04-30 00:13:05 +01:00
events fix(events): replace 50% opacity on cancelled rows with strikethrough 2026-05-01 12:08:29 +01:00
member refactor(admin/members): dedupe STATUS_LABELS + reactive row update 2026-04-30 22:25:49 +01:00
members style(visual-fidelity): pages-public — batches A,D,F,G,H 2026-04-30 00:13:02 +01:00
policies feat(events): block self-cancel of paid registrations, add refunds policy 2026-04-20 19:34:04 +01:00
series style(visual-fidelity): pages-public — batches A,D,F,G,H 2026-04-30 00:13:02 +01:00
about.vue style(visual-fidelity): pages-public — batches A,D,F,G,H 2026-04-30 00:13:02 +01:00
accept-invite.vue feat(signup): unify cadence UX across accept-invite, join, and account 2026-04-20 12:34:59 +01:00
board.vue style(visual-fidelity): pages-public — batches A,D,F,G,H 2026-04-30 00:13:02 +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 style(visual-fidelity): pages-public — batches A,D,F,G,H 2026-04-30 00:13:02 +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 E2e tests 2026-04-27 14:51:25 +01:00
join.vue fix(launch-flow): align Slack-wait copy across join, dashboard, welcome email 2026-04-30 14:39:47 +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 fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
welcome.vue feat(signup): unify cadence UX across accept-invite, join, and account 2026-04-20 12:34:59 +01:00