From 3b91d29424916426b5706bf9c3404e8daf446e52 Mon Sep 17 00:00:00 2001 From: Haris Razis Date: Mon, 28 Dec 2020 18:45:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Change=20landing=20and=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add notification on axios error to login view --- web/src/assets/undraw_authentication_fsn5.svg | 1 - web/src/components/ShapeDividerTop.vue | 44 ++++++++++ web/src/views/Home.vue | 51 +++++++++--- web/src/views/Login.vue | 83 ++++++++++--------- 4 files changed, 126 insertions(+), 53 deletions(-) delete mode 100644 web/src/assets/undraw_authentication_fsn5.svg create mode 100644 web/src/components/ShapeDividerTop.vue diff --git a/web/src/assets/undraw_authentication_fsn5.svg b/web/src/assets/undraw_authentication_fsn5.svg deleted file mode 100644 index 881e456..0000000 --- a/web/src/assets/undraw_authentication_fsn5.svg +++ /dev/null @@ -1 +0,0 @@ -authentication \ No newline at end of file diff --git a/web/src/components/ShapeDividerTop.vue b/web/src/components/ShapeDividerTop.vue new file mode 100644 index 0000000..3c05773 --- /dev/null +++ b/web/src/components/ShapeDividerTop.vue @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/web/src/views/Home.vue b/web/src/views/Home.vue index 1a942ff..22740f3 100644 --- a/web/src/views/Home.vue +++ b/web/src/views/Home.vue @@ -1,24 +1,51 @@