ghostguild-org/app/pages
Jennie Robinson Faber 4a5b129eeb fix(profile,account): wrap auth-conditional UI in ClientOnly
Vue hydration silently drops class attribute updates when SSR and client
render different branches of a v-if chain — per the project's Auth SSR
Pattern, useAuth is client-only and server always renders unauthenticated,
so PageHeader (v-else branch) was rendering inside a leftover .loading /
.loading-state div from the v-else-if branch. On mobile that div was
being masked by the visual-test commonMasks (.loading-state), producing
a large fuchsia block in the snapshot.

Wrapping the v-if/v-else-if/v-else chain in <ClientOnly> ensures the
server renders nothing for the auth-gated content and the client performs
a clean first render, matching the pattern already used in dashboard.vue.

Also update admin-dashboard-desktop for minor anti-aliasing drift.
2026-04-08 17:41:01 +01:00
..
about feat: reskin public pages to zine direction 2026-04-02 21:29:52 +01:00
admin refactor(admin): migrate admin/index to PageShell + ColumnsLayout 2026-04-08 17:04:38 +01:00
auth Remove serif fonts from wiki login and logout pages 2026-03-11 14:22:06 +00:00
events Accessibility fixes. 2026-04-05 16:03:10 +01:00
member fix(profile,account): wrap auth-conditional UI in ClientOnly 2026-04-08 17:41:01 +01:00
members refactor(member-profile): migrate members/[id] to PageShell + ColumnsLayout 2026-04-08 17:02:07 +01:00
series feat(layout): add PageShell, ColumnsLayout, PageSection primitives 2026-04-08 15:51:38 +01:00
about.vue refactor(about): migrate about page to PageShell + ColumnsLayout 2026-04-08 17:00:46 +01:00
accept-invite.vue feat: pre-registrant management and invitation system 2026-04-06 14:46:11 +01:00
coming-soon.vue Fix Go to Wiki and Sign out appearing side by side 2026-03-19 18:13:33 +00:00
connections.vue refactor(connections): migrate to PageShell 2026-04-08 16:29:52 +01:00
index.vue merge: worktree-a11y-fixes into main 2026-04-05 22:05:00 +01:00
join.vue fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
login.vue Add login form to coming-soon page and allow admin routes through 2026-03-19 11:01:03 +00:00
peer-support.vue feat: add connections page, composable, nav badge, and peer-support redirect 2026-04-05 16:56:40 +01: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(layout): add PageShell, ColumnsLayout, PageSection primitives 2026-04-08 15:51:38 +01:00