Skip to content

Code Insights: [FE] Create live preview for capture creation UI

Created by: vovakulikov

Follow up for https://github.com/sourcegraph/sourcegraph/pull/28654

Series of PR

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

This PR updates the live preview component for all creation UI pages in a way to support content with dynamic height. Besides this, it adds a creation UI live preview chart for capture group insight and API for fetching live preview data.

Note that this PR updates just visual components. Capture group insight live preview chart will be properly connected to API in a separate PR

Todo

  • Create a live preview chart
  • Fix chart styles for different screen sizes
  • Adjust appearance logic

Merge request reports

Loading