stable
Clone or download
Read-only
Every swimlane can be collapsed. When a swimlane is collapsed, only the xref and the title of the parent card is displayed (with border color). The swimlane can then be expanded. The expand/collapsed is not saved. The swimlanes that are closed are not automatically collapsed, this will come in a dedicated changeset. Known issue that will be managed in a dedicated commit: - collapsed swimlane is not sticky (it should not horizontally scroll when there are lot of columns) Part of story #13957: Expand/collapse swimlane Change-Id: Ia1777150567cc643a14a494acd4317982bf75f1d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/po/fr_FR.po | +7 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/CardWithChildren.test.ts | +2 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/CardWithChildren.vue | +2 | −2 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/CollapsedSwimlane.test.ts | +57 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/CollapsedSwimlane.vue | +71 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/ColumnWithChildren.test.ts | +3 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/ParentCell.test.ts | +13 | −34 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/ParentCell.vue | +10 | −15 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/SoloCard.test.ts | +25 | −72 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/SoloCard.vue | +9 | −13 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/SwimlaneHeader.test.ts | +80 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/SwimlaneHeader.vue | +61 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/__snapshots__/CardWithChildren.test.ts.snap | +1 | −1 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/__snapshots__/CollapsedSwimlane.test.ts.snap | +30 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/__snapshots__/SoloCard.test.ts.snap | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.test.ts | +28 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.vue | +5 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardBody.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts | +6 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts | +7 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts | +26 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.ts | +8 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/type.d.ts | +1 | −0 | Go to diff View file |
M | plugins/taskboard/themes/includes/_body.scss | +27 | −1 | Go to diff View file |
M | plugins/taskboard/themes/includes/_cards.scss | +20 | −0 | Go to diff View file |