ghostguild-org/app/pages
Jennie Robinson Faber ad63a37a05 feat(contribution): port account.vue to ContributionAmountField
Replace the inline contribution UI (label, input row, presets, guidance)
with the shared ContributionAmountField component, locking cadence and
suppressing its built-in summary (account.vue has its own change hint).

Fix three computeds that double-applied the cadence conversion now that
Member.contributionAmount is stored in cadence-unit (post-Task 7):
contributionChangeHint, currentContributionLabel, and nextChargeAmount
no longer multiply annual amounts by 12.

Convert form.contributionAmount to a monthly-equivalent before the
payment-setup redirect — that page is monthly-only and would otherwise
attempt an annual-sized monthly charge for annual members.

Drop the now-unused guidanceLabel computed, the CONTRIBUTION_PRESETS and
getGuidanceLabel imports, and the dead contribution-* CSS rules.
2026-05-23 15:58:53 +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 feat(contribution): port account.vue to ContributionAmountField 2026-05-23 15:58:53 +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 feat(contribution): port accept-invite.vue to ContributionAmountField 2026-05-23 15:14:33 +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 fix(display): cadence-aware contribution suffix across UI + admin dashboard 2026-05-23 15:47:10 +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