stable
Clone or download
Read-only
When there is a lot of columns, then the card should stay with a minimal width, and there should be an horizontal scroll (like for kanban). There should not be any regression in the user interface: - The columns should still take the whole viewport, even when there is only few swimlanes (or during loading skeletons). - The header columns should be centered - The popover for wrong color should be properly displayed Part of story #13641: See solo cards in their column Change-Id: Id286112352a1d646317f137f43ac53cc5f81a678
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/SwimlaneSkeleton.vue | +6 | −6 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.vue | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.vue | +6 | −6 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeader.vue | +4 | −6 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeaderCell.test.ts | +16 | −5 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeaderCell.vue | +8 | −8 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoard.test.ts.snap | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardBody.test.ts.snap | +16 | −14 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardHeader.test.ts.snap | +14 | −14 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardHeaderCell.test.ts.snap | +42 | −62 | Go to diff View file |
M | plugins/taskboard/templates/taskboard.mustache | +2 | −2 | Go to diff View file |
M | plugins/taskboard/themes/_taskboard.scss | +7 | −2 | Go to diff View file |
M | plugins/taskboard/themes/includes/_body.scss | +26 | −3 | Go to diff View file |
M | plugins/taskboard/themes/includes/_header.scss | +13 | −7 | Go to diff View file |