Draft: Port left side of project header to Vue
What does this MR do and why?
The right side of the project header has been fully ported to Vue, however, the left side is all still HAML. This ports the rest of the header to Vue as well.
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
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | |
After |
How to set up and validate locally
- Enable FF
echo "Feature.enable(:vue_project_header)" | rails c
- Go to a project overview, e.g. http://gdk.test:3000/flightjs/Flight
Closes: #457848
Edited by Sascha Eggenberger