Move collapse/expand sidebar button out of `breadcrumbs` template
What does this MR do and why?
It moves the collapse/expand sidebar toggle out of breadcrumbs partial. The toggle shouldn't be part of breadcrumbs. This refactor will make future changes to breadcrumbs or the toggle independent from each other.
How to set up and validate locally
Prepare
- Enable the feature flag:
echo "Feature.enable(:super_sidebar_nav)" | rails c
- Enable the user setting from the user dropdown:
- The super sidebar should now appear on every page.
- Try collapsing and expanding the sidebar
- It should work and be positioned as before (better to compare this branch with prod)
- Check mobile view
- Pay attention at the epics roadmap breadcrumbs
Related to #391959 (closed)
Edited by Olena Horal-Koretska