1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/openapi/models
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
..
CloneFeatureSchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
ConstraintSchema.ts Archive table 2022-06-03 16:21:12 +03:00
CreateFeatureSchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
CreateStrategySchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
FeatureEnvironmentSchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
FeatureSchema.ts Feature toggles: Filtering by tags (#2396) 2022-11-15 10:24:36 +00:00
FeaturesSchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
FeatureStrategySchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
index.ts Archive table 2022-06-03 16:21:12 +03:00
OverrideSchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
PatchOperationSchema.ts Archive table 2022-06-03 16:21:12 +03:00
StrategySchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
TagSchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
TagsResponseSchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
UpdateFeatureSchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
UpdateStrategySchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
VariantSchema.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
VariantSchemaPayload.ts refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00