Commit graph

3 commits

Author SHA1 Message Date
a064cfa67c Fix page navigation when filtering collections
There was a bug that kept page navigation from working properly when filtering. Things would load multiple times, or load the wrong thing, or not navigate properly. That should all be fixed now.
2023-07-04 00:28:05 -07:00
01b51f2829 Update FilterModal
* Fixes spacing of interactive elements in FilterBar so they don't stretch according to content anymore
* Adds new `persistFilters` prop that determines whether the FilterBar should persist any filters to the user's cookies
* Uses defaultFilterset prop to populate the default filter set instead of importing the actual "default filter set" and using it directly
2023-07-02 02:24:59 -07:00
8bde311a6d Moved components to a new filters folder 2023-06-30 22:14:39 -07:00