[SG-32439] Drop `ListGroupItem` and `ListGroupItem` `reactstrap` imports
Created by: gitstart-sourcegraph
Success criteria
-
ListGroup
andListGroupItem
imports are removed from the codebase. - 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
-
ListGroup
andListGroupItem
reactstrap
imports should be dropped and replaced byHTML
andCSS
implementation. -
CI
should pass as expected and no UI diff from the client end
Refs
Gitstart ticket Sourcegraph issue