stable
Clone or download
Read-only
Given a column has a color in the "new" palette (fiesta-red, neon-green, …), then the taskboard header reflects this color (border top & text). Else the column has default color. It is not possible to use the freestyle colors (old palette or entered manually as rgb hexa value) because those colors like informations: - in which color the text should be displayed - in which color the border should be displayed Furthermore it would force us to use inline style which is bad. Part of story #13730: display columns Change-Id: I05259af6c52b7aa7160e303a3ae4fac2d452d5f4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/include/Column/ColumnPresenter.php | +7 | −1 | Go to diff View file |
M | plugins/taskboard/include/Column/ColumnPresenterCollectionRetriever.php | +11 | −1 | Go to diff View file |
M | plugins/taskboard/phpunit/Column/ColumnPresenterCollectionRetrieverTest.php | +4 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeader.vue | +5 | −2 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeaderCell.test.ts | +36 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeaderCell.vue | +39 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardHeader.test.ts.snap | +6 | −10 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardHeaderCell.test.ts.snap | +21 | −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/_header.scss | +8 | −0 | Go to diff View file |