From dae7633c112f57dc4e6bde0cdf202b89d25577ee Mon Sep 17 00:00:00 2001 From: Artus Date: Wed, 31 Jul 2019 15:37:35 +0200 Subject: [PATCH] moves logic to PlayerView, adds simple notifications when debugging --- lootalot_front/src/App.vue | 10 ++++++--- lootalot_front/src/AppStorage.js | 4 ++-- lootalot_front/src/components/Chest.vue | 5 ++++- lootalot_front/src/components/PlayerView.js | 24 +++++++++++++++++---- lootalot_front/src/components/Request.vue | 4 ++-- 5 files changed, 35 insertions(+), 12 deletions(-) diff --git a/lootalot_front/src/App.vue b/lootalot_front/src/App.vue index 6382c79..c38f037 100644 --- a/lootalot_front/src/App.vue +++ b/lootalot_front/src/App.vue @@ -1,16 +1,20 @@