Skip to content

Code Insights: [FE] Create a first implementation of capture group creation UI page

Administrator requested to merge vk/create-capture-group-creation-ui into main

Created by: vovakulikov

Close part of https://github.com/sourcegraph/sourcegraph/issues/28026

Series of PR

  1. This one creates main layouts for capture group creation UI
  2. Create live preview chart for capture group
  3. Improve live preview chart and connect it to gql api

Context

This PR adds a first implementation of the creation UI page for the capture group insight. A few things to highlight:

  • We extract MonacoQuery editor from search-based insight creation UI
  • Common styles for building a common creation UI layout page have been extracted to insights shared component

Knowing problems that would be solved in further PRs

Merge request reports

Loading