stable
Clone or download
Read-only
Remaining components will be handled later. The definition of trivial in this contribution is arbitrary. Part of request #25317 Demonstrate how to use Composition API in Vue 2 app Change-Id: Ic1af46d706805ba5fa51b6ae87201e5a58e68e38
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/src/components/App.vue | +6 | −9 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemContainer.test.ts | +13 | −9 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemContainer.vue | +26 | −25 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCoverage.vue | +60 | −56 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemEmptyState.vue | +5 | −8 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemErrorState.vue | +5 | −8 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportError.vue | +15 | −9 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItem.test.ts | +29 | −24 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItems.vue | +35 | −44 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItemsHeader.vue | +6 | −8 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.test.ts | +27 | −23 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.vue | +21 | −27 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatus.test.ts | +5 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatus.vue | +20 | −20 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatusTooltipIcon.vue | +44 | −41 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionEmptyState.vue | +2 | −5 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionErrorState.vue | +2 | −5 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignEmptyState.vue | +14 | −14 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignErrorState.vue | +5 | −8 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/GlobalErrorMessage.vue | +9 | −10 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.ts | +5 | −0 | Go to diff View file |