From dde7dc37700241e8c74a39993c6beb527c1dd600 Mon Sep 17 00:00:00 2001 From: Artus Date: Thu, 1 Aug 2019 14:46:25 +0200 Subject: [PATCH] removes Chest use of AppStorage, various fixes --- lootalot_front/src/App.vue | 43 ++++++--- lootalot_front/src/components/Chest.vue | 89 +++++++------------ .../src/components/PercentInput.vue | 10 ++- lootalot_front/src/components/Request.vue | 1 - 4 files changed, 67 insertions(+), 76 deletions(-) diff --git a/lootalot_front/src/App.vue b/lootalot_front/src/App.vue index 407cd6b..f06effd 100644 --- a/lootalot_front/src/App.vue +++ b/lootalot_front/src/App.vue @@ -1,8 +1,8 @@ diff --git a/lootalot_front/src/components/PercentInput.vue b/lootalot_front/src/components/PercentInput.vue index 13c213e..0900076 100644 --- a/lootalot_front/src/components/PercentInput.vue +++ b/lootalot_front/src/components/PercentInput.vue @@ -1,13 +1,13 @@