Skip to content

[SG-32439] Drop `ListGroupItem` and `ListGroupItem` `reactstrap` imports

Administrator requested to merge contractors/SG-32439 into main

Created by: gitstart-sourcegraph

Success criteria

  1. ListGroup and ListGroupItem imports are removed from the codebase.
  2. Instead of these components a combination of HTML and CSS module classes is used.

Implementation details

Rely on the internal implementation of ListGroup and ListGroupItem available here. The component that needs to be updated: SiteAdminSidebar.tsx.

Test plan

  1. ListGroup and ListGroupItem reactstrap imports should be dropped and replaced by HTML and CSS implementation.
  2. CI should pass as expected and no UI diff from the client end

Refs

Gitstart ticket Sourcegraph issue

Preview App

Storybook Frontend

Merge request reports

Loading