-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Filter panel collapse icons can be incorrect #239
Comments
I notice that
Might this be a clue? |
Yes, good eye. I think there's potentially a few issues with all this interactivity. I do know that on global enable, new FilterState(s) are made and re-inserted. This is why the 'state' of each dataset section and each card is not restored on global enable. Now that we have single filter disabling though, this should be an easy fix. And remove some code to boot :) |
Acceptance Criteria:
|
Initially I thought this can be easily fixed by adding a Perhaps #206 will make this easier. |
Update: #206 will not fix this. I don't know what triggers the accordions to unfold. |
Might be outdated after removing |
Confirmed, no disable, no problem. |
Originally noticed in #228 (review) . The collapse icons can get out of whack when disabling/enabling the filter panel.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: