stable
Clone or download
Read-only
If the story has at least one child, then display skeletons in the columns. Part of story #13641: See solo cards in their column Change-Id: I8a1b282efa9ac9b1729a615b824c040748bfda52
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/include/REST/v1/CardRepresentation.php | +5 | −1 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ColumnsSkeleton.test.ts | +40 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ColumnsSkeleton.vue | +42 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/SwimlaneSkeleton.test.ts | +11 | −11 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/SwimlaneSkeleton.vue | +5 | −10 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.test.ts | +7 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.vue | +8 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardBody.test.ts.snap | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/type.d.ts | +1 | −0 | Go to diff View file |
M | plugins/taskboard/tests/rest/TaskboardTest.php | +2 | −0 | Go to diff View file |