From 02e41214d298b9ebc9eb6c53b8825f486b153d90 Mon Sep 17 00:00:00 2001 From: jedi Date: Sun, 28 May 2023 15:32:03 +0200 Subject: [PATCH] stash --- frontend/src/views/InventoryDetail.vue | 86 +++++++++++++++-------- frontend/src/views/InventoryEdit.vue | 95 ++++++++++++++++++-------- 2 files changed, 123 insertions(+), 58 deletions(-) diff --git a/frontend/src/views/InventoryDetail.vue b/frontend/src/views/InventoryDetail.vue index 8f2a931..9010d79 100644 --- a/frontend/src/views/InventoryDetail.vue +++ b/frontend/src/views/InventoryDetail.vue @@ -4,38 +4,48 @@
-
Inventory
+
Edit Item
- - - - - - - - - - - - - - - - - -
ItemQuantityOwnerActions
{{ item.name }}{{ item.quantity }}{{ item.owner }} - - - - - - -
-
-
- - Add +
+ + {{ tag }} + +
+
+ + {{ property.name }}={{ property.value }} + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
@@ -46,10 +56,26 @@