Don’t disable primary filters when sidebar is open
Prior to this change, when the user opened the All Filters sidebar, we disabled the primary filters atop the table. I think we originally did this out of concern that a user might conceptually be confused by the presence of some filters in both places — or perhaps it was concern that the state management would be too hairy.
However, it actually seems to confuse people more to have have the buttons conditionally disabled, while testing shows the state is kept in sync between the two places without a problem.
This MR removes that disabling feature.
Testing:
- In
main
Explore, open the All Filters sidebar -
❌ The filter buttons in the primary filters section (atop the table) disable - Switch to this branch and repeat
-
✅ The filter buttons remain enabled/usable
Closes https://code.librehq.com/ots/clients/lfc/torque-tracker/-/issues/245