Skip to content

Show new feature popover after a second

Savas Vedova requested to merge 429046-fix-new-feature-popper-positioning into master

What does this MR do and why?

Show new feature popover after a second

This tiny fix will give the IaC banner the necessary time to show so that when the popover needs to compute the exact coordinates it will have the correct page layout.

Changelog: fixed EE: true

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. This is behind a feature flag: :vulnerability_report_grouping which is currently turned on by default
  2. Go to Secure > Vulnerability Report
  3. If you dismissed the popover in the past, you may need to delete the user callout: echo 'ActiveRecord::Base.connection.exec_query("DELETE FROM user_callouts")' | rails c. Please note that this will delete all user callout actions.
  4. Check that the popover is in the correct position (should be above the group by button as displayed in the screenshot above)

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

Merge request reports