mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* feat(catalog): introduce additive filters for plugin type, installed status and search * feat(catalog): prefer FilterInput over custom styled search field * feat(catalog): update Browse page to use new search, filter features * refactor(catalog): keep filters with usePluginsByFilter hook * test(catalog): update tests to reflect new filtering and searching * refactor(catalog): rearrange filterByType radio buttons Co-authored-by: Ryan McKinley <ryantxu@gmail.com> * feat(catalog): ntroduce css for responsive filter layout * refactor(catalog): introduce pluginfilter type and give filter methods better names * fix(catalog): default q param to empty string so FiterInput doesn't show clear button on load Co-authored-by: Ryan McKinley <ryantxu@gmail.com>