Source
Featurebase: https://cardeio.featurebase.app/p/bug-store-filter-stays-active-on-store-page Submitted 2026-06-11 by Francois D.
Problem
A player reports that applying a store filter on the All Events page can leak into another store's page. Example: filter by "store 1" on All Events, navigate to "store 2", and the store 2 page shows store 1 events.
Expected behavior
Store-scoped pages should not inherit an unrelated All Events store filter. Navigating to a specific store page should show that store's events, or the UI should visibly clear/override incompatible filters.
Success criteria
- [ ] Navigating from All Events with a store filter to a different store page does not show the previously filtered store's events.
- [ ] Store-page event queries are scoped to the active store, regardless of stale global filter state.
- [ ] The UI makes filter state clear when moving between global search and store-specific pages.