stable

Clone or download

Read-only

Show skeleton for additional batches of children

When the swimlanes are loaded, there is a global skeleton. When a swimlane is displayed, then parent card is displayed and there are skeletons for its children. When some children are displayed in a column, and the swimlane is still loading children, then one skeleton is still displayed. When all children are loaded, then there isn't anymore skeletons in the swimlane. Part of story #13627: display children of cards Change-Id: If148d2901c67042ae51abb0a5860ab171f76876b

Modified Files

Name
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/CardSkeleton.vue +23 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/skeleton-mixin.ts +33 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ColumnsSkeleton.test.ts +2 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ColumnsSkeleton.vue +8 −14 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/CardWithChildren.test.ts +0 −26 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/CardWithChildren.vue +4 −25 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/ColumnWithChildren.test.ts +100 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/ColumnWithChildren.vue +77 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/__snapshots__/CardWithChildren.test.ts.snap +6 −2 Go to diff View file