-
Story
-
Resolution: Done
-
Normal
-
None
-
None
Insights PM (Kathryn Dixon) has approved removal of the global filter for apps that cannot use it.
Removing the global filter is beneficial because it occupies a large amount of vertical space at the top of the screen (68 pixels, that's 6.3% of a 1080p display) that could instead be used by the app.
One potential fix is to use the removalGlobalFilter() hook as shown in this PR:
https://github.com/RedHatInsights/insights-chrome/pull/2796
However, as mentioned in that PR, an ideal solution would result in the filter not appearing while applications that do not use it are loading.