From 3b1610a167cfcf8338ca18a7b8a58f6467518d85 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Fri, 22 May 2026 08:13:00 -0400 Subject: [PATCH] =?UTF-8?q?feat(ui):=20Dragonflight=20redesign=20=E2=80=94?= =?UTF-8?q?=20foundation=20JSX=20files:=20data.jsx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/web-ui/public/data.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web-ui/public/data.jsx b/services/web-ui/public/data.jsx index 3628ede..34bdfbc 100644 --- a/services/web-ui/public/data.jsx +++ b/services/web-ui/public/data.jsx @@ -19,6 +19,7 @@ const BINS = [ { id: "b6", name: "Final deliverables", count: 8, icon: "package" }, ]; +// generate a deterministic-ish thumb color function thumbGrad(seed) { const hues = [220, 280, 340, 30, 150, 200, 260, 320]; const h1 = hues[seed % hues.length];