Conversation
Contributor
ThibaudGLT
commented
Mar 18, 2026
- Add a collapse button with specific label setting
- Fix behavior when search is updated with new selected facet
- Add reset button
- Change filter button icon
jajm
requested changes
Mar 19, 2026
jajm
requested changes
Apr 10, 2026
- Split the single expand button into two distinct buttons (expand / collapse), each with a chevron icon (fas fa-chevron-down / fas fa-chevron-up), shown or hidden via CSS classes. - Add a new admin setting `facet_limit_collapse_label` to configure the label of the collapse button (like the existing `facet_limit_expand_label`) - Add a "Reset all filters" button (#reset-facets) in faceted filtering mode that clears all active facet parameters from the URL - Fix checkbox value attribute in facet-link.phtml: was incorrectly set to $name instead of $value - Fix submitFacets(): also delete the page parameter when applying facets, and refactor facet-name detection into reusable helper functions (getVisibleFacetNames, isVisibleFacetParam) - Minor code style harmonisation (single quotes to double quotes, spacing)
e85e6d5 to
7897171
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.