stable
Clone or download
Read-only
Part of request #35089 Convert personal-timetracking-widget to Vue3 + TS - Replace @tuleap/tlp-fetch by @tuleap/fetch-result in rest-querier for get, post, put and del. - Adapt the tests accordingly No functional change expected Change-Id: I68d8d5a59f70ec297e676f9d3e64e6578e347372
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/scripts/personal-timetracking-widget/package.json | +3 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/pnpm-lock.yaml | +31 | −21 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/api/rest-querier.test.ts | +35 | −39 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/api/rest-querier.ts | +39 | −43 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/actions.test.ts | +18 | −62 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/root.ts | +54 | −83 | Go to diff View file |