Skip to content

Make page breadcrumbs auto-adjust to available width

Thomas Hutterer requested to merge 358113-cleanup-haml-breadcrumbs into master

What does this MR do and why?

Removes the vue_page_breadcrumbs feature flag and the old code that got replaced by it.

Our Vue-powered breadcrumbs are enabled on gitlab.com for over a week now and we want to ship them with %17.1.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No visual change to having the flag enabled.

How to set up and validate locally

  • No functional change expected.
  • Verify that by visiting any deep-nested page (like a project in a group in a group in a group...) and check breadcrumbs are all rendered in the right order.
  • Shrink the window to see the auto-resize is still working.
Edited by Thomas Hutterer

Merge request reports