]> source.dussan.org Git - sonarqube.git/commit
SONAR-19236 Implement new design for hotspot header
authorstanislavh <stanislav.honcharov@sonarsource.com>
Tue, 16 May 2023 16:27:46 +0000 (18:27 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 24 May 2023 20:03:14 +0000 (20:03 +0000)
commit20c81961de9c92422410a5657ed48a3093742bde
treeea6e6ec3f3d5eb88b1d26cfd5ab4e742821c6ba1
parent28a8a0f6d2e079e16a511d4112dbf17e66c514f7
SONAR-19236 Implement new design for hotspot header
32 files changed:
server/sonar-web/design-system/src/components/FormField.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/SearchSelectDropdown.tsx
server/sonar-web/design-system/src/components/SearchSelectDropdownControl.tsx
server/sonar-web/design-system/src/components/Text.tsx
server/sonar-web/design-system/src/components/__tests__/FormField-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/buttons.tsx
server/sonar-web/design-system/src/components/icons/RequiredIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/index.ts
server/sonar-web/design-system/src/components/index.ts
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/Assignee.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/EmptyHotspotsPage.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotHeader.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotHeaderRightSection.tsx [new file with mode: 0644]
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/assignee/Assignee.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/assignee/AssigneeRenderer.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/assignee/AssigneeSelection.css [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/assignee/AssigneeSelection.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/assignee/AssigneeSelectionRenderer.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/Status.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/status/StatusDescription.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/status/StatusSelection.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/status/StatusSelectionRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/styles.css
server/sonar-web/src/main/js/components/common/FormattingTips.tsx
server/sonar-web/src/main/js/components/common/__tests__/FormattingTips-test.tsx
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/FormattingTips-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/types/misc.ts [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties