From 69d4316bf9a62896de2db70d9264acd4ef0e9659 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Sat, 2 May 2020 15:20:51 +0200 Subject: [PATCH] refact todolist input --- .../js/views/ToDoLists/ToDoListIndex.vue | 2 +- resources/js/views/ToDoLists/ToDoListShow.vue | 63 +++++++++++++------ resources/svg/close.svg | 5 ++ 3 files changed, 49 insertions(+), 21 deletions(-) create mode 100644 resources/svg/close.svg diff --git a/resources/js/views/ToDoLists/ToDoListIndex.vue b/resources/js/views/ToDoLists/ToDoListIndex.vue index 9547229..8314778 100644 --- a/resources/js/views/ToDoLists/ToDoListIndex.vue +++ b/resources/js/views/ToDoLists/ToDoListIndex.vue @@ -16,7 +16,7 @@
-
No List Yet
+
No List Yet
Back -
- Edit +
-

{{ toDoList.data.attributes.data.name }}

+

+ {{ toDoList.data.attributes.data.name }} + + + + + + + + + + +

-
- - +
+ +