stable
Clone or download
Read-only
story #14004: Show/hide closed items
When user click on hide closed items, swimlanes and children that are closed are hidden. This is not saved in user preferences. Change-Id: Ib3fbc93103e88d06fe7d4629a68604eace45ab4e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/index.ts | +2 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/po/fr_FR.po | +6 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ChildCard.test.ts | +133 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ChildCard.vue | +6 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.test.ts | +31 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.vue | +9 | −4 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/OpenClosedSwitcher.test.ts | +98 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/OpenClosedSwitcher.vue | +76 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/TaskboardButtonBar.vue | +3 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/index.ts | +2 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/store/mutations.ts | +9 | −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/_button-bar.scss | +8 | −0 | Go to diff View file |