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

127.0.0.1_3000_

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

CleanShot_2023-01-24_at_17.50.44_2x

  • Press tab to display "Skip to main content" link
  • Verify #content-body is 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.

Related to #396251 (closed)

Merge request reports

Loading