]> source.dussan.org Git - sonarqube.git/commit
SONAR-19174 Code viewer changes for hotspots page
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Thu, 25 May 2023 13:40:11 +0000 (15:40 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 1 Jun 2023 20:02:59 +0000 (20:02 +0000)
commitcd2200061453646ec5a1563dc68ee5799c18bef3
tree246dba0ce4c8f480446e9c5e17da8da11bf82004
parent8592cedbc5b667e62acc701986e8cc14fe3402ca
SONAR-19174 Code viewer changes for hotspots page
server/sonar-web/design-system/src/components/IssueLocationMarker.tsx [deleted file]
server/sonar-web/design-system/src/components/__tests__/LineFinding-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/__snapshots__/LineFinding-test.tsx.snap [new file with mode: 0644]
server/sonar-web/design-system/src/components/code-line/LineFinding.tsx
server/sonar-web/design-system/src/components/code-line/LineMarker.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/ComponentSourceSnippetGroupViewer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotPrimaryLocationBox.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotSnippetContainerRenderer.tsx
server/sonar-web/src/main/js/components/SourceViewer/components/LineCode.tsx