Code Insights: Implement a special layout mode for the drill down filter panel
Created by: vovakulikov
Closes https://github.com/sourcegraph/sourcegraph/issues/34761
Background
This PR updates the drill down panel so we can reuse the same drill down components for the standalone page. I didn't match our initial design perfectly (we don't have a vertical separator between sections in the horizontal mode, we don't have collapse state for the drill-down filter panel on the standalone insight page) cc @Joelkw @AlicjaSuska. I will create an issue where I catch all cut off that we made for this part of UI, and we will fix them right after the 3.40.
Test plan
- Make sure that drill down layout looks good in both modes (collapse panels and horizontal sections)
- Make sure that drill down filter panel looks good on the dashboard page
App preview:
Check out the client app preview documentation to learn more.