]> source.dussan.org Git - sonarqube.git/commit
SONAR-19236 Move Security Hotspots content to new tabs
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Mon, 15 May 2023 12:26:02 +0000 (14:26 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 24 May 2023 20:03:13 +0000 (20:03 +0000)
commitfaf2c7ae1f4a3f537e0f8493ad82a816c21d4568
tree93092fb1f9a99b69c693a8e523994308d60a49be
parent059960432e46ecc835d8da2cb0dcad7f370518d6
SONAR-19236 Move Security Hotspots content to new tabs
19 files changed:
server/sonar-web/design-system/src/components/HtmlFormatter.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/ToggleButton.tsx
server/sonar-web/design-system/src/components/__tests__/ToggleButton-test.tsx
server/sonar-web/design-system/src/components/index.ts
server/sonar-web/design-system/src/helpers/__tests__/tabs-test.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/index.ts
server/sonar-web/design-system/src/helpers/tabs.ts [new file with mode: 0644]
server/sonar-web/design-system/src/theme/light.ts
server/sonar-web/src/main/js/api/mocks/CodingRulesMock.ts [deleted file]
server/sonar-web/src/main/js/api/mocks/CodingRulesServiceMock.ts [new file with mode: 0644]
server/sonar-web/src/main/js/api/mocks/SecurityHotspotServiceMock.ts
server/sonar-web/src/main/js/app/styles/style.css
server/sonar-web/src/main/js/apps/coding-rules/__tests__/CodingRules-it.ts
server/sonar-web/src/main/js/apps/coding-rules/styles.css
server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsAppRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/__tests__/SecurityHotspotsApp-it.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewerTabs.tsx
server/sonar-web/src/main/js/components/rules/RuleDescription.tsx
server/sonar-web/src/main/js/components/rules/RuleTabViewer.tsx