stable
Clone or download
Read-only
Switch a card to edit mode. An icon is displayed to inform that the list of assignees can be edited. The icon is different if the existing list of assignees is empty or not. Icons appear only if the corresponding assignee field can be edited. Part of story #14151: Update the assigned-to semantic of a card Change-Id: I9563b0566dd18d6774edfb96086558b3787cee08
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.test.ts | +89 | −21 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.vue | +43 | −12 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.vue | +5 | −2 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/UserAvatar.test.ts | +38 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/UserAvatar.vue | +37 | −0 | Go to diff View file |
D | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/__snapshots__/CardAssignees.test.ts.snap | +0 | −24 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/__snapshots__/UserAvatar.test.ts.snap | +12 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/type.ts | +6 | −0 | Go to diff View file |
M | plugins/taskboard/themes/includes/_card-edit.scss | +20 | −0 | Go to diff View file |