From 6fca845098990df6f3e62edeffa219df3dc220f3 Mon Sep 17 00:00:00 2001 From: ozymandiashh <234437643+ozymandiashh@users.noreply.github.com> Date: Tue, 4 Aug 2026 01:53:06 +0300 Subject: [PATCH] feat(dash): dark mode with pre-paint bootstrap and themed charts --- dash/index.html | 13 +++++ dash/src/App.tsx | 66 +++++++++++++++++++++-- dash/src/components/ContextExplorer.tsx | 2 +- dash/src/components/DeviceSearchModal.tsx | 2 +- dash/src/components/UsageChart.tsx | 4 +- dash/src/index.css | 51 ++++++++++++++++++ dash/src/lib/utils.ts | 8 +-- 7 files changed, 133 insertions(+), 13 deletions(-) diff --git a/dash/index.html b/dash/index.html index 978f7b9..7023109 100644 --- a/dash/index.html +++ b/dash/index.html @@ -5,6 +5,19 @@
{status}
} - {error &&{error}
} + {error &&{error}
}