stable
Clone or download
Read-only
Part of request #35089 Convert personal-timetracking-widget to Vue3 + TS - Migrate store to TypeScript No functional change expected Change-Id: Ib1ffae8a553c2a9c65ba1243ef7518da20098672
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/scripts/personal-timetracking-widget/package.json | +1 | −0 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/pnpm-lock.yaml | +3 | −0 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/api/rest-querier.test.ts | +10 | −12 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/api/rest-querier.ts | +3 | −3 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/TimetrackingWidget.vue | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.vue | +7 | −7 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetReadingMode.vue | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.vue | +6 | −6 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalArtifactInfo.vue | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalDeletePopover.vue | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalRow.vue | +2 | −2 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue | +2 | −2 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/index.js | +1 | −1 | Go to diff View file |
R | plugins/timetracking/scripts/personal-timetracking-widget/src/store/actions.test.js | Go to diff View file | ||
R | plugins/timetracking/scripts/personal-timetracking-widget/src/store/getters.test.js | Go to diff View file | ||
R | plugins/timetracking/scripts/personal-timetracking-widget/src/store/mutations.test.js | Go to diff View file | ||
R | plugins/timetracking/scripts/personal-timetracking-widget/src/store/index.js | Go to diff View file |