stable

Clone or download

Read-only

Display textarea in order to add a card

At the bottom of a cell, click on the [+] button. - A textarea appears - Textarea autogrow, like for card edition - On [enter] it clears the textarea to add another card - On [esc] it removes the textarea and displays back the [+] button. Real creation of cards will be done later. Part of story #14148: Add in place a child card Change-Id: Ic0496257bdd9fe32d624b7b4016900c4676fad23

Modified Files

Name
M plugins/taskboard/scripts/taskboard/po/fr_FR.po +3 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddButton.test.ts +36 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddButton.vue +1 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.test.ts +73 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.vue +69 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.test.ts +3 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue +3 −3 Go to diff View file
R plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/Label/EditLabel.test.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/Label/EditLabel.vue Go to diff View file
R plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/Label/__snapshots__/EditLabel.test.ts.snap Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ColumnWithChildren.test.ts +12 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ColumnWithChildren.vue +3 −3 Go to diff View file
M plugins/taskboard/themes/includes/_card-add.scss +13 −3 Go to diff View file