Super sidebar "Skip to main content" link
What does this MR do and why?
Add "Skip to main content" link in super sidebar
Screenshots or screen recordings
How to set up and validate locally
- Enable the feature flag in rails console with
rails c
Feature.enable(:super_sidebar_nav)
- Enable the "New navigation" setting toggle from the user dropdown
- Press tab to display "Skip to main content" link
- Verify
#content-bodyis added to URL and focus is moved to<main>content
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #396251 (closed)

