]> source.dussan.org Git - sonarqube.git/commit
SONAR-22168 Align InputSelect
authorstanislavh <stanislav.honcharov@sonarsource.com>
Thu, 2 May 2024 15:29:48 +0000 (17:29 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 6 May 2024 20:02:40 +0000 (20:02 +0000)
commit422081485bf8e9646921f48d7b1f8d54b9854bd7
tree4f05d3e9ff70bc1b3788bdd5aa48ffca03999c44
parent6e3bc57e5e081c223b9d527f4de45c6b90e132f5
SONAR-22168 Align InputSelect
28 files changed:
server/sonar-web/design-system/src/components/input/DatePickerCustomCalendarNavigation.tsx
server/sonar-web/design-system/src/components/input/DiscreetSelect.tsx
server/sonar-web/design-system/src/components/input/InputSelect.tsx [deleted file]
server/sonar-web/design-system/src/components/input/SearchSelect.tsx
server/sonar-web/design-system/src/components/input/SearchSelectDropdown.tsx
server/sonar-web/design-system/src/components/input/__tests__/DiscreetSelect-test.tsx
server/sonar-web/design-system/src/components/input/__tests__/InputSelect-test.tsx [deleted file]
server/sonar-web/design-system/src/components/input/__tests__/SearchSelectDropdown-test.tsx
server/sonar-web/design-system/src/components/input/index.ts
server/sonar-web/design-system/src/sonar-aligned/components/index.ts
server/sonar-web/design-system/src/sonar-aligned/components/input/InputSelect.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/sonar-aligned/components/input/SelectCommon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/sonar-aligned/components/input/__tests__/InputSelect-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/sonar-aligned/components/input/index.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/StatusFilter.tsx
server/sonar-web/src/main/js/apps/background-tasks/components/TypesFilter.tsx
server/sonar-web/src/main/js/apps/coding-rules/components/CustomRuleFormModal.tsx
server/sonar-web/src/main/js/apps/create/project/Azure/AzureProjectCreate.tsx
server/sonar-web/src/main/js/apps/create/project/BitbucketCloud/BitbucketCloudProjectCreate.tsx
server/sonar-web/src/main/js/apps/create/project/Github/GitHubProjectCreate.tsx
server/sonar-web/src/main/js/apps/create/project/Gitlab/GitlabProjectCreate.tsx
server/sonar-web/src/main/js/apps/issues/components/AssigneeSelect.tsx
server/sonar-web/src/main/js/apps/issues/components/BulkChangeModal.tsx
server/sonar-web/src/main/js/apps/permissions/project/components/ApplyTemplate.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityPageFilters.tsx
server/sonar-web/src/main/js/apps/projects/components/PerspectiveSelect.tsx
server/sonar-web/src/main/js/apps/projectsManagement/BulkApplyTemplateModal.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/QualityGatePermissionsAddModalRenderer.tsx