stable
Clone or download
Read-only
If an illustration (error or empty) is displayed on the left (backlog items) and an illustration (error or empty) is displayed on the right (campaigns), then the ground of both illustration should be aligned. For example if you have a new campaign, without any content nor campaigns, then empty state should be on the same level. Part of story #14884: Display list of backlog items with their tests definition Change-Id: Ie0a36d6a93cf933cf3300de5ecea6fe0b1a6bbe5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemEmptyState.vue | +3 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemEmptyStateSvg.vue | +188 | −181 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemErrorState.vue | +3 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemErrorStateSvg.vue | +10 | −10 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignEmptyState.vue | +2 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignEmptyStateSvg.vue | +112 | −112 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignErrorState.vue | +2 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignErrorStateSvg.vue | +23 | −23 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CampaignEmptyState.test.ts.snap | +2 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CampaignErrorState.test.ts.snap | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_structure.scss | +1 | −0 | Go to diff View file |