diff --git a/frontend/components/Item/Card.vue b/frontend/components/Item/Card.vue index 7dfb62a..6df6449 100644 --- a/frontend/components/Item/Card.vue +++ b/frontend/components/Item/Card.vue @@ -3,20 +3,42 @@ class="group card bg-neutral text-neutral-content hover:bg-primary transition-colors duration-300" :to="`/item/${item.id}`" > -
+

- {{ item.name }} +

-

{{ description }}

+
+ + + {{ item.location.name }} + +
+
+ + + +
+
+ +
+
+ + {{ item.quantity }} + +
+
+
+
- +
@@ -24,7 +46,14 @@