From ff4d22c7393379ada5808ac591da3e7b90403794 Mon Sep 17 00:00:00 2001 From: Jacob O'Mara Date: Wed, 11 Sep 2024 16:36:32 +0000 Subject: [PATCH] Remove console.logs and add EventBus emits This removes the development debugging logs and adds status indication popups for the top of the page. Fades after 3 seconds --- src/components/Inventory.vue | 22 +++++++++------------- src/components/InventoryItem.vue | 10 +++------- src/components/InventorySetupForm.vue | 17 ++++++++--------- 3 files changed, 20 insertions(+), 29 deletions(-) diff --git a/src/components/Inventory.vue b/src/components/Inventory.vue index d595c94..3b232d8 100644 --- a/src/components/Inventory.vue +++ b/src/components/Inventory.vue @@ -46,6 +46,7 @@