-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fleet] Add visual indication of selected subcategory and enable new UI #149306
Comments
Pinging @elastic/fleet (Team:Fleet) |
@criamico I think both of your suggestions from #147125 are nice to add (append to search box, and color indicator). Appending to search box would imply that additional search inputs would limit results within a subcategory. If this is not able to be implemented, then appending the label wouldn't be recommended. Here is a mockup: |
@dborodyansky here's a screenshot of how it looks like when implemented: The results of the search are limited within the selected subcategory, so no problem from that side. -- Subcategories.movShould we provide a way to clear the subcategory? What do you think? |
…ns page (#149954) Closes #149306 ## Summary Display a clear indication of selected subcategory in Integrations page https://user-images.githubusercontent.com/16084106/215807007-63dbea8d-4496-497f-b4f4-673825a21049.mov To test it locally, enable feature flag `showIntegrationsSubcategories`. Some screenshots: <img width="2040" alt="Screenshot 2023-01-31 at 16 12 35" src="https://user-images.githubusercontent.com/16084106/215807361-382eb4fa-736c-4073-bf44-79d1d9a3109c.png"> <img width="1563" alt="Screenshot 2023-01-31 at 16 36 38" src="https://user-images.githubusercontent.com/16084106/215807406-f7d52c44-d1d1-4f4a-b32a-26122ab8cfbe.png"> <img width="1507" alt="Screenshot 2023-01-31 at 16 36 51" src="https://user-images.githubusercontent.com/16084106/215807430-00189482-2dd3-418c-99b9-0651b82305b7.png"> I also split some of the components in `packageList` since that file is becoming too big and extracted another hook from `useAvailablePackages`, this hook only deals with the URL and the history. --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…ns page (elastic#149954) Closes elastic#149306 ## Summary Display a clear indication of selected subcategory in Integrations page https://user-images.githubusercontent.com/16084106/215807007-63dbea8d-4496-497f-b4f4-673825a21049.mov To test it locally, enable feature flag `showIntegrationsSubcategories`. Some screenshots: <img width="2040" alt="Screenshot 2023-01-31 at 16 12 35" src="https://user-images.githubusercontent.com/16084106/215807361-382eb4fa-736c-4073-bf44-79d1d9a3109c.png"> <img width="1563" alt="Screenshot 2023-01-31 at 16 36 38" src="https://user-images.githubusercontent.com/16084106/215807406-f7d52c44-d1d1-4f4a-b32a-26122ab8cfbe.png"> <img width="1507" alt="Screenshot 2023-01-31 at 16 36 51" src="https://user-images.githubusercontent.com/16084106/215807430-00189482-2dd3-418c-99b9-0651b82305b7.png"> I also split some of the components in `packageList` since that file is becoming too big and extracted another hook from `useAvailablePackages`, this hook only deals with the URL and the history. --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Follow up of #147125
The new subcategories UI was merged with #148894, some follow up is needed before enabling it for the users:
showIntegrationsSubcategories
. At the moment EPR doesn't return subcategories for every category and this feature flag should be enabled when that part is also done. This is blocked until the release of subcategories.The text was updated successfully, but these errors were encountered: