Description
When searching or choosing filters, users currently have to manually clear the text field and reset each dropdown or tag to "All" to view all events. A "Clear Filters" button would improve the user experience.
Proposed Solution
- Add a "Clear Filters" button in components/SearchFilters.tsx that appears when search inputs or selected filters are active.
- When clicked, it should reset the search input state and clear all URL search parameters.
If interested, ask to get assigned, and then raise your perfect PR!
Description
When searching or choosing filters, users currently have to manually clear the text field and reset each dropdown or tag to "All" to view all events. A "Clear Filters" button would improve the user experience.
Proposed Solution