stable

Clone or download

Read-only

Refactoring: uniformize loading state mutations

Instead of having: setIsLoadingSwimlanes(true | false) beginLoadingChildren() endLoadingChildren() I suggest that we have only one form, for consistency: beginLoadingSwimlanes() endLoadingSwimlanes() beginLoadingChildren() endLoadingChildren() No functional changes. Part of story #13627: display children of cards Change-Id: If18120efe0a604ed30292f207867e98a831c0eae

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts +12 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.ts +6 −2 Go to diff View file