stable

Clone or download

Read-only

Extract cells helper functions in vuex getters

part of: story #13626 reorder cards No functional change expected Change-Id: I21eb7013e577972ecd58e9bc374b7d879093a6f6

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ColumnWithChildren.test.ts +18 −10 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ColumnWithChildren.vue +9 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.vue +23 −10 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/cards-reordering.test.ts +13 −38 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/cards-reordering.ts +8 −27 Go to diff View file
D plugins/taskboard/scripts/taskboard/src/helpers/column-cards.test.ts +0 −57 Go to diff View file
D plugins/taskboard/scripts/taskboard/src/helpers/column-cards.ts +0 −37 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/html-to-item.test.ts +2 −55 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/html-to-item.ts +1 −20 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.test.ts +104 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.ts +38 −0 Go to diff View file
R plugins/taskboard/scripts/taskboard/src/store/type.d.ts Go to diff View file