stable
Clone or download
Read-only
Merge commit 'refs/changes/62/12362/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12011 Refactoring: introduce vuex for existing part 4 Change-Id: Iaafadeda6ac3540e3c2c66fd5b386b5113681832
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue | +3 | −6 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetLinkToArtifact.vue | +19 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalArtifactInfo.vue | +24 | −7 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue | +24 | −20 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalRow.vue | +19 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue | +25 | −17 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.vue | +24 | −11 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/getters.js | +14 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.js | +5 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/state.js | +1 | −0 | Go to diff View file |