diff --git a/db.json b/db.json index ea69e0d..37a65c7 100644 --- a/db.json +++ b/db.json @@ -140,6 +140,66 @@ "completed": false, "body": "asdfasdf", "id": 31 + }, + { + "subject": "asdf", + "completed": false, + "body": "asdf", + "id": 32 + }, + { + "subject": "asdf", + "completed": false, + "body": "asdf", + "id": 33 + }, + { + "subject": "adsf", + "completed": false, + "body": "asdf", + "id": 34 + }, + { + "subject": "adsf", + "completed": false, + "body": "asdf", + "id": 35 + }, + { + "subject": "asd", + "completed": false, + "body": "asdfff", + "id": 36 + }, + { + "subject": "e", + "completed": false, + "body": "fff", + "id": 37 + }, + { + "subject": "f", + "completed": false, + "body": "fa", + "id": 38 + }, + { + "subject": "asdf", + "completed": false, + "body": "asdffffffdf", + "id": 39 + }, + { + "subject": "asdf", + "completed": false, + "body": "asdf", + "id": 40 + }, + { + "subject": "asdf", + "completed": false, + "body": "asdffff", + "id": 41 } ] } \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 4290292..c71e24b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,54 +1,24 @@ - \ No newline at end of file diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue new file mode 100644 index 0000000..a7b13b1 --- /dev/null +++ b/src/components/Navbar.vue @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/src/components/Pagination.vue b/src/components/Pagination.vue new file mode 100644 index 0000000..a012918 --- /dev/null +++ b/src/components/Pagination.vue @@ -0,0 +1,65 @@ + + + + + \ No newline at end of file diff --git a/src/components/Toast.vue b/src/components/Toast.vue index a3b69bb..b0bc090 100644 --- a/src/components/Toast.vue +++ b/src/components/Toast.vue @@ -1,32 +1,53 @@ - \ No newline at end of file diff --git a/src/components/TodoForm.vue b/src/components/TodoForm.vue index c1413e6..eaffa34 100644 --- a/src/components/TodoForm.vue +++ b/src/components/TodoForm.vue @@ -51,13 +51,6 @@ Cancel - - -