Skip to content

Code Insights: Add search context filter v1

Administrator requested to merge vk/add-search-context-filter-v1 into main

Created by: vovakulikov

Closes https://github.com/sourcegraph/sourcegraph/issues/33830 Closes https://github.com/sourcegraph/sourcegraph/issues/32963

Background

This PR updates our dilldown panel and adds a new control for the search context filter. It also fixes a few visual problems that we've been noticing recently about drilldown panel.

Before After
Screenshot 2022-04-28 at 16 20 20 Screenshot 2022-04-28 at 16 20 05

Todo

  • Implement UI and the logic around context filter
  • Pass design review
  • Pass tech review
  • Update our integration test in order to test search context filter [Seperate PR]

Test plan

  • Make sure that all integration tests work properly with
  • Make sure all visual details look correct according to the search UI designs

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading