From cba119b3fc4e1bf312cd93a0f7a46f763a5cd7b9 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 15 Apr 2023 18:37:18 +0200 Subject: [PATCH] better styling for task view with tags --- .../record/components/TaskRecordList.vue | 40 +++++++++++-------- src/modules/task/components/TaskList.vue | 2 +- src/views/task/TaskView.vue | 30 ++++++++++---- 3 files changed, 48 insertions(+), 24 deletions(-) diff --git a/src/modules/record/components/TaskRecordList.vue b/src/modules/record/components/TaskRecordList.vue index 2ffa21d..0c35adc 100644 --- a/src/modules/record/components/TaskRecordList.vue +++ b/src/modules/record/components/TaskRecordList.vue @@ -1,5 +1,6 @@ diff --git a/src/modules/task/components/TaskList.vue b/src/modules/task/components/TaskList.vue index d92dea6..41680cd 100644 --- a/src/modules/task/components/TaskList.vue +++ b/src/modules/task/components/TaskList.vue @@ -14,7 +14,7 @@ const taskStore = useTaskStore() class="button is-link is-outlined" >{{ task.title }} - {{ task.totalEstimation }} minutes + {{ task.totalEstimation }} minutes {{ formatDate(task.date) }} diff --git a/src/views/task/TaskView.vue b/src/views/task/TaskView.vue index ab21b99..be21e36 100644 --- a/src/views/task/TaskView.vue +++ b/src/views/task/TaskView.vue @@ -24,14 +24,30 @@ const task = computed(() => taskStore.getTask(props.id)) class="button is-link" >user story link -
-
    -
  1. -
    {{ step.title }} | {{ step.estimation }}
    -
  2. -
+
+
+

Tasks

+
    +
  1. +
    + {{ step.title }} + {{ step.estimation }} minutes +
    +
  2. +
+
+
-
Task not found
+ +