extensions_ui: Add ability to filter extensions by category (#27005)

This PR adds the ability to filter the list of extensions by category:


https://github.com/user-attachments/assets/ea7b518e-4769-4e2e-8bbe-e75f9f01edf9

Release Notes:

- Added the ability to filter the list of extensions by category.
This commit is contained in:
Marshall Bowers 2025-03-18 13:59:58 -04:00 committed by GitHub
parent 628a61d929
commit cc36cd9768
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 90 additions and 58 deletions

View file

@ -31,6 +31,7 @@ pub struct ExtensionApiManifest {
Deserialize,
EnumString,
strum::Display,
strum::EnumIter,
)]
#[serde(rename_all = "kebab-case")]
#[strum(serialize_all = "kebab-case")]