]> source.dussan.org Git - sonarqube.git/commit
SONAR-22218 Deprecate old tooltips and migrate some of them
authorJeremy Davis <jeremy.davis@sonarsource.com>
Tue, 21 May 2024 15:05:03 +0000 (17:05 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 27 May 2024 20:02:40 +0000 (20:02 +0000)
commit1953626fabdb68e2f271899a16ad30faf4c2a7c8
tree3d1acc8d4f7ce29d62f92e28d53c10f2d04c552e
parent489cffe6250345b7718bfa0d216c7741f40e6b41
SONAR-22218 Deprecate old tooltips and migrate some of them
24 files changed:
server/sonar-web/config/jest/SetupReactTestingLibrary.ts
server/sonar-web/design-system/src/components/DropdownMenu.tsx
server/sonar-web/design-system/src/components/InteractiveIcon.tsx
server/sonar-web/design-system/src/components/Tooltip.tsx
server/sonar-web/design-system/src/components/index.ts
server/sonar-web/design-system/src/sonar-aligned/components/MetricsRatingBadge.tsx
server/sonar-web/design-system/src/sonar-aligned/components/buttons/Button.tsx
server/sonar-web/src/main/js/app/utils/startReactApp.tsx
server/sonar-web/src/main/js/apps/issues/components/IssueHeaderMeta.tsx
server/sonar-web/src/main/js/apps/overview/branches/SoftwareImpactMeasureBreakdownCard.tsx
server/sonar-web/src/main/js/apps/overview/branches/SoftwareImpactMeasureCard.tsx
server/sonar-web/src/main/js/apps/overview/branches/SoftwareImpactMeasureRating.tsx
server/sonar-web/src/main/js/apps/overview/pullRequests/IssueMeasuresCard.tsx
server/sonar-web/src/main/js/apps/quality-profiles/components/ProfileActions.tsx
server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileProjects.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/ConfigurationDetails.tsx
server/sonar-web/src/main/js/apps/users/components/UserListItem.tsx
server/sonar-web/src/main/js/components/controls/Tooltip.css
server/sonar-web/src/main/js/components/controls/Tooltip.tsx
server/sonar-web/src/main/js/components/issue/components/IssueTransitionItem.tsx
server/sonar-web/src/main/js/components/tags/TagsList.css [deleted file]
server/sonar-web/src/main/js/components/tags/TagsList.tsx
server/sonar-web/src/main/js/helpers/testReactTestingUtils.tsx
server/sonar-web/src/main/js/sonar-aligned/components/measure/Measure.tsx