diff --git a/frontend/src/components/input/button.vue b/frontend/src/components/input/button.vue index bc9990dcf..def406eeb 100644 --- a/frontend/src/components/input/button.vue +++ b/frontend/src/components/input/button.vue @@ -28,7 +28,7 @@ /> - + diff --git a/frontend/src/components/project/ProjectWrapper.vue b/frontend/src/components/project/ProjectWrapper.vue index 4143344a9..78d68d18e 100644 --- a/frontend/src/components/project/ProjectWrapper.vue +++ b/frontend/src/components/project/ProjectWrapper.vue @@ -7,8 +7,14 @@ {{ getProjectTitle(currentProject) }} -
-
+
+
- +
@@ -83,175 +83,175 @@
- - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + + + + - - - - - - - - - - - - - + - - + + + +
- # - - - {{ $t('task.attributes.done') }} - - - {{ $t('task.attributes.title') }} - - - {{ $t('task.attributes.priority') }} - - - {{ $t('task.attributes.labels') }} - - {{ $t('task.attributes.assignees') }} - - {{ $t('task.attributes.dueDate') }} - - - {{ $t('task.attributes.startDate') }} - - - {{ $t('task.attributes.endDate') }} - - - {{ $t('task.attributes.percentDone') }} - - - {{ $t('task.attributes.doneAt') }} - - - {{ $t('task.attributes.created') }} - - - {{ $t('task.attributes.updated') }} - - - {{ $t('task.attributes.createdBy') }} -
+ # + + + {{ $t('task.attributes.done') }} + + + {{ $t('task.attributes.title') }} + + + {{ $t('task.attributes.priority') }} + + + {{ $t('task.attributes.labels') }} + + {{ $t('task.attributes.assignees') }} + + {{ $t('task.attributes.dueDate') }} + + + {{ $t('task.attributes.startDate') }} + + + {{ $t('task.attributes.endDate') }} + + + {{ $t('task.attributes.percentDone') }} + + + {{ $t('task.attributes.doneAt') }} + + + {{ $t('task.attributes.created') }} + + + {{ $t('task.attributes.updated') }} + + + {{ $t('task.attributes.createdBy') }} +
- - - - - - + + + + + + + + + + {{ t.title }} + + + + + + + + - - {{ t.title }} - - - - - - - - - {{ t.percentDone * 100 }}% - - + {{ t.percentDone * 100 }}% +
+ +
diff --git a/frontend/src/components/project/views/viewEditForm.vue b/frontend/src/components/project/views/viewEditForm.vue index 641cfecbc..88a7e008a 100644 --- a/frontend/src/components/project/views/viewEditForm.vue +++ b/frontend/src/components/project/views/viewEditForm.vue @@ -170,7 +170,7 @@ function validateTitle() { class="is-danger" @click.prevent="() => view.bucketConfiguration.splice(index, 1)" > - +
diff --git a/frontend/src/components/tasks/GanttChart.vue b/frontend/src/components/tasks/GanttChart.vue index d5c026255..d5a0a513c 100644 --- a/frontend/src/components/tasks/GanttChart.vue +++ b/frontend/src/components/tasks/GanttChart.vue @@ -21,7 +21,7 @@ @dragendBar="updateGanttTask" @dblclickBar="openTask" > -