ghostguild-org/app
Jennie Robinson Faber 968a127f96 fix(join): move flow overlay outside v-if so it survives auth flip
After createSubscription() calls checkMemberStatus(), isAuthenticated
flips to true and the <template v-else> branch unmounts, taking the
Teleport (and its overlay) with it. The authenticated 'You're already a
member' UI then showed for the 3-second pre-redirect delay, producing a
visible flash before navigateTo('/welcome') fired.

Teleport now lives at the root div alongside the v-if/v-else branches,
so the overlay stays mounted through the auth state transition and
covers the page continuously until the redirect.
2026-04-19 12:53:50 +01:00
..
assets Copy and layout improvements. 2026-04-16 21:11:05 +01:00
components fix(ui): disambiguate annual tier labels 2026-04-18 22:06:38 +01:00
composables feat(member): pending_payment retains access, soften status copy 2026-04-18 17:06:22 +01:00
config refactor(config): cadence-keyed plan id, add getTierAmount, drop per-tier helcimPlanId 2026-04-18 17:19:05 +01:00
layouts Copy and layout improvements. 2026-04-16 21:11:05 +01:00
middleware fix(auth): stop wiki login loop to coming-soon and surface non-member state 2026-04-15 17:55:55 +01:00
pages fix(join): move flow overlay outside v-if so it survives auth flip 2026-04-19 12:53:50 +01:00
plugins Fix duplicate /api/auth/member call and add request deduplication 2026-03-19 15:04:04 +00:00
utils rename communityEcology → board across backend 2026-04-14 12:00:15 +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