From f37a2df6ba192842c2ca59260c1478685133e518 Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:29:21 +0200 Subject: [PATCH] Improve cart loading and error UI handling Loading and error messages are now only shown when the cart is empty. When cart items are present and loading, an 'updating...' indicator is displayed and the cart section is visually dimmed to indicate loading state. --- components/Cart/CartContents.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/components/Cart/CartContents.vue b/components/Cart/CartContents.vue index 6e3db5d3..86da7d62 100644 --- a/components/Cart/CartContents.vue +++ b/components/Cart/CartContents.vue @@ -1,15 +1,18 @@