From 53ea451d1c4c035b0730f098e1ba217c87a7fa0d Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sun, 17 May 2026 22:34:59 +0200 Subject: [PATCH] =?UTF-8?q?fix(19):=20use=20pure=20Tailwind=20for=20grid?= =?UTF-8?q?=20progress=20bar=20=E2=80=94=20remove=20custom=20CSS=20classes?= =?UTF-8?q?=20causing=20empty=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 (1M context) --- backend/templates/tablos.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/templates/tablos.templ b/backend/templates/tablos.templ index debcf7f..173cff9 100644 --- a/backend/templates/tablos.templ +++ b/backend/templates/tablos.templ @@ -208,8 +208,8 @@ templ TabloProjectCard(card TabloCardView, csrfToken string) { { strconv.Itoa(card.DoneTasks) }/{ strconv.Itoa(card.TotalTasks) } tâches { strconv.Itoa(card.Progress) }% -
-
+
+