From 7b7b92d836311b938a1d9dab7cb6e4cbf525b202 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 16 Apr 2023 02:42:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(task)=20ETA=20for=20estimation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/task/components/NewTaskForm.vue | 7 ++++++- src/modules/task/components/StepInput.vue | 5 ----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/task/components/NewTaskForm.vue b/src/modules/task/components/NewTaskForm.vue index c0f0f52..8d0bb06 100644 --- a/src/modules/task/components/NewTaskForm.vue +++ b/src/modules/task/components/NewTaskForm.vue @@ -46,7 +46,12 @@ const saveTask = () => {

Create a task

-

Estimation: {{ totalEstimation }} minutes

+

+
+
ETA
+
{{ totalEstimation }} minutes
+
+

diff --git a/src/modules/task/components/StepInput.vue b/src/modules/task/components/StepInput.vue index 870e15a..c1e1572 100644 --- a/src/modules/task/components/StepInput.vue +++ b/src/modules/task/components/StepInput.vue @@ -43,8 +43,3 @@ const stepsTextarea = computed({
- -