stable
Clone or download
Read-only
Given a column is expanded Then the total number of cards (children or solo items) is displayed. Part of story #13799: Expand / collapse columns Change-Id: Iab4284aae8b8a7366e40b724369f58ad0d33703f
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/CardsInColumnCount.test.ts | +81 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/CardsInColumnCount.vue | +48 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeaderCell.vue | +3 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/__snapshots__/TaskBoardHeaderCell.test.ts.snap | +24 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/helpers/list-value-to-column-mapper.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/index.ts | +2 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.test.ts | +219 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.ts | +50 | −0 | Go to diff View file |
M | plugins/taskboard/themes/includes/_header.scss | +27 | −0 | Go to diff View file |