stable
Clone or download
Read-only
This will be needed when we will have expand/collapse + children later. No functional changes. Part of story #19734: have a Roadmap widget on dashboard Change-Id: I9fff0c3e5045102fe19c58b77d94f89bc2caf413
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/roadmap/scripts/roadmap-widget/src/components/App.test.ts | +57 | −59 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/components/App.vue | +18 | −65 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.test.ts | +47 | −33 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.vue | +4 | −2 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/index.ts | +4 | −3 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/store/index.ts | +7 | −3 | Go to diff View file |
A | plugins/roadmap/scripts/roadmap-widget/src/store/tasks/index.ts | +39 | −0 | Go to diff View file |
A | plugins/roadmap/scripts/roadmap-widget/src/store/tasks/tasks-actions.test.ts | +109 | −0 | Go to diff View file |
A | plugins/roadmap/scripts/roadmap-widget/src/store/tasks/tasks-actions.ts | +88 | −0 | Go to diff View file |
A | plugins/roadmap/scripts/roadmap-widget/src/store/tasks/tasks-mutations.test.ts | +63 | −0 | Go to diff View file |
A | plugins/roadmap/scripts/roadmap-widget/src/store/tasks/tasks-mutations.ts | +47 | −0 | Go to diff View file |
A | plugins/roadmap/scripts/roadmap-widget/src/store/tasks/type.ts | +28 | −0 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/store/type.ts | +6 | −0 | Go to diff View file |