Commit graph

5 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
83d7d6df15 Update FilterModal
* Adds a notice alerting users that filters on profiles and the saved page do not persist
* Exposes `persistFilters` prop that will be passed to FilterBar and used to determine if the notice should be displayed
* Autofocuses the first select on the page
2023-07-02 02:26:09 -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
9d0584a07a Extracted filter bar user info into a new component 2023-06-30 22:16:19 -07:00
8bde311a6d Moved components to a new filters folder 2023-06-30 22:14:39 -07:00