grafana/public/app/features/commandPalette
Josh Hunt 9b10f6c7dd
CommandPalette: Fix long dashboard names freezing the browser (#61278)
* CommandPalette: Use custom useMatches to avoid perf issues with long names

* wip start to multi search

* use search permutations, and do substring match if search is over 25 chars

* update ufuzzy

* don't permute query if greater than 5 words
2023-01-13 14:16:16 +00:00
..
actions Command Palette: don't register dashboards as actions in the command palette (#61271) 2023-01-13 11:41:23 +00:00
CommandPalette.tsx CommandPalette: Fix long dashboard names freezing the browser (#61278) 2023-01-13 14:16:16 +00:00
ResultItem.tsx CommandPalette: Add actions for entire Nav tree (#58138) 2022-11-30 12:34:25 -05:00
types.ts CommandPalette: Search for dashboards using API (#61090) 2023-01-10 14:59:32 +00:00
useMatches.ts CommandPalette: Fix long dashboard names freezing the browser (#61278) 2023-01-13 14:16:16 +00:00
values.ts CommandPalette: Search for dashboards using API (#61090) 2023-01-10 14:59:32 +00:00