]> source.dussan.org Git - sonarqube.git/commit
SONAR-19172 Issues page: create a "discreet select" component for the issue details...
authorKevin Silva <kevin.silva@sonarsource.com>
Fri, 5 May 2023 14:26:46 +0000 (16:26 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 10 May 2023 20:05:28 +0000 (20:05 +0000)
commitf7cfaa0150d0a7898a3ebe9a7e8925f21e23d7a8
tree5dc5d8e92c9a88d2a2b7b5de6a994d30625f4615
parent2c5ee5384d9f3e7bccee6260112f3cbd20d0f9ae
SONAR-19172 Issues page: create a "discreet select" component for the issue details header
server/sonar-web/design-system/package.json
server/sonar-web/design-system/src/components/Checkbox.tsx
server/sonar-web/design-system/src/components/DiscreetSelect.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/DropdownMenu.tsx
server/sonar-web/design-system/src/components/InputSelect.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/RadioButton.tsx
server/sonar-web/design-system/src/components/__tests__/DiscreetSelect-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/InputSelect-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/index.ts
server/sonar-web/src/main/js/components/issue/components/IssueSeverity.tsx
server/sonar-web/yarn.lock