stable
Clone or download
Read-only
This is a refactoring. No functional changes. Having two distinct components for expanded and collapsed state of a column header decrease the complexity. Part of story #13799: Expand / collapse columns Change-Id: I4b9a36b1753288e6f1a87c36dd734ae2af3542a1
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedHeaderCell.test.ts | +57 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedHeaderCell.vue | +34 | −0 | Go to diff View file |
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/ExpandButton.test.ts | Go to diff View file | ||
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/ExpandButton.vue | Go to diff View file | ||
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/CardsInColumnCount.test.ts | Go to diff View file | ||
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/CardsInColumnCount.vue | Go to diff View file | ||
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/CollapseButton.test.ts | Go to diff View file | ||
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/CollapseButton.vue | Go to diff View file | ||
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeaderCell.test.ts | Go to diff View file | ||
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeaderCell.vue | Go to diff View file | ||
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/WrongColorPopover.test.ts | Go to diff View file | ||
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/WrongColorPopover.vue | Go to diff View file | ||
R | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/__snapshots__/WrongColorPopover.test.ts.snap | Go to diff View file | ||
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.test.ts | +32 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.vue | +7 | −3 | Go to diff View file |
D | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/__snapshots__/TaskBoardHeader.test.ts.snap | +0 | −18 | Go to diff View file |
D | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/__snapshots__/TaskBoardHeaderCell.test.ts.snap | +0 | −155 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/header-cell-mixin.ts | +42 | −0 | Go to diff View file |