• Robert Knight's avatar
    Show standalone filter controls when search panel is hidden · 0b1d00e0
    Robert Knight authored
    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.
    0b1d00e0
SidebarView.tsx 6.15 KB