From 149f16a60046c53225985acf1aae20edd1a00158 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 30 Dec 2022 20:32:19 -0900 Subject: [PATCH 001/341] card option 1 --- frontend/components/Item/Card.vue | 52 +++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 13 deletions(-) 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}`" > -
{{ description }}
++ {{ item.description }} +
+ ++ {{ total }} Results + Page {{ page }} of {{ totalPages }} +
+Page {{ page }} of {{ totalPages }}
- {{ item.description }} -
+{{ total }} Results Page {{ page }} of {{ totalPages }} @@ -221,7 +239,7 @@