ghostguild-org/app/components
Jennie Robinson Faber 8e76ce9366
Some checks failed
Test / vitest (push) Successful in 11m49s
Test / playwright (push) Failing after 9m43s
Test / visual (push) Failing after 9m24s
Test / Notify on failure (push) Successful in 2s
refactor(launch): collapse helcim-pay duplication and use setAuthCookie helper
Follow-up to 51230e5. /simplify review surfaced residual duplication
and a timer leak.

- useHelcimPay: extract _initializeTicket(metadata, errorPrefix) to
  collapse initializeTicketPayment + initializeSeriesTicketPayment
  (95% identical bodies). Drop the dead `amount` arg from initialize-
  TicketPayment — server re-derives ticket amounts in initialize-
  payment.post.js and never reads body.amount for ticket types.
  Capture timer ids and clearTimeout on resolve/reject so the 10-min
  payment timer and 5-second observer timer stop leaking after every
  payment.
- EventTicketPurchase: caller updated for the dropped arg.
- verify.post.js: replace inline jwt.sign + setCookie block with the
  setAuthCookie(event, member) helper. verify was the last hand-rolled
  caller after the helper was extracted in 208638e.
- LAUNCH_READINESS: add simplify-pass-followups bullet pointing to the
  six deferred items in docs/TODO.md.

Tests: 758 passing, 2 skipped, 0 failing.
2026-04-25 22:13:24 +01:00
..
admin feat(admin): add restore dismissed alerts flow 2026-04-08 12:22:35 +01:00
AppNavigation.vue Copy and layout improvements. 2026-04-16 21:11:05 +01:00
BoardPostCard.vue refactor(board): atomic delete + query limit + composable cleanup 2026-04-15 12:47:53 +01:00
BoardPostForm.vue feat(board): inline delete confirmation + a11y polish 2026-04-14 22:15:50 +01:00
CircleBadge.vue feat: add zine-direction shared components 2026-04-02 21:16:00 +01:00
CirclePicker.vue fix(a11y): raise circle description contrast to WCAG AA 2026-04-19 17:23:19 +01:00
ColorModeToggle.vue UI/UX tweaks and improvements. 2026-04-05 12:28:41 +01:00
ColumnsLayout.vue Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
CooperativeTagSelector.vue fix(board): address review feedback on components 2026-04-14 17:08:52 +01:00
CraftTagSelector.vue Add CraftTagSelector, CooperativeTagSelector, and TagSuggestModal components 2026-04-05 16:23:22 +01:00
DashedBox.vue feat: add zine-direction shared components 2026-04-02 21:16:00 +01:00
DevLoginPanel.vue Accessibility fixes. 2026-04-05 16:03:10 +01:00
EventSeriesBadge.vue Migrate design system from ethereal/cool to warm/craft/guild theme 2026-02-24 20:01:11 +00:00
EventSeriesTicketCard.vue chore(visual): Phase 4 audit polish on event/series surface 2026-04-25 18:41:04 +01:00
EventsMiniSidebar.vue UX/UI improvements. 2026-04-05 13:26:51 +01:00
EventTicketCard.vue chore(visual): Phase 4 audit polish on event/series surface 2026-04-25 18:41:04 +01:00
EventTicketPurchase.vue refactor(launch): collapse helcim-pay duplication and use setAuthCookie helper 2026-04-25 22:13:24 +01:00
FilterBar.vue feat: add zine-direction shared components 2026-04-02 21:16:00 +01:00
ImageUpload.vue Readying for design 2026-03-04 18:24:20 +00:00
LoginModal.vue Huge bunch of UI/UX improvements and tweaks! 2026-04-06 16:17:12 +01:00
MemberStatusBanner.vue UI/UX tweaks and improvements. 2026-04-05 12:28:41 +01:00
MemberStatusIndicator.vue Many an update! 2025-12-01 15:26:42 +00:00
NaturalDateInput.vue feat: reskin admin pages to zine design system 2026-04-03 10:56:01 +01:00
OnboardingWidget.vue feat(member): account/profile polish + tier upgrade flow 2026-04-14 20:35:37 +01:00
PageHeader.vue feat(layout): add PageShell, ColumnsLayout, PageSection primitives 2026-04-08 15:51:38 +01:00
PageSection.vue feat(layout): add PageShell, ColumnsLayout, PageSection primitives 2026-04-08 15:51:38 +01:00
PageShell.vue feat(layout): add PageShell, ColumnsLayout, PageSection primitives 2026-04-08 15:51:38 +01:00
ParchmentInset.vue Design token updates. 2026-04-11 23:24:38 +01:00
SeriesPassPurchase.vue feat(launch): security and correctness fixes for 2026-05-01 launch 2026-04-25 18:42:36 +01:00
SignupFlowOverlay.vue feat(launch): security and correctness fixes for 2026-05-01 launch 2026-04-25 18:42:36 +01:00
TagSuggestModal.vue fix: correct POST body field name and state enum values in tag components 2026-04-05 16:25:10 +01:00
TierPicker.vue fix(ui): disambiguate annual tier labels 2026-04-18 22:06:38 +01:00
TopStrip.vue Updates 2026-04-15 17:45:09 +01:00