Skip to content

Import missing tooltip directive

Miranda Fluharty requested to merge add-missing-tooltip-import into master

What does this MR do and why?

This MR imports the tooltip directive in app/assets/javascripts/super_sidebar/components/brand_logo.vue so that the tanuki logo tooltip works and doesn't throw an error.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2023-05-24_at_12.43.39_PM Screenshot_2023-05-24_at_12.44.11_PM

How to set up and validate locally

  1. git checkout master
  2. enable the new navigation
  3. hover over the tanuki logo - no tooltip will appear
  4. open the devtools - there will be an error
  5. git checkout add-missing-tooltip-import
  6. refresh
  7. hover over the tanuki logo - a tooltip should appear
  8. in the devtools, the tooltip error should be gone

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 Miranda Fluharty

Merge request reports