From 1da7ffb23c3bff6cefbdfabcaf6cbd218a3d7869 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 16 May 2020 13:14:57 +0200 Subject: [PATCH] Add changing list identifier --- src/components/lists/EditList.vue | 65 ++++++++++++++++++++++--- src/components/tasks/TaskDetailView.vue | 7 ++- src/models/list.js | 1 + src/models/task.js | 7 +++ 4 files changed, 70 insertions(+), 10 deletions(-) diff --git a/src/components/lists/EditList.vue b/src/components/lists/EditList.vue index 6e2cebf48..7b7efe440 100644 --- a/src/components/lists/EditList.vue +++ b/src/components/lists/EditList.vue @@ -12,23 +12,60 @@
-
+
- + +
+
+
+ +
+
- +
- + This list is archived
@@ -49,12 +86,14 @@
-
-
- - + + diff --git a/src/components/tasks/TaskDetailView.vue b/src/components/tasks/TaskDetailView.vue index d79a61b9b..0d6244e81 100644 --- a/src/components/tasks/TaskDetailView.vue +++ b/src/components/tasks/TaskDetailView.vue @@ -2,8 +2,11 @@
-

- #{{ task.id }} +

+ #{{ task.index }} +

+

+ {{ task.identifier }}

Done