ghostguild-org/app/pages
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
..
about feat: reskin public pages to zine direction 2026-04-02 21:29:52 +01:00
admin chore: remove admin series-management stub actions 2026-04-17 17:27:27 +01:00
auth fix(auth): stop wiki login loop to coming-soon and surface non-member state 2026-04-15 17:55:55 +01:00
events Copy and layout improvements. 2026-04-16 21:11:05 +01:00
member fix(ui): disambiguate annual tier labels 2026-04-18 22:06:38 +01:00
members Copy and layout improvements. 2026-04-16 21:11:05 +01:00
policies feat(signup): community guidelines agreement and policies routes 2026-04-18 17:06:10 +01:00
series Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
about.vue Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
accept-invite.vue feat(signup): community guidelines agreement and policies routes 2026-04-18 17:06:10 +01:00
board.vue Copy and layout improvements. 2026-04-16 21:11:05 +01:00
coming-soon.vue Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
community-guidelines.vue feat(signup): community guidelines agreement and policies routes 2026-04-18 17:06:10 +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 Copy and layout improvements. 2026-04-16 21:11:05 +01:00
join.vue fix(join): move flow overlay outside v-if so it survives auth flip 2026-04-19 12:53:50 +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 fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
welcome.vue feat(onboarding): redirect /welcome to /member/dashboard 2026-04-09 22:28:57 +01:00