ghostguild-org/app/pages
Jennie Robinson Faber fee5959818 feat(join): redesign /join page with split hero and unified contribution list
Restructures /join.vue per docs/specs/join-form-redesign.md:

- Split hero (1fr 1fr) matching about.vue rhythm: H1 + tagline on left,
  "What you get" benefits on right (including "Pick your circle anytime
  after signup")
- Form section (1fr 1fr): form on left, "About the money" trust copy on
  right
- Inline PWYC editorial list with visually-hidden radio inputs for
  keyboard accessibility; cadence-aware preset amounts ($0/$5/$15/$30/$50
  monthly, ×12 annual); $15 row tagged "Suggested"
- Custom-amount row commits on blur and snaps to matching preset
- Cadence toggle (Monthly · Annual) in the section header; switching
  multiplies/floor-divides both form.contributionAmount and the custom
  amount display
- Removed: circle radio picker (defers to post-signup), ParchmentInset
  "How membership works", bottom three-circle row
- Submit row: bare agreement checkbox + auto-width button, wraps at 480px
- form.circle stays initialized to "community" and submits unchanged

Tests updated for new markup (radio ids #pwyc-N, .submit-btn class).
Cadence/billing-summary and contribution-guidance tests retired with
the ContributionAmountField usage on this page.
2026-05-23 18:57:11 +01:00
..
about feat: reskin public pages to zine direction 2026-04-02 21:29:52 +01:00
admin fix(admin): round monthlyRevenue and drop dead cadence ternaries 2026-05-23 15:52:26 +01:00
auth feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
events feat(events): markdown body, registered indicator, drop capacity counters 2026-05-21 17:50:48 +01:00
member fix(forms): use expression form for conditional fieldError reset 2026-05-23 18:49:22 +01:00
members Various pre-launch fixes. 2026-05-22 18:53:07 +01:00
policies feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
series feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
about.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
accept-invite.vue fix(forms): use expression form for conditional fieldError reset 2026-05-23 18:49:22 +01:00
board.vue feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +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 feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +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 feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
join.vue feat(join): redesign /join page with split hero and unified contribution list 2026-05-23 18:57:11 +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 feat(seo): site meta composable + Open Graph image generation 2026-05-21 17:50:34 +01:00
welcome.vue feat(signup): unify cadence UX across accept-invite, join, and account 2026-04-20 12:34:59 +01:00