From 1d37ce42dc38c9486466ab12ae82a0376a6b3228 Mon Sep 17 00:00:00 2001 From: aserrador Date: Sat, 14 Mar 2026 16:28:10 -0500 Subject: [PATCH] feat: Improve product card design and sync cart quantity - Add borders, hover effects, and box shadows to product cards - Improve typography and layout styling - Fix cart sync when updating quantity via minus button or input field - Add updateQuantity prop to handle manual quantity changes --- src/components/catalog/Card.vue | 157 +++++++++++++++++++++++++------- src/pages/catalog.vue | 48 ++++++---- 2 files changed, 155 insertions(+), 50 deletions(-) diff --git a/src/components/catalog/Card.vue b/src/components/catalog/Card.vue index 42f2856..e06e526 100644 --- a/src/components/catalog/Card.vue +++ b/src/components/catalog/Card.vue @@ -1,29 +1,30 @@