Closed dleadbetter closed 1 month ago
This pull request creates the FacetSlider and FacetTimeline components. It also updates Typesense utils to persist the range state in the URL.
FacetSlider
FacetTimeline
Typesense
https://github.com/user-attachments/assets/b49eb3e9-1c3e-4040-930d-a1e59c8ab9bc
The FacetTimeline component can be rendered at the footer of the map.
Using the toggles, the search results will filter based on the selected range.
Clicking on an event will display a modal containing more information about the event.
Clicking the "list" icon will bring up a list of all events. This can be useful for viewing many events which exist is a small timeframe.
This pull request creates the
FacetSlider
andFacetTimeline
components. It also updatesTypesense
utils to persist the range state in the URL.Demo
https://github.com/user-attachments/assets/b49eb3e9-1c3e-4040-930d-a1e59c8ab9bc
FacetTimeline
The
FacetTimeline
component can be rendered at the footer of the map.Filtering Search Results
Using the toggles, the search results will filter based on the selected range.
Event Modal
Clicking on an event will display a modal containing more information about the event.
List View
Clicking the "list" icon will bring up a list of all events. This can be useful for viewing many events which exist is a small timeframe.