1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/feature/FeatureToggleList
Jaanus Sellin 21088b745d
feat: search features from command bar (#7378)
Now searching works in command bar

1. Currently piggybacking on the search hook, but I think it is not fast
enough, and also it is using the query params as the global search. This
causes some weird behaviour in UI. This probably means we will create
separate endpoint for this.


![image](https://github.com/Unleash/unleash/assets/964450/a24f41ae-93d7-4ebe-a92b-c20dfe7cb666)
2024-06-12 21:24:22 +03:00
..
FeatureStaleCell chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
FeatureToggleFilters feat: global search by flag type (#7346) 2024-06-11 10:14:29 +02:00
FeatureToggleListActions chore: change toggle to flag #3 (#7101) 2024-05-22 09:58:53 +03:00
BulkDisableDialog.test.tsx chore: change toggle to flag #3 (#7101) 2024-05-22 09:58:53 +03:00
BulkDisableDialog.tsx chore: change toggle to flag #3 (#7101) 2024-05-22 09:58:53 +03:00
BulkEnableDialog.test.tsx chore: change toggle to flag #3 (#7101) 2024-05-22 09:58:53 +03:00
BulkEnableDialog.tsx chore: change toggle to flag #3 (#7101) 2024-05-22 09:58:53 +03:00
ExportDialog.tsx chore: change toggle to flag #3 (#7101) 2024-05-22 09:58:53 +03:00
FeatureToggleListTable.test.tsx feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
FeatureToggleListTable.tsx feat: extract global feature search (#7372) 2024-06-12 13:32:13 +03:00
useGlobalFeatureSearch.ts feat: search features from command bar (#7378) 2024-06-12 21:24:22 +03:00