]> source.dussan.org Git - sonarqube.git/commit
SONAR-20337 Migrating quality gate condition list to adopt new UI
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Tue, 5 Sep 2023 10:56:28 +0000 (12:56 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 19 Sep 2023 20:02:46 +0000 (20:02 +0000)
commit90d426a9ee09fc00f62ced06f97fcddb3de146b0
tree4bad68d277d4d10a70b97ccb35bde417be08e879
parent0b3de542c8211c7963c549184b887d63408fcde2
SONAR-20337 Migrating quality gate condition list to adopt new UI
server/sonar-web/design-system/src/components/Card.tsx
server/sonar-web/design-system/src/components/Table.tsx
server/sonar-web/design-system/src/components/Title.tsx
server/sonar-web/design-system/src/theme/light.ts
server/sonar-web/src/main/js/apps/quality-gates/components/CaycConditionsListItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/Condition.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/ConditionValue.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/ConditionValueDescription.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/Conditions.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/ConditionsTable.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/QualityGate-it.tsx