stable
Clone or download
Read-only
Merge commit 'refs/changes/63/16463/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #14004: Show/hide closed items Change-Id: I553ad6a0c5d7abddb3e1766491b66bdbf7c0a1e6
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 |