stable
Clone or download
Read-only
No functional changes. We should not have two different ways to import a module. Furthermore State is renamed as RootState to instantly know that we are dealing with the root state. Part of story #13640: See minimal card display Change-Id: If7ec9031a313b27ea8159b10dace59c755aef146
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/index.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/error/error-actions.test.ts | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/error/error-actions.ts | +3 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/error/error-mutations.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/error/error-mutations.ts | +1 | −1 | Go to diff View file |
R | plugins/taskboard/scripts/taskboard/src/store/error/module.ts | Go to diff View file | ||
A | plugins/taskboard/scripts/taskboard/src/store/error/type.d.ts | +23 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/index.ts | +7 | −7 | Go to diff View file |
R | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-state.ts | Go to diff View file | ||
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts | +5 | −5 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts | +5 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.ts | +1 | −1 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/store/swimlane/type.d.ts | +25 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/type.d.ts | +1 | −1 | Go to diff View file |