]> source.dussan.org Git - sonarqube.git/commit
SONAR-19026 Adapt the Graph component to MIUI
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>
Mon, 24 Apr 2023 14:59:24 +0000 (16:59 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 25 Apr 2023 20:03:00 +0000 (20:03 +0000)
commitad0fb36113ab1e16aeaef3404bbbc8b6cbd5a12d
treedf0854a7c1961d71f4b96ca8d9058bafd646850f
parentc30b211250742d402f0167f2ea74fa0cc34d5585
SONAR-19026 Adapt the Graph component to MIUI
38 files changed:
server/sonar-web/design-system/src/components/NewCodeLegend.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/NewCodeLegend-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/index.ts
server/sonar-web/design-system/src/helpers/index.ts
server/sonar-web/design-system/src/index.ts
server/sonar-web/design-system/src/theme/index.ts
server/sonar-web/design-system/src/theme/light.ts
server/sonar-web/design-system/src/theme/withTheme.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/styles/components/page.css
server/sonar-web/src/main/js/apps/overview/branches/ActivityPanel.tsx
server/sonar-web/src/main/js/apps/overview/branches/__tests__/BranchOverview-it.tsx
server/sonar-web/src/main/js/apps/overview/styles.css
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityApp-it.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphHistory.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphsHeader.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphsLegendCustom.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphsLegendItem.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphsLegendStatic.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltips.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltipsContent.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltipsContentEvents.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltipsContentIssues.tsx
server/sonar-web/src/main/js/components/activity-graph/GraphsZoom.tsx
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsTooltips-it.tsx
server/sonar-web/src/main/js/components/activity-graph/styles.css
server/sonar-web/src/main/js/components/activity-graph/utils.ts
server/sonar-web/src/main/js/components/charts/AdvancedTimeline.tsx
server/sonar-web/src/main/js/components/charts/LineChart.css
server/sonar-web/src/main/js/components/charts/LineChart.tsx
server/sonar-web/src/main/js/components/charts/ZoomTimeLine.tsx
server/sonar-web/src/main/js/components/charts/__tests__/AdvancedTimeline-test.tsx
server/sonar-web/src/main/js/components/charts/__tests__/ZoomTimeLine-test.tsx [deleted file]
server/sonar-web/src/main/js/components/charts/__tests__/__snapshots__/AdvancedTimeline-test.tsx.snap
server/sonar-web/src/main/js/components/charts/__tests__/__snapshots__/ZoomTimeLine-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/components/icons/ChartLegendIcon.tsx
server/sonar-web/src/main/js/components/ui/Rating.tsx
server/sonar-web/tailwind.base.config.js
sonar-core/src/main/resources/org/sonar/l10n/core.properties