1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/openapi
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
..
spec Feature toggles: Filtering by tags (#2396) 2022-11-15 10:24:36 +00:00
util OpenAPI(feat): add new 'Segments' tag (#2241) 2022-10-27 10:40:32 +02:00
endpoint-descriptions.ts fix: Fix broken OpenAPI (#2379) 2022-11-10 22:55:01 +01:00
index.test.ts task: use swc instead of ts-jest (#2042) 2022-09-06 13:22:41 +02:00
index.ts Update environments (#2339) 2022-11-11 10:24:56 +00:00
validate.test.ts refactor: add OpenAPI schema to constraints controller (#1683) 2022-06-09 10:35:39 +02:00
validate.ts openapi: improve validation testing (#2058) 2022-09-23 15:02:09 +02:00