ghostguild-org/app
Jennie Robinson Faber 426f233ccd
All checks were successful
Test / vitest (push) Successful in 11m8s
Test / playwright (push) Successful in 16m14s
Test / Notify on failure (push) Has been skipped
fix(join): persist billingCadence on /join signup
Mirror of the invite-accept fix (c3b1c59) for the self-serve /join path. A joiner who picked annual but abandoned before /api/helcim/subscription ran was left at billingCadence:'monthly' (the model default) with a cadence-unit contributionAmount, rendering $180/mo in admin views.

join.vue now sends cadence to /api/helcim/customer; helcimCustomerSchema accepts cadence (defaults 'monthly'); customer.post.js persists billingCadence in both the new-member create branch and the guest-upgrade $set branch, forced to 'monthly' for $0 signups.
2026-05-24 15:30:31 +01:00
..
assets style(a11y): meet WCAG AA on --text-faint 2026-04-30 22:25:57 +01:00
components fix(e2e): repair failing suite — a11y fixes and stale assertions 2026-05-24 00:43:54 +01:00
composables feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
config fix(display): cadence-aware contribution suffix across UI + admin dashboard 2026-05-23 15:47:10 +01:00
layouts feat(admin): rename series route and add tags review page 2026-05-24 00:44:14 +01:00
middleware fix(coming-soon): let logged-in admins bypass the gate 2026-05-01 14:13:43 +01:00
pages fix(join): persist billingCadence on /join signup 2026-05-24 15:30:31 +01:00
plugins Fix duplicate /api/auth/member call and add request deduplication 2026-03-19 15:04:04 +00:00
utils fix(activity): cadence-aware suffixes on contribution log entries 2026-05-23 16:18:32 +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