]> source.dussan.org Git - sonarqube.git/commit
SONAR-19236 Implement sidebar hotspot list using the new design system
author7PH <benjamin.raymond@sonarsource.com>
Mon, 15 May 2023 09:10:22 +0000 (11:10 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 24 May 2023 20:03:13 +0000 (20:03 +0000)
commit1948544ed0d2441d4aae7f95411cea4430c3e51c
treec86a7d554c84e28ad047d32bf5b43b837e7e3f7c
parentfaf2c7ae1f4a3f537e0f8493ad82a816c21d4568
SONAR-19236 Implement sidebar hotspot list using the new design system
12 files changed:
server/sonar-web/src/main/js/app/components/GlobalMessage.tsx
server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsApp.tsx
server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsAppRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/__tests__/utils-test.ts
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotCategory.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.css [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotListItem.tsx
server/sonar-web/src/main/js/apps/security-hotspots/styles.css
server/sonar-web/src/main/js/apps/security-hotspots/utils.ts
server/sonar-web/src/main/js/helpers/mocks/security-hotspots.ts
server/sonar-web/src/main/js/types/security-hotspots.ts