From e00f0046b5f76730e9ea6d9f37a1b512f9775c8a Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 3 Nov 2019 13:44:40 +0100 Subject: [PATCH] Replace all spaces with tabs --- src/App.vue | 300 +++++------ src/components/sharing/linkSharing.vue | 370 +++++++------- src/components/sharing/linkSharingAuth.vue | 68 +-- src/components/tasks/ShowListTasks.vue | 56 +-- src/components/tasks/edit-task.vue | 560 ++++++++++----------- src/components/tasks/gantt-component.vue | 28 +- 6 files changed, 691 insertions(+), 691 deletions(-) diff --git a/src/App.vue b/src/App.vue index 76e915d11..eb1abc0c4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,182 +1,182 @@ diff --git a/src/components/sharing/linkSharingAuth.vue b/src/components/sharing/linkSharingAuth.vue index 7ecb409cf..031e0527d 100644 --- a/src/components/sharing/linkSharingAuth.vue +++ b/src/components/sharing/linkSharingAuth.vue @@ -1,40 +1,40 @@ diff --git a/src/components/tasks/ShowListTasks.vue b/src/components/tasks/ShowListTasks.vue index f0c64c095..bdaa6477b 100644 --- a/src/components/tasks/ShowListTasks.vue +++ b/src/components/tasks/ShowListTasks.vue @@ -38,7 +38,7 @@ {{ label.title }} - + - Due on {{new Date(l.dueDate).toLocaleString()}} @@ -61,21 +61,21 @@
-
-

- Edit Task -

- - - - - -
-
-
- -
-
+
+

+ Edit Task +

+ + + + + +
+
+
+ +
+
@@ -88,9 +88,9 @@ import ListService from '../../services/list' import TaskService from '../../services/task' import ListModel from '../../models/list' - import EditTask from './edit-task' - import TaskModel from '../../models/task' - import priorities from '../../models/priorities' + import EditTask from './edit-task' + import TaskModel from '../../models/task' + import priorities from '../../models/priorities' export default { data() { @@ -98,16 +98,16 @@ listID: this.$route.params.id, listService: ListService, taskService: TaskService, - list: {}, - isTaskEdit: false, + list: {}, + isTaskEdit: false, taskEditTask: TaskModel, newTaskText: '', - priorities: {}, + priorities: {}, } }, - components: { + components: { EditTask, - }, + }, props: { theList: { type: ListModel, @@ -122,8 +122,8 @@ created() { this.listService = new ListService() this.taskService = new TaskService() - this.priorities = priorities - this.taskEditTask = null + this.priorities = priorities + this.taskEditTask = null this.isTaskEdit = false }, methods: { @@ -146,7 +146,7 @@ task.done = e.target.checked this.taskService.update(task) .then(() => { - this.list.sortTasks() + this.list.sortTasks() message.success({message: 'The task was successfully ' + (task.done ? '' : 'un-') + 'marked as done.'}, this) }) .catch(e => { @@ -163,7 +163,7 @@ editTask(id) { // Find the selected task and set it to the current object let theTask = this.list.getTaskByID(id) // Somehow this does not work if we directly assign this to this.taskEditTask - this.taskEditTask = theTask + this.taskEditTask = theTask this.isTaskEdit = true }, gravatar(user) { diff --git a/src/components/tasks/edit-task.vue b/src/components/tasks/edit-task.vue index 9b9326cda..0bbb535df 100644 --- a/src/components/tasks/edit-task.vue +++ b/src/components/tasks/edit-task.vue @@ -1,296 +1,296 @@ \ No newline at end of file diff --git a/src/components/tasks/gantt-component.vue b/src/components/tasks/gantt-component.vue index 87fe309e5..0f9f2dbb1 100644 --- a/src/components/tasks/gantt-component.vue +++ b/src/components/tasks/gantt-component.vue @@ -29,8 +29,8 @@ - {{t.text}} + {{t.text}} @@ -63,10 +63,10 @@ - - - - + + + +