From 7ab4ff2d9edd10bc7a0baa3bb20709e15c50a708 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Thu, 4 Aug 2022 21:48:58 +0200 Subject: [PATCH] feat: review changes move TaskForm in separate component, improve types --- src/components/tasks/TaskForm.vue | 78 ++++++++++ src/components/tasks/gantt-chart.vue | 224 ++++++++++++++------------- 2 files changed, 192 insertions(+), 110 deletions(-) create mode 100644 src/components/tasks/TaskForm.vue diff --git a/src/components/tasks/TaskForm.vue b/src/components/tasks/TaskForm.vue new file mode 100644 index 000000000..2b0d30146 --- /dev/null +++ b/src/components/tasks/TaskForm.vue @@ -0,0 +1,78 @@ + + + + + diff --git a/src/components/tasks/gantt-chart.vue b/src/components/tasks/gantt-chart.vue index f35e7cde5..71651bb3a 100644 --- a/src/components/tasks/gantt-chart.vue +++ b/src/components/tasks/gantt-chart.vue @@ -4,7 +4,7 @@ -
- - - - - {{ $t('task.new') }} - -
+