From eb36912e5c1d071b36185f3adcd02a3915d13578 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:17:39 +1000 Subject: [PATCH] feat: If only 1 shopping list, navigate straight to it (Shopping List QoL) (#3764) Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> --- frontend/pages/shopping-lists/_id.vue | 11 ++++++++++- frontend/pages/shopping-lists/index.vue | 13 ++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/frontend/pages/shopping-lists/_id.vue b/frontend/pages/shopping-lists/_id.vue index 2f1f99385a7b..9c317a295db8 100644 --- a/frontend/pages/shopping-lists/_id.vue +++ b/frontend/pages/shopping-lists/_id.vue @@ -2,7 +2,16 @@ diff --git a/frontend/pages/shopping-lists/index.vue b/frontend/pages/shopping-lists/index.vue index bde98330a51d..0c553822eff9 100644 --- a/frontend/pages/shopping-lists/index.vue +++ b/frontend/pages/shopping-lists/index.vue @@ -48,7 +48,7 @@