From 67471d37b64fc401746741803f3216f5f1cb9a51 Mon Sep 17 00:00:00 2001 From: Rene Fischer Date: Fri, 29 May 2020 18:22:16 +0200 Subject: [PATCH] fix deck selection + add settings and new deck route + add swipe to show/hide drawer Co-authored-by: Niko Lockenvitz --- src/App.vue | 82 +++++++++++++--- .../deckselection/DeckSelection.vue | 50 ++++------ src/components/layout/NavigationBar.vue | 95 ++++++++----------- src/router/index.js | 22 +++-- src/views/AddNewDeck.vue | 15 +++ src/views/Home.vue | 23 ++--- src/views/Settings.vue | 15 +++ 7 files changed, 184 insertions(+), 118 deletions(-) create mode 100644 src/views/AddNewDeck.vue create mode 100644 src/views/Settings.vue diff --git a/src/App.vue b/src/App.vue index e98363c..c59d5c6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,33 +1,91 @@