]> source.dussan.org Git - sonarqube.git/commit
SONAR-12749 DRYer SourceViewerHeader
authorJeremy Davis <jeremy.davis@sonarsource.com>
Wed, 12 Aug 2020 07:59:44 +0000 (09:59 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 26 Aug 2020 20:06:43 +0000 (20:06 +0000)
commitc39ab47130cf79261312b7b08afbcb2c79441f9c
tree5c72189db1b5e30a004184d9a7858238f606053c
parentc1f7a7e59d34b1f5b961841ee1004739fcfa7a0f
SONAR-12749 DRYer SourceViewerHeader
14 files changed:
server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanel.tsx
server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanelIssueMeasureRow.tsx
server/sonar-web/src/main/js/apps/overview/branches/__tests__/MeasuresPanelIssueMeasureRow-test.tsx
server/sonar-web/src/main/js/apps/overview/components/IssueLabel.tsx
server/sonar-web/src/main/js/apps/overview/components/IssueRating.tsx
server/sonar-web/src/main/js/apps/overview/components/__tests__/IssueLabel-test.tsx
server/sonar-web/src/main/js/apps/overview/components/__tests__/IssueRating-test.tsx
server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestOverview.tsx
server/sonar-web/src/main/js/apps/overview/utils.ts
server/sonar-web/src/main/js/components/SourceViewer/SourceViewerHeader.tsx
server/sonar-web/src/main/js/components/SourceViewer/__tests__/SourceViewerHeader-test.tsx
server/sonar-web/src/main/js/helpers/constants.ts
server/sonar-web/src/main/js/helpers/issues.ts
server/sonar-web/src/main/js/types/issues.ts [new file with mode: 0644]