stable

Clone or download

Read-only

Display columns

Go to a taskboard. Columns should be displayed, with style, but without colors (dedicated changeset for that). If no columns, error state is displayed as before. A dummy row is displayed but will be replaced by an empty state later. Part of story #13730: display columns Change-Id: I45195c87618264e98e085d918df67f18d7d8f701

Modified Files

Name
M plugins/taskboard/include/Board/BoardPresenter.php +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/index.ts +6 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.test.ts +14 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.vue +16 −3 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.test.ts +30 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.vue +42 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.test.ts +30 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.vue +40 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeader.test.ts +30 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeader.vue +40 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoard.test.ts.snap +15 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardBody.test.ts.snap +20 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardHeader.test.ts.snap +22 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/__snapshots__/App.test.ts.snap +14 −8 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/type.d.ts +24 −0 Go to diff View file
M plugins/taskboard/templates/taskboard.mustache +1 −3 Go to diff View file
M plugins/taskboard/themes/_taskboard.scss +8 −0 Go to diff View file
A plugins/taskboard/themes/includes/_body.scss +34 −0 Go to diff View file
A plugins/taskboard/themes/includes/_header.scss +34 −0 Go to diff View file