stable
Clone or download
Read-only
request #12011 Refactoring: introduce vuex for existing part 2
Start, change on the first files and new tests Change-Id: I50dd6e0c70c21fb1cec0637d0bae8588df910512
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/www/scripts/package-lock.json | +5 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/package.json | +2 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/app.spec.js | +2 | −3 | Go to diff View file |
D | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.spec.js | +0 | −78 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.vue | +13 | −58 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.spec.js | +2 | −62 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.vue | +6 | −10 | Go to diff View file |
D | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetReadingMode.spec.js | +0 | −51 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetReadingMode.vue | +6 | −10 | Go to diff View file |
D | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.spec.js | +0 | −69 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.vue | +12 | −27 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/index.js | +30 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.js | +43 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.spec.js | +60 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/state.js | +30 | −0 | Go to diff View file |