Value Stream Analytics: Migrate project selector into GlFilteredSearch
In #217943 (closed) we introduced filters for Value Stream Analytics.
This solution still uses both a project dropdown and the filter bar. We should migrate the project dropdown by enabling users to select a project from the filter bar.
This requires the following changes:
- Remove the
projectdropdown - Add a new
projecttoken to theGlFilteredSearchimplementation. - Make sure that
milestoneandlabelfilters won't be available until aprojecthas been selected (since they depend on the selectedproject) - When a user changes the
project, any appliedmilestoneorlabelfilters need to be removed since they might not be available on the selected project anymore.