Skip to content

Fix breadcrumb navigation to show full path#12

Open
sandepat wants to merge 1 commit intokuleuven:developmentfrom
sandepat:fix/breadcrumb-show-full-path
Open

Fix breadcrumb navigation to show full path#12
sandepat wants to merge 1 commit intokuleuven:developmentfrom
sandepat:fix/breadcrumb-show-full-path

Conversation

@sandepat
Copy link
Copy Markdown

@sandepat sandepat commented Feb 4, 2026

Fix breadcrumb navigation to show full path

Currently, the breadcrumb navigation only displays the path up to the parent directory, with the current directory shown separately in the heading below. This makes it unclear what the complete path is.

This change displays the full hierarchical path in the breadcrumb trail, including the current directory as an active (non-clickable) item.

Changes:

  • Include all breadcrumb elements instead of excluding the last one
  • Add conditional rendering to mark the last element as active
  • Remove commented-out breadcrumb code

This improves navigation clarity by showing the complete path at a glance.

Fix breadcrumb navigation to show full path

Currently, the breadcrumb navigation only displays the path up to the
parent directory, with the current directory shown separately in the
heading below. This makes it unclear what the complete path is.

This change displays the full hierarchical path in the breadcrumb trail,
including the current directory as an active (non-clickable) item.

Changes:
- Include all breadcrumb elements instead of excluding the last one
- Add conditional rendering to mark the last element as active
- Remove commented-out breadcrumb code

This improves navigation clarity by showing the complete path at a glance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant