From 4c1a94159a3c31195ba80b469af9cb4aa3a3792c Mon Sep 17 00:00:00 2001 From: Kekskurse Date: Sat, 17 Aug 2019 20:21:55 +0200 Subject: [PATCH] YoLo making this thing actually usable. --- src/components/AppCards.vue | 49 +++++++++++++++++ src/components/Login.vue | 3 +- src/views/AppDetails.vue | 2 +- src/views/Dashboard.vue | 105 +++++++++++++----------------------- src/views/ListApps.vue | 44 ++++----------- src/views/Login.vue | 28 ++++++++-- 6 files changed, 122 insertions(+), 109 deletions(-) create mode 100644 src/components/AppCards.vue diff --git a/src/components/AppCards.vue b/src/components/AppCards.vue new file mode 100644 index 00000000..3b6fe38c --- /dev/null +++ b/src/components/AppCards.vue @@ -0,0 +1,49 @@ + + + diff --git a/src/components/Login.vue b/src/components/Login.vue index 048cd731..f7072bc3 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -1,6 +1,5 @@