stable
Clone or download
Read-only
You need to set the background color field in card semantic so that cards have a colored background. Colors. Colors everywhere! Part of story #13640: See minimal card display Change-Id: Ia83b5c8c631056b04ab795f5451b8ff1c09144a5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/include/REST/v1/CardRepresentation.php | +7 | −1 | Go to diff View file |
A | plugins/taskboard/include/REST/v1/CardRepresentationBuilder.php | +52 | −0 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/TaskboardResource.php | +11 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/CardXrefLabel.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/ParentCard.test.ts | +17 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/ParentCard.vue | +4 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/__snapshots__/CardXrefLabel.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Card/__snapshots__/ParentCard.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/type.d.ts | +1 | −0 | Go to diff View file |
M | plugins/taskboard/tests/rest/TaskboardTest.php | +2 | −0 | Go to diff View file |
M | plugins/taskboard/tests/rest/_fixtures/taskboard/project.xml | +16 | −1 | Go to diff View file |
M | plugins/taskboard/themes/includes/_cards.scss | +10 | −0 | Go to diff View file |