From 6c6763ebfcef25a397ed50073f990d8260ff95d7 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 1 Oct 2019 19:23:15 +0100 Subject: [PATCH] Refactor modals --- src/App.vue | 45 ++++----------------------- src/components/modals/Download.vue | 5 +++ src/components/modals/Information.vue | 44 ++++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 39 deletions(-) create mode 100644 src/components/modals/Download.vue create mode 100644 src/components/modals/Information.vue diff --git a/src/App.vue b/src/App.vue index c4b9c2b..5725006 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,39 +4,8 @@
- - Not implemented. - - - - + + @@ -45,15 +14,16 @@