stable
Clone or download
Read-only
Part of request #39016 Vue 3 apps and libs should have Vue 3 eslint rules enabled Vue 3 apps have special eslint rules. This commit corrects errors in Timetracking files to match the Vue3 ESlint. The time_data props have been removed from components WidgetModalContent and WidgetModalTable, because they were not used. No functional change expected Change-Id: Ie0a7a4017d2153ab2b7bde5a41bc9da145077609
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/TimetrackingWidget.test.ts | +4 | −4 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/TimetrackingWidget.vue | +4 | −4 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.vue | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue | +5 | −5 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.test.ts | +1 | −2 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue | +2 | −3 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalDeletePopover.vue | +2 | −2 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalEditTime.test.ts | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalEditTime.vue | +6 | −6 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalRow.vue | +8 | −8 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.test.ts | +0 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue | +4 | −5 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.vue | +0 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/index.ts | +2 | −2 | Go to diff View file |