Skip to content

feat(breadcrumbs): show Title in breadcrumbs, fall back to file names#7882

Open
danduma wants to merge 1 commit intorequarks:mainfrom
danduma:add-breadcrumbs-display-titles
Open

feat(breadcrumbs): show Title in breadcrumbs, fall back to file names#7882
danduma wants to merge 1 commit intorequarks:mainfrom
danduma:add-breadcrumbs-display-titles

Conversation

@danduma
Copy link

@danduma danduma commented Dec 27, 2025

  • Added a new state property for breadcrumbs in Vuex store.
  • Updated page component to accept initial breadcrumbs as a prop and store them in Vuex.
  • Implemented breadcrumb generation logic in the server controller to build breadcrumb paths based on the page structure.
  • Modified the Pug template to pass the generated breadcrumbs to the page component.

This enhances navigation by providing users with contextual links to their current location within the site.

- Added a new state property for breadcrumbs in Vuex store.
- Updated page component to accept initial breadcrumbs as a prop and store them in Vuex.
- Implemented breadcrumb generation logic in the server controller to build breadcrumb paths based on the page structure.
- Modified the Pug template to pass the generated breadcrumbs to the page component.

This enhances navigation by providing users with contextual links to their current location within the site.
@auto-assign auto-assign bot requested a review from NGPixel December 27, 2025 18:33
@NGPixel
Copy link
Member

NGPixel commented Jan 1, 2026

This adds a DB query on every page load, defeating the purpose of the disk cache.

The query should be done only once, when saving the page to disk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants