Skip to content

Implement Help menu in super sidebar navigation

Thomas Hutterer requested to merge 385748_super_sidebar_help into master

What does this MR do and why?

This creates the " Help" menu in the super sidebar. Resolves #385748 (closed).

Screenshots or screen recordings

help_menu_1

How to set up and validate locally

Prepare

  1. Enable the feature flag:
echo "Feature.enable(:super_sidebar_nav)" | rails c
  1. Enable the user setting from the user dropdown:

Screenshot_2022-12-13_at_1.32.43_PM

  1. The super sidebar should now appear on every page.
  2. The Help menu is on the bottom-left.

Validate

  1. Please double-check that all the links work.
  2. Pay extra attention to the last two menu items that open a modal/drawer. Open and close both of them multiple times. There initially was a bug around that behaviour.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Thomas Hutterer

Merge request reports