stable
Clone or download
Read-only
In order to prepare room for user-edit icon later, we decide to not display the initial effort badge (which is already hidden on hover) when the card is in edit mode. Part of story #14151: Update the assigned-to semantic of a card Change-Id: I026db5b6cd2119ea4a3330c24e05b2544178aed3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.test.ts | +0 | −10 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue | +8 | −7 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.test.ts | +15 | −12 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.vue | +12 | −4 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.test.ts | +67 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.vue | +43 | −0 | Go to diff View file |
M | plugins/taskboard/themes/includes/_card-edit.scss | +17 | −3 | Go to diff View file |