stable
Clone or download
Read-only
Part of story #13799: Expand / collapse columns This is a refactoring. No functional changes. Having a distinct component for "invalid mapping" solo cards makes SoloSwimlane simpler. Change-Id: Icdf945fe5f9fdf70cb1ebb5e80550c9d68dbe71c
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/InvalidMappingSwimlane.test.ts | +52 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/InvalidMappingSwimlane.vue | +47 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/SoloSwimlane.test.ts | +30 | −157 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/SoloSwimlane.vue | +13 | −27 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/__snapshots__/SoloSwimlane.test.ts.snap | +0 | −34 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.test.ts | +96 | −78 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.vue | +29 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/__snapshots__/TaskBoardBody.test.ts.snap | +1 | −0 | Go to diff View file |