Event type filter selection clearing #41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug describe:
After selecting the event type, you will no longer be able to view all the events together, only the specific event type.

How to fix:
Add event type "All" and choose it by default
Forget, Do Reset Filters button instead
Fix event typeto Event type filter selection clearing@notfence turns out PicoCSS which map uses has "Dropdown with Checkboxes" option:
https://picocss.com/docs/dropdown#dropdowns-with-checkboxes-and-radios
I think that's exactly what we need for "Event type" filter.
That's a solution to the first problem, of course. I'll think about adding an option to reset all filters at once too.
Since we currently have only one filter, I'm going to close this for now. If more filters would be introduced, I'll think about adding some kind of "reset" button again.