Replace vue shared layout component with the new GitLab UI variant
What does this MR do and why?
Updates usages of the Vue shared dashboard layout component, replacing them with the GitLab UI variant.
References
Screenshots or screen recordings
No visual changes
Scenario | Before | After |
---|---|---|
Group security dashboard | ![]() |
![]() |
Project security dashboard | ![]() |
![]() |
Compliance center | ![]() |
![]() |
How to set up and validate locally
- Enable the new security dashboard feature flag:
echo "Feature.enable(:group_security_dashboard_new)" | gdk rails c
- Visit http://gdk.test:3000/groups/gitlab-org/-/security/dashboard
- Verify that the dashboard renders without errors
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Robert Hunt