From 04dc593b16ec2e2128454dccc9c926ed056fa32f Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 24 Sep 2024 09:29:06 -0500 Subject: [PATCH] feat: Shopping list UI overhaul - add label headings per category (#4235) Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> --- frontend/pages/group/data/labels.vue | 2 +- frontend/pages/shopping-lists/_id.vue | 12 ++++-------- mealie/schema/labels/multi_purpose_label.py | 2 +- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/frontend/pages/group/data/labels.vue b/frontend/pages/group/data/labels.vue index d30af8c1838..0f031828ca3 100644 --- a/frontend/pages/group/data/labels.vue +++ b/frontend/pages/group/data/labels.vue @@ -232,7 +232,7 @@ export default defineComponent({ editLabel.value = item; if (!editLabel.value.color) { - editLabel.value.color = "#E0E0E0"; + editLabel.value.color = "#959595"; } } diff --git a/frontend/pages/shopping-lists/_id.vue b/frontend/pages/shopping-lists/_id.vue index 54c4a471b8f..6afa28ff157 100644 --- a/frontend/pages/shopping-lists/_id.vue +++ b/frontend/pages/shopping-lists/_id.vue @@ -56,15 +56,11 @@
-
-
- - - {{ $globals.icons.tags }} - - - {{ key }} +
+
+ {{ key }}
+