From 3211878ae099ee28bbf7a0bafebc7f985a3f7528 Mon Sep 17 00:00:00 2001 From: Till JS Date: Tue, 31 Mar 2026 13:11:57 +0200 Subject: [PATCH] feat(todo): add clickable Tags label pill linking to /tags management Add a "Tags:" label pill before tag chips in the filter strip that navigates to the tag management page. Shows even with no tags so users can discover the feature. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../web/src/lib/components/TaskFilters.svelte | 54 ++++++++++++++----- 1 file changed, 41 insertions(+), 13 deletions(-) diff --git a/apps/todo/apps/web/src/lib/components/TaskFilters.svelte b/apps/todo/apps/web/src/lib/components/TaskFilters.svelte index 2bfc11cee..00245983a 100644 --- a/apps/todo/apps/web/src/lib/components/TaskFilters.svelte +++ b/apps/todo/apps/web/src/lib/components/TaskFilters.svelte @@ -1,4 +1,5 @@