Ensure that by design all file list filters are reset on view change.
This is now implemented in the interface rather than manually listening to event by every filter.
Also refactored the filters store to store-setup style as this allows to run an init function.
Summary
Ensure that by design all file list filters are reset on view change. This is now implemented in the interface rather than manually listening to event by every filter.
Also refactored the filters store to store-setup style as this allows to run an init function.
Checklist