stable
Clone or download
Read-only
Merge commit 'refs/changes/80/21680/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #19263: Empty and error state illustrations of the taskboard are not displayed Change-Id: I4d651fae7f4e9cbec95fade60afcb67ddb80e7b0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/scaled_agile/webpack.common.js | +0 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/App.vue | +3 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/EmptyState/NoContentEmptyState.vue | +10 | −9 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/EmptyState/NoContentEmptyStateIllustration.vue | +160 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/EmptyState/__snapshots__/NoContentEmptyState.test.ts.snap | +4 | −13 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.vue | +11 | −8 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdminIllustration.vue | +108 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForUsers.vue | +12 | −9 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForUsersIllustration.vue | +199 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.vue | +9 | −8 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppErrorIllustration.vue | +97 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/BoardWithoutAnyColumnsErrorForAdmin.test.ts.snap | +1 | −11 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/BoardWithoutAnyColumnsErrorForUsers.test.ts.snap | +9 | −15 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/GlobalAppError.test.ts.snap | +1 | −11 | Go to diff View file |
D | plugins/taskboard/scripts/taskboard/src/images/illustrations.svg | +0 | −269 | Go to diff View file |
M | plugins/taskboard/webpack.common.js | +0 | −1 | Go to diff View file |
M | tools/utils/scripts/webpack-rule-configs.js | +0 | −7 | Go to diff View file |