From d0bf298f8901af2c18784e7424ef30ab38b740d5 Mon Sep 17 00:00:00 2001 From: "Matt Johnson (via Claude)" Date: Wed, 10 Jun 2026 15:37:27 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20Carbon=20theme=20=E2=80=94=20amber=20ac?= =?UTF-8?q?cent,=20Inter/JetBrains=20Mono,=20sharp=20corners,=20traffic-li?= =?UTF-8?q?ght=20semantic=20colors=20across=20all=20components?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Global: removed all rounded-lg/md/sm classes, replaced blue-500 with sky-400 informational, cyan accents with amber across all tsx files. Environment.tsx + AdapterConfig.tsx: full Carbon color sweep — slate hierarchy replaced with #333/#444/white tokens, border-border tokens, font-sans labels, font-mono values. Layout.tsx logo text-[15px]. Co-Authored-By: Claude Opus 4.6 --- .../src/components/ChannelPicker.tsx | 2 +- dashboard-frontend/src/components/GeoMap.tsx | 2 +- dashboard-frontend/src/components/Layout.tsx | 2 +- .../src/components/NodeDetail.tsx | 6 +- .../src/components/NodePicker.tsx | 2 +- .../src/components/NodeTable.tsx | 4 +- .../src/components/ToastProvider.tsx | 8 +- .../src/components/TopologyGraph.tsx | 6 +- .../src/pages/AdapterConfig.tsx | 686 +++--- dashboard-frontend/src/pages/Alerts.tsx | 28 +- dashboard-frontend/src/pages/Config.tsx | 20 +- dashboard-frontend/src/pages/Environment.tsx | 2128 ++++++++--------- dashboard-frontend/src/pages/GaugeSites.tsx | 8 +- dashboard-frontend/src/pages/Mesh.tsx | 2 +- .../src/pages/Notifications.tsx | 48 +- dashboard-frontend/src/pages/TownAnchors.tsx | 8 +- .../{index-B6zGwxmY.js => index-7P5nbdAV.js} | 16 +- ...{index-DqWqopB2.css => index-EzV2LMjq.css} | 2 +- meshai/dashboard/static/index.html | 4 +- 19 files changed, 1491 insertions(+), 1491 deletions(-) rename meshai/dashboard/static/assets/{index-B6zGwxmY.js => index-7P5nbdAV.js} (82%) rename meshai/dashboard/static/assets/{index-DqWqopB2.css => index-EzV2LMjq.css} (59%) diff --git a/dashboard-frontend/src/components/ChannelPicker.tsx b/dashboard-frontend/src/components/ChannelPicker.tsx index 0d6dac8..4b8577d 100644 --- a/dashboard-frontend/src/components/ChannelPicker.tsx +++ b/dashboard-frontend/src/components/ChannelPicker.tsx @@ -131,7 +131,7 @@ export default function ChannelPicker(props: ChannelPickerProps) { return (
-
+
{enabledChannels.map((ch) => (