stable

Clone or download

Read-only

The whole collapsed column is clickable

That way we can expand the column without having to reach the expand button in the header. This is the same behavior than in the Kanban. Part of story #13799: Expand / collapse columns Change-Id: I2e19273a62d94090b9a7fb847253ee9265e13611

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CellForSoloCard.test.ts +18 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CellForSoloCard.vue +8 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ColumnWithChildren.test.ts +17 −10 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ColumnWithChildren.vue +6 −5 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/classes-for-collapsed-column-mixin.ts +42 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/expand-collapsed-column-mixin.ts +40 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedHeaderCell.vue +3 −5 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedLabel.test.ts +94 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedLabel.vue +24 −0 Go to diff View file
M plugins/taskboard/themes/includes/_body.scss +6 −0 Go to diff View file
M plugins/taskboard/themes/includes/_header.scss +2 −1 Go to diff View file