diff --git a/src/components/Home.vue b/src/components/Home.vue index 0734697..33fb38a 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -2,27 +2,84 @@
- +
+ + + + +
\ No newline at end of file + diff --git a/src/components/ListHeader.vue b/src/components/ListHeader.vue new file mode 100644 index 0000000..d36d163 --- /dev/null +++ b/src/components/ListHeader.vue @@ -0,0 +1,101 @@ + + + + + + \ No newline at end of file diff --git a/src/components/ListPage.vue b/src/components/ListPage.vue new file mode 100644 index 0000000..dfb7ee4 --- /dev/null +++ b/src/components/ListPage.vue @@ -0,0 +1,104 @@ + + + + + + + diff --git a/src/components/Profile.vue b/src/components/Profile.vue index ab20e3c..0d46e81 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -3,17 +3,18 @@

{{ emoji }} Welcome {{ userName }}

- +
{{ showSettings ? 'hide settings' : 'show settings' }} Log out
+ - - + +
@@ -29,21 +30,34 @@ + + \ No newline at end of file