From a22d1f4cd2220924b91930754531a9b18a628199 Mon Sep 17 00:00:00 2001 From: Gilles Soulier Date: Fri, 22 May 2026 22:02:11 +0200 Subject: [PATCH] =?UTF-8?q?fix(tile):=20ic=C3=B4ne=20personnalis=C3=A9e=20?= =?UTF-8?q?masque=20le=20fallback=20FA=20au=20chargement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le span de fallback (fa-server) démarrait en display:flex — visible en permanence derrière l'image. Il passe à display:none et n'est affiché que si l'img déclenche onerror (pas d'icône). Co-Authored-By: Claude Sonnet 4.6 --- dashboard/js/grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/js/grid.js b/dashboard/js/grid.js index 1e2f2ef..1ff7ba6 100644 --- a/dashboard/js/grid.js +++ b/dashboard/js/grid.js @@ -58,7 +58,7 @@ const Grid = (() => { const iconContent = ` - + `; return `