stable
Clone or download
Read-only
request #12011 Refactoring: introduce vuex for existing part 3
Add times, total-times and functions with corresponding new tests Change-Id: Ib082818456bf1a5336b80acb5ccb3ef9d65f09ab
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/app.spec.js | +2 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.vue | +22 | −92 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue | +8 | −16 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.vue | +4 | −3 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue | +6 | −6 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue | +1 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.vue | +2 | −9 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/actions.js | +56 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/actions.spec.js | +107 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/getters.js | +36 | −0 | Go to diff View file |
R | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.spec.js | Go to diff View file | ||
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/index.js | +4 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.js | +42 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.spec.js | +53 | −7 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/state.js | +7 | −1 | Go to diff View file |