From 6b0b4be6709dee5381aa2f6da891366209e539d1 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sun, 17 May 2026 22:13:54 +0200 Subject: [PATCH] fix(19): filter tabs use DB status (all/active/archived) Co-Authored-By: Claude Sonnet 4.6 (1M context) --- backend/templates/tablos.templ | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/backend/templates/tablos.templ b/backend/templates/tablos.templ index df83dd9..8a58187 100644 --- a/backend/templates/tablos.templ +++ b/backend/templates/tablos.templ @@ -46,9 +46,8 @@ templ TablosDashboard(user *auth.User, csrfToken string, activePath string, tabl Tous - - - + +
@@ -121,7 +120,7 @@ templ TabloProjectCard(card TabloCardView, csrfToken string) {