]> source.dussan.org Git - sonarqube.git/commit
SONAR-17708 Update Rating Badge size
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>
Wed, 21 Dec 2022 15:22:41 +0000 (16:22 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 29 Dec 2022 20:03:07 +0000 (20:03 +0000)
commit66e50a74630b8c5a677502aa9b03343422e2dc50
tree75cb0cc5288aa86ecf95ed5174da656be3547e54
parent1eb320deeb1981d572f50645163795f3786f2845
SONAR-17708 Update Rating Badge size
20 files changed:
server/sonar-web/src/main/js/apps/projects/filters/CoverageFilter.tsx
server/sonar-web/src/main/js/apps/projects/filters/IssuesFilter.tsx
server/sonar-web/src/main/js/apps/projects/filters/SecurityReviewFilter.tsx
server/sonar-web/src/main/js/apps/projects/filters/SizeFilter.tsx
server/sonar-web/src/main/js/apps/projects/filters/__tests__/__snapshots__/CoverageFilter-test.tsx.snap
server/sonar-web/src/main/js/apps/projects/filters/__tests__/__snapshots__/IssuesFilter-test.tsx.snap
server/sonar-web/src/main/js/apps/projects/filters/__tests__/__snapshots__/SecurityReviewFilter-test.tsx.snap
server/sonar-web/src/main/js/apps/projects/filters/__tests__/__snapshots__/SizeFilter-test.tsx.snap
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltipsContentIssues.tsx
server/sonar-web/src/main/js/components/measure/Measure.tsx
server/sonar-web/src/main/js/components/search-navigator.css
server/sonar-web/src/main/js/components/ui/DuplicationsRating.css
server/sonar-web/src/main/js/components/ui/Rating.css
server/sonar-web/src/main/js/components/ui/Rating.tsx
server/sonar-web/src/main/js/components/ui/SizeRating.css
server/sonar-web/src/main/js/components/ui/SizeRating.tsx
server/sonar-web/src/main/js/components/ui/__tests__/Rating-test.tsx
server/sonar-web/src/main/js/components/ui/__tests__/SizeRating-test.tsx
server/sonar-web/src/main/js/components/ui/__tests__/__snapshots__/Rating-test.tsx.snap
server/sonar-web/src/main/js/components/ui/__tests__/__snapshots__/SizeRating-test.tsx.snap