stable

Clone or download

Read-only

Remove "show" card animation

Part of story #13626 Drag and drop cards The setTimeout() and conditional to show this animation slowed tremendously the initial render of taskboard. To get an idea, on a large taskboard with >1000 cards, it crashed my browser tab (when previously it would be render completely in under 10 seconds). When we always set the class (to remove the slow conditionals), it messes up drag and drop UX as the animation is played every time the user moves their dragged card. We don't have a plan to make it work yet, so in order to move forward, it's better to have a faster taskboard than to keep this animation. Change-Id: I35d01868bf6046f53e3aca19a42de22a0f1cccb3

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.test.ts +0 −26 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue +0 −12 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-mutations.ts +0 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts +0 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/type.ts +0 −1 Go to diff View file
M plugins/taskboard/themes/includes/_card-read.scss +0 −20 Go to diff View file