From 138b91f810e9773077a9811890290e0914bd7866 Mon Sep 17 00:00:00 2001 From: Manus Date: Wed, 10 Jun 2026 05:03:06 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20grisage=20automatique=20des=20tuiles=20?= =?UTF-8?q?selon=20l'=C3=A9tat=20des=20conteneurs=20(polling=20dashboard)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 105 +++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 94 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 2c027bc..e1d3feb 100644 --- a/index.html +++ b/index.html @@ -249,6 +249,36 @@ border: 1px solid rgba(99,102,241,0.2); } + /* ===== APP OFFLINE (grisage) ===== */ + .app-card.offline { + opacity: 0.42; + pointer-events: none; + cursor: not-allowed; + filter: grayscale(80%); + } + + .app-card.offline .card-image-wrapper { + box-shadow: none; + } + + .card-status-badge { + display: none; + margin-top: 4px; + font-size: 0.68rem; + font-weight: 700; + color: #ef4444; + text-transform: uppercase; + letter-spacing: 0.8px; + background: rgba(239,68,68,0.12); + padding: 2px 9px; + border-radius: 10px; + border: 1px solid rgba(239,68,68,0.3); + } + + .app-card.offline .card-status-badge { + display: inline-block; + } + /* ===== FOOTER ===== */ footer { background: #0a0c14; @@ -346,48 +376,53 @@
- +
Gestion des Formations
Gestion des Formations
Recette
+
Hors ligne
- +
Itinova Contacts
Itinova Contacts
Recette
+
Hors ligne
- +
Itinova Podcasts
Itinova Podcasts
Recette
+
Hors ligne
- +
Veille Stratégique
Veille Stratégique
Recette
+
Hors ligne
- +
Itinova Gestion de Flotte
Itinova Gestion de Flotte
Recette
+
Hors ligne
@@ -402,31 +437,34 @@
- +
Sonum
Sonum
Recette
+
Hors ligne
- +
Facturation Santinova
Facturation Santinova
Recette
+
Hors ligne
- +
Démat Facturation DSI
Démat Facturation DSI
Recette
+
Hors ligne
@@ -444,8 +482,10 @@