From f20eef7556b10662608a236f146a9aa7a90fc7f1 Mon Sep 17 00:00:00 2001 From: Felix Zett Date: Tue, 16 Sep 2025 21:54:01 +0200 Subject: [PATCH] feat: tag display with mandatory indicators and improve tag color structure --- frontend/src/components/ItemRow.tsx | 7 +-- frontend/src/pages/ItemsPage.tsx | 7 +-- frontend/src/pages/TagsPage.tsx | 86 ++++++++++++++--------------- frontend/src/utils/tagColors.ts | 38 ++++++------- 4 files changed, 68 insertions(+), 70 deletions(-) diff --git a/frontend/src/components/ItemRow.tsx b/frontend/src/components/ItemRow.tsx index dc4c8c9..319f9ca 100644 --- a/frontend/src/components/ItemRow.tsx +++ b/frontend/src/components/ItemRow.tsx @@ -95,12 +95,11 @@ export default function ItemRow({ #{tag.name} + {tag.mandatory && !} {hover && ( -