From 9d601ea4b5e9e3a083019d07e2b67b6d0266d551 Mon Sep 17 00:00:00 2001 From: miah <144297490+miah120@users.noreply.github.com> Date: Mon, 22 Dec 2025 11:55:25 -0600 Subject: [PATCH] feat: Animate shopping list and increase touch target (#6569) Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> --- .../Domain/ShoppingList/ShoppingListItem.vue | 162 +++++++++--------- frontend/pages/shopping-lists/[id].vue | 98 ++++++----- 2 files changed, 136 insertions(+), 124 deletions(-) diff --git a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue index a8327b0ff..64f0c50a8 100644 --- a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue +++ b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue @@ -7,8 +7,16 @@ no-gutters class="flex-nowrap align-center" > - -
+ +
-
- - +
-
- - - - - - {{ action.text }} - - - - -
- + + + + + {{ action.text }} + + + + +
diff --git a/frontend/pages/shopping-lists/[id].vue b/frontend/pages/shopping-lists/[id].vue index 05638affd..3346f8013 100644 --- a/frontend/pages/shopping-lists/[id].vue +++ b/frontend/pages/shopping-lists/[id].vue @@ -179,41 +179,45 @@ - - - - {{ key }} - - - + + + - - - - - + {{ key }} + + + + + + + + + + + @@ -243,18 +247,20 @@ -
- -
+ +
+ +
+