stable
Clone or download
Read-only
Part of request #35089 Convert personal-timetracking-widget to Vue3 + TS - Migrate store to Pinia in Option API and Vue 2 Change-Id: Id0820576d9955fac8412f0b2ceb0c01beadacbdd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/scripts/personal-timetracking-widget/package.json | +4 | −4 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/pnpm-lock.yaml | +51 | −14 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/TimetrackingWidget.test.js | +29 | −23 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/TimetrackingWidget.vue | +12 | −6 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.test.js | +46 | −33 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.vue | +19 | −10 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue | +10 | −7 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetReadingMode.vue | +11 | −9 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.vue | +15 | −10 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalArtifactInfo.vue | +15 | −6 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.test.js | +35 | −25 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue | +20 | −12 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalDeletePopover.vue | +7 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalEditTime.test.js | +33 | −26 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalEditTime.vue | +9 | −4 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalRow.vue | +7 | −3 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.test.js | +33 | −27 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue | +24 | −11 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.test.js | +20 | −21 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.vue | +9 | −6 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/helpers/local-vue.js | +2 | −2 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/index.js | +8 | −3 | Go to diff View file |
D | plugins/timetracking/scripts/personal-timetracking-widget/src/store/actions.js | +0 | −117 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/actions.test.js | +64 | −85 | Go to diff View file |
D | plugins/timetracking/scripts/personal-timetracking-widget/src/store/getters.js | +0 | −50 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/getters.test.js | +8 | −8 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/index.js | +242 | −15 | Go to diff View file |
D | plugins/timetracking/scripts/personal-timetracking-widget/src/store/mutations.js | +0 | −134 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/mutations.test.js | +48 | −75 | Go to diff View file |
D | plugins/timetracking/scripts/personal-timetracking-widget/src/store/state.js | +0 | −44 | Go to diff View file |