]> source.dussan.org Git - sonarqube.git/commit
SONAR-19613 Migrate About this project to MIUI
authorViktor Vorona <viktor.vorona@sonarsource.com>
Fri, 23 Jun 2023 14:22:45 +0000 (16:22 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 26 Jun 2023 20:03:55 +0000 (20:03 +0000)
commit4e7d35f61399ea04e151b5c9239982dd499957cf
tree2dd1bc54e1f26712e445ac5c9c6c815fbd7f0f11
parent7199d2e23d9b6976fa03bc8e8af8dbd77b703d0b
SONAR-19613 Migrate About this project to MIUI
33 files changed:
server/sonar-web/design-system/src/components/SizeIndicator.tsx
server/sonar-web/design-system/src/components/__tests__/SizeIndicator-test.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/ComponentNav-test.tsx
server/sonar-web/src/main/js/apps/account/projects/ProjectCard.tsx
server/sonar-web/src/main/js/apps/projectInformation/ProjectInformationApp.tsx
server/sonar-web/src/main/js/apps/projectInformation/__tests__/ProjectInformationApp-it.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/AboutProject.tsx
server/sonar-web/src/main/js/apps/projectInformation/about/components/MetaDescription.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/MetaHome.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/MetaKey.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/MetaLinks.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/MetaQualityGate.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/MetaQualityProfiles.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/MetaSize.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/MetaTags.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/MetaVisibility.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/__tests__/MetaKey-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/__tests__/MetaQualityProfiles-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/about/components/__tests__/MetaTags-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectInformation/meta/MetaKey.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectInformation/meta/MetaLink.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectInformation/meta/MetaLinks.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectInformation/meta/MetaQualityGate.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectInformation/meta/MetaQualityProfiles.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectInformation/meta/MetaSize.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectInformation/meta/MetaTags.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectInformation/meta/MetaTagsSelector.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectInformation/meta/__tests__/MetaKey-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectInformation/meta/__tests__/MetaQualityProfiles-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectInformation/meta/__tests__/MetaTags-test.tsx [deleted file]
server/sonar-web/src/main/js/components/common/MetaLink.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/icons/ProjectLinkIcon.tsx
sonar-core/src/main/resources/org/sonar/l10n/core.properties