ghostguild-org/app/layouts
Jennie Robinson Faber 94b242100c fix(layouts): drop URL-slug breadcrumb fallback
The breadcrumb computed fell back to the URL slug when
pageBreadcrumbTitle was empty. SSR rendered the slug; the client
re-rendered the page-supplied title after useFetch, triggering a
hydration text-content mismatch on span.breadcrumb-current on every
detail page.

Intermediate segments are stable across server and client, so render
them unconditionally. Only include the trailing segment when a page
provides a title.
2026-05-19 00:10:10 +01:00
..
admin.vue fix(layouts): drop URL-slug breadcrumb fallback 2026-05-19 00:10:10 +01:00
coming-soon.vue style(coming-soon): align with design system tokens 2026-04-12 11:16:53 +01:00
default.vue fix(layouts): drop URL-slug breadcrumb fallback 2026-05-19 00:10:10 +01:00
landing.vue feat: reskin admin pages to zine design system 2026-04-03 10:56:01 +01:00