1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-04 11:17:02 +02:00
unleash.unleash/frontend/src/component/project/Project
Nuno Góis 1ddc46011c
Feature toggles: Filtering by tags (#2396)
https://linear.app/unleash/issue/UNL-140/experiment-with-filtering-feature-toggles-by-tags-on-the-ui

Going with a naïve approach for now, tags can be searchable the same way
we search for text. The tags column only shows up if at least one toggle
has tags set. There's a simple highlightable component that lets us know
a match was found and then shows all the tags on a tooltip:
<img width="1289" alt="image"
src="https://user-images.githubusercontent.com/14320932/201155093-b8605ff2-5bf7-45c5-b240-a33da254c278.png">
2022-11-15 10:24:36 +00:00
..
CreateProject fix: group project access inconsistencies (#1178) 2022-08-04 12:57:25 +01:00
DeleteProject New project page header (#1207) 2022-08-08 09:59:36 +00:00
EditProject fix: group project access inconsistencies (#1178) 2022-08-04 12:57:25 +01:00
hooks refactor: remove error class names from input error messages (#1071) 2022-06-07 15:03:40 +02:00
ProjectFeaturesArchive fix: group project access inconsistencies (#1178) 2022-08-04 12:57:25 +01:00
ProjectFeatureToggles Feature toggles: Filtering by tags (#2396) 2022-11-15 10:24:36 +00:00
ProjectForm
ProjectHealth feat: add features counter to health report table (#2028) 2022-08-31 16:02:04 +02:00
ProjectInfo fix: remove uneccesary code (#2417) 2022-11-14 12:54:41 +01:00
ProjectLog feat: add event log to project (#2136) 2022-10-12 14:40:37 +02:00
ProjectSettings change request help popover (#2388) 2022-11-15 09:42:29 +01:00
Project.styles.ts Feat/dark mode exp (#1137) 2022-08-23 14:20:02 +02:00
Project.tsx fix: remove uneccesary code (#2417) 2022-11-14 12:54:41 +01:00
ProjectOverview.tsx fix: group project access inconsistencies (#1178) 2022-08-04 12:57:25 +01:00