stable
Clone or download
Read-only
part of request #35894 Convert timetracking-overview-widget to Vue3 + TS -- no functional change expected Change-Id: Ia33d6bb12adc7ba223c5f5332dd05f91e2b8a440
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/scripts/timetracking-overview-widget/package.json | +5 | −3 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/pnpm-lock.yaml | +17 | −7 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/api/rest-querier.test.ts | +49 | −50 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/api/rest-querier.ts | +36 | −58 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/components/reading-mode/TimeTrackingOverviewReadingMode.vue | +2 | −2 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/store/actions.test.ts | +19 | −46 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/store/getters.test.ts | +2 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/store/index.ts | +81 | −107 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/store/mutations.test.ts | +5 | −3 | Go to diff View file |