-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Make currently active list filters more visible #174
Labels
enhancement
New feature or request
Comments
This would be another nice enhancement!
I'm for |
Yeah, A is custom template and CSS! Let me make a first commit to add A (template + CSS + theme option), then work on C (no JS, custom template, if needed template tag, CSS for the chip styling, theme option) |
Reopen this to add option for item C? |
Feature available by upgrading to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a list page with many filters shown and the dropdown option active, admin users have a hard time finding out which filters are currently active, in order to remove one for example if the current selection has no results. They would have to go through the list and determine if the value visible is the default or not, so they end up clearing all filters (it’s the only action displayed) and re-building their selection.
Ideas:
A: add CSS to highlight filters with a non-default value selected
B: put active filters at the top of the list of filters
C: on top of the filter list, show currently active filters with a link to remove each:
( Age: 9+ | x ) ( Group: 10-15 | x )
(parens to represent a chip widget)A + B or A + C are possible combinations.
I can contribute code if you agree to this feature!
The text was updated successfully, but these errors were encountered: