Show standalone filter controls when search panel is hidden
When the search panel is open, filter controls are displayed inside it. To make filter controls accessible when the search panel is closed, render standalone controls from `SidebarView`, wrapper in a container card. Rendering of the card is handled by `FilterControls`, so that the logic for conditionally rendering depending on whether filters are configured, does not need to be duplicated.
Showing
Please register or sign in to comment