Skip to content

Change the tooltip text for the navigation sidebar

Austin Regnery requested to merge aregnery/update-sidebar-button-tooltip into master

What does this MR do and why?

The new navigation subtly changes the interaction pattern with the sidebar from a Collapse:Expand to a Hide:Show relationship. This change updates the tooltip to reflect that.

Screenshots or screen recordings

Before After
Screenshot_2023-05-01_at_9.41.05_AM Screenshot_2023-05-01_at_9.42.44_AM
Screenshot_2023-05-01_at_9.41.17_AM Screenshot_2023-05-01_at_9.42.30_AM

How to set up and validate locally

  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. Interact with the navigation sidebar buttons

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 #391523 (closed)

Edited by Austin Regnery

Merge request reports