Azure / awesome-azd

An awesome list that curates content (articles, videos, tutorials and docs) and templates (ready to use) for the Azure Developer CLI (`azd`). Plus a hosted azd-templates Gallery to simplify search & discovery
https://aka.ms/awesome-azd
MIT License
140 stars 69 forks source link

[Feature] Show selected categories and option to clear all selected items #382

Open kristenwomack opened 1 month ago

kristenwomack commented 1 month ago

Is your feature request related to a problem? Please describe. We have a lot of filter groups and some of them are fairly long. Once you select one or more items, you can "lose" what you've selected.

Describe the solution you'd like It would be ideal to have the visual tags showing what is currently selected and the option to clear all selected filters. See embedded image here.

image

cc: @Austinauth

Austinauth commented 1 month ago

This goes back to the faceted filtering we never got around to implementing.

Ideally the user wouldn't be able to select a combination of filters that do not yield a result. For example: Python & Javascript.

Ideally we'd have more time to make this look a little nicer, but since we've added so many new filters, it also might be nice to add a clear all button next to the "Filter By" text (only when the user has selected a filter).

image