ghostguild-org/e2e
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
..
__screenshots__/visual/pages.spec.js-snapshots fix(profile,account): wrap auth-conditional UI in ClientOnly 2026-04-08 17:41:01 +01:00
helpers fix: add auth middleware to profile page and update visual snapshots 2026-04-07 15:00:23 +01:00
visual refactor(activity): migrate to PageShell + ColumnsLayout 2026-04-08 16:45:12 +01:00
a11y.spec.js Huge bunch of UI/UX improvements and tweaks! 2026-04-06 16:17:12 +01:00
admin-events.spec.js feat: add testing infrastructure — Vitest, Playwright, CI, git hooks 2026-04-04 16:07:21 +01:00
admin-members.spec.js merge: worktree-a11y-fixes into main 2026-04-05 22:05:00 +01:00
auth.spec.js Huge bunch of UI/UX improvements and tweaks! 2026-04-06 16:17:12 +01:00
coming-soon.spec.js merge: worktree-a11y-fixes into main 2026-04-05 22:05:00 +01:00
events.spec.js fix: accessibility improvements and test infrastructure hardening 2026-04-05 21:59:02 +01:00
join-flow.spec.js fix: accessibility improvements and test infrastructure hardening 2026-04-05 21:59:02 +01:00
member-dashboard.spec.js Huge bunch of UI/UX improvements and tweaks! 2026-04-06 16:17:12 +01:00
member-profile.spec.js fix: accessibility improvements and test infrastructure hardening 2026-04-05 21:59:02 +01:00