From dc78f234f9e79c1dd0814699058bb5f73aa0f085 Mon Sep 17 00:00:00 2001 From: Manus Date: Wed, 21 Jan 2026 12:59:07 -0500 Subject: [PATCH] =?UTF-8?q?Checkpoint:=20Ajout=20de=20badges=20color=C3=A9?= =?UTF-8?q?s=20orange=20avec=20ic=C3=B4nes=20calendrier=20pour=20chaque=20?= =?UTF-8?q?date=20dans=20l'affichage=20des=20rappels=20automatiques.=20For?= =?UTF-8?q?mat=20complet=20:=20Badge=20Formation=20(bleu)=20=E2=80=BA=20Ba?= =?UTF-8?q?dge=20S=C3=A9quence=20(vert)=20:=20Badge=20Date=201=20(orange),?= =?UTF-8?q?=20Badge=20Date=202=20(orange),=20etc.=20Affichage=20tr=C3=A8s?= =?UTF-8?q?=20visuel=20et=20attrayant.=20D=C3=A9ploy=C3=A9=20sur=20le=20se?= =?UTF-8?q?rveur=20de=20production.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/AdminRappels.tsx | 18 ++++++++++-------- todo.md | 6 ++++++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/client/src/pages/AdminRappels.tsx b/client/src/pages/AdminRappels.tsx index 2b65d4e..aec9acc 100644 --- a/client/src/pages/AdminRappels.tsx +++ b/client/src/pages/AdminRappels.tsx @@ -296,14 +296,16 @@ export default function AdminRappels() { {group.sequenceNom} : - - {group.dates.map((d: any, idx: number) => ( - - {idx > 0 && ", "} - Date {d.ordre} - - ))} - + {group.dates.map((d: any, idx: number) => ( + + + Date {d.ordre} + + ))} ))} diff --git a/todo.md b/todo.md index 7c0d6ac..cc3f8a8 100644 --- a/todo.md +++ b/todo.md @@ -1129,3 +1129,9 @@ - [x] Conserver le format compact sur une seule ligne - [x] Tester les modifications sur sandbox - [x] Déployer sur le serveur de production + +## Ajout badges pour les dates + +- [x] Ajouter des badges colorés pour chaque date +- [x] Tester les modifications sur sandbox +- [x] Déployer sur le serveur de production