]> source.dussan.org Git - sonarqube.git/commit
SONAR-19236 Move security hotspot activity to its own tab
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Wed, 17 May 2023 08:57:49 +0000 (10:57 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 24 May 2023 20:03:14 +0000 (20:03 +0000)
commit76f1bb2ffe4c49b0098d12c9057f8dbc89891714
tree71c4c4505576459f289c8b4d27d6a9b1048b9c97
parent20c81961de9c92422410a5657ed48a3093742bde
SONAR-19236 Move security hotspot activity to its own tab
20 files changed:
server/sonar-web/design-system/src/components/HtmlFormatter.tsx
server/sonar-web/design-system/src/components/Text.tsx
server/sonar-web/design-system/src/components/icons/TrashIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/index.ts
server/sonar-web/src/main/js/app/styles/style.css
server/sonar-web/src/main/js/apps/security-hotspots/__tests__/SecurityHotspotsApp-it.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotCommentModal.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotCommentPopup.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotPrimaryLocationBox.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotReviewHistory.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotReviewHistoryAndComments.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotSnippetContainer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotSnippetContainerRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewerRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewerTabs.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/status/StatusSelectionRenderer.tsx
server/sonar-web/src/main/js/components/common/FormattingTips.tsx
server/sonar-web/src/main/js/components/rules/RuleDescription.tsx
sonar-core/src/main/resources/org/sonar/l10n/core.properties