diff --git a/frontend/src/components/time-tracking/TimeEntryForm.vue b/frontend/src/components/time-tracking/TimeEntryForm.vue new file mode 100644 index 000000000..e8dd710bc --- /dev/null +++ b/frontend/src/components/time-tracking/TimeEntryForm.vue @@ -0,0 +1,353 @@ + + + + + {{ $t('task.attributes.project') }} + + + + + {{ $t('timeTracking.form.task') }} + + + {{ option.title }} + + + + + + + {{ $t('task.comment.comment') }} + + + + + + {{ $t('input.datepickerRange.from') }} + + + + {{ $t('input.datepickerRange.to') }} + + + + + + + + + + + + + {{ $t('timeTracking.form.update') }} + + + {{ $t('misc.cancel') }} + + + + + {{ $t('timeTracking.form.save') }} + + + {{ $t('timeTracking.form.startTimer') }} + + + + + + + + +