1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component
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
..
accessOverview
admin feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
application feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
archive chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
banners feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
changeRequest Feat/change request comments formatting (#7360) 2024-06-11 15:49:22 +02:00
commandBar feat: search features from command bar (#7378) 2024-06-12 21:24:22 +03:00
common chore: use HTML (custom) tooltip for permission switches (#7355) 2024-06-11 14:03:35 +02:00
context feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
demo feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
environments feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
events chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature feat: search features from command bar (#7378) 2024-06-12 21:24:22 +03:00
featureTypes chore: rename toggle to flag #2 (#7097) 2024-05-22 08:20:11 +03:00
feedback feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
feedbackNew feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
filter feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
insights feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
integrations chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
layout feat: recent project by name (#7375) 2024-06-12 13:40:05 +02:00
loginHistory task: upgraded semver dependency (and biome) (#7272) 2024-06-04 15:01:43 +02:00
maintenance
menu feat: command bar poc (#7350) 2024-06-11 15:27:59 +03:00
playground/Playground feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
project chore: use new ScreenReaderOnly component in config buttons (#7352) 2024-06-12 11:04:47 +02:00
providers feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
segments feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
signals chore: call signal endpoint example (#6611) 2024-03-19 15:53:41 +00:00
splash chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
strategies feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
tags feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
user feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
App.tsx feat: project level outdated sdks, project level banner (#7083) 2024-05-20 14:15:39 +03:00
InitialRedirect.tsx