From f1a3045bbf13ddf18c9cf86651570ba2cb03a9ae Mon Sep 17 00:00:00 2001 From: Manus Date: Mon, 16 Mar 2026 15:30:47 -0400 Subject: [PATCH] =?UTF-8?q?Checkpoint:=20Niveau=20en=20violet=20doux=20(bg?= =?UTF-8?q?-violet-50/border-violet-200),=20Territoire=20en=20teal=20(bg-t?= =?UTF-8?q?eal-50/border-teal-200),=20Source=20en=20orange=20doux=20(bg-or?= =?UTF-8?q?ange-50/border-orange-200)=20=E2=80=94=20ic=C3=B4nes=20et=20tex?= =?UTF-8?q?tes=20assortis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/VeilleDashboard.tsx | 24 ++++++++++++------------ todo.md | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/client/src/pages/VeilleDashboard.tsx b/client/src/pages/VeilleDashboard.tsx index 80df777..c4d7384 100644 --- a/client/src/pages/VeilleDashboard.tsx +++ b/client/src/pages/VeilleDashboard.tsx @@ -141,29 +141,29 @@ function VeilleDetailDialog({ )} {item.niveau && ( -
- +
+
-

Niveau

-

{item.niveau}

+

Niveau

+

{item.niveau}

)} {item.territoire && ( -
- +
+
-

Territoire

-

{item.territoire}

+

Territoire

+

{item.territoire}

)} {item.source && ( -
- +
+
-

Source

-

{item.source}

+

Source

+

{item.source}

)} diff --git a/todo.md b/todo.md index 8df6e8f..c5dbc5f 100644 --- a/todo.md +++ b/todo.md @@ -39,3 +39,4 @@ - [x] Frontend : afficher le résultat de l'import (nouvelles entrées, erreurs) après upload - [x] Page Paramètres : afficher les zones d'upload (drag & drop) quand la source "local" est sélectionnée - [x] Veille : bouton "Détail" sur chaque ligne ouvrant une boîte de dialogue avec toutes les infos complètes +- [x] Boîte de dialogue Veille : couleurs douces distinctes pour les vignettes Niveau, Territoire et Source