From 032020eb4272c09a59cf166fc12bb1054272c938 Mon Sep 17 00:00:00 2001 From: Manus Date: Mon, 19 Jan 2026 09:27:31 -0500 Subject: [PATCH] =?UTF-8?q?Checkpoint:=20Am=C3=A9lioration=20visuelle=20:?= =?UTF-8?q?=20Ajout=20d'une=20alternance=20de=20couleurs=20blanc/bleu=20su?= =?UTF-8?q?r=20le=20tableau=20des=20rappels.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Modification apportée :** - Alternance de fond entre lignes paires (blanc) et impaires (bleu clair bg-blue-50/70) - Bleu légèrement soutenu pour un meilleur contraste visuel que le gris - Opacité à 70% pour un effet subtil et élégant **Résultat :** Tableau plus lisible avec une identité visuelle cohérente (thème bleu), améliore le suivi des lignes et la navigation visuelle. --- client/src/pages/AdminRappels.tsx | 2 +- todo.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/pages/AdminRappels.tsx b/client/src/pages/AdminRappels.tsx index 63c1410..d1a596b 100644 --- a/client/src/pages/AdminRappels.tsx +++ b/client/src/pages/AdminRappels.tsx @@ -417,7 +417,7 @@ export default function AdminRappels() { return true; }) .map((rappel, index) => ( - +
{rappel.datesDetails && rappel.datesDetails.length > 0 ? ( diff --git a/todo.md b/todo.md index 34b2b5b..47788d7 100644 --- a/todo.md +++ b/todo.md @@ -937,3 +937,8 @@ - [x] Appliquer la classe aux lignes du tableau - [x] Tester le rendu visuel - [x] Déployer sur le VPS + +## Changement couleur alternance tableau rappels + +- [x] Remplacer le gris par un bleu légèrement soutenu (bg-blue-50/70) +- [x] Déployer sur le VPS