Skip to content

Add popover explanaition for include archived filter

What does this MR do and why?

Add tooltip popover with an explanation for the include archived filter.

"Include archived" wording somehow omits context; maybe we can be more explicit, or add some tooltip etc.

Screenshots or screen recordings

Before After
Screenshot_2023-10-05_at_12.51.17 Screenshot_2023-10-05_at_12.51.02
Screenshot_2023-10-05_at_12.56.05 Screenshot_2023-10-05_at_12.55.57

How to set up and validate locally

  1. In rails enable one of the include archived feature flags eg.
    echo 'Feature.enable(:search_issues_hide_archived_projects)' | rails c
  2. Visit the global search page, issues scope http://gdk.test:3000/search?scope=issues&search=%2A
  3. Hover with your mouse cursor over the "include archived" label in the left sidebar.

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

Edited by Tomas Bulva

Merge request reports