Add popover explanaition for include archived filter
requested to merge 425152-follow-up-from-commits-add-a-visual-toggle-for-including-archived into master
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 |
---|---|
How to set up and validate locally
- In rails enable one of the include archived feature flags eg.
echo 'Feature.enable(:search_issues_hide_archived_projects)' | rails c
- Visit the global search page, issues scope
http://gdk.test:3000/search?scope=issues&search=%2A
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #425152 (closed)
Edited by Tomas Bulva