From d2fb2813420768167acf049ddc3306d8e4a00a1c Mon Sep 17 00:00:00 2001 From: Hitonabi Date: Wed, 22 Jul 2026 17:00:49 +0200 Subject: [PATCH] fix: complete dark mode implementation with all UI components --- docker/ui/src/App.tsx | 14 ++- docker/ui/src/pages/Dashboard.tsx | 136 ++++++++++++------------ docker/ui/src/pages/MetadataPreview.tsx | 90 ++++++++-------- docker/ui/src/pages/Settings.tsx | 112 +++++++++---------- 4 files changed, 175 insertions(+), 177 deletions(-) diff --git a/docker/ui/src/App.tsx b/docker/ui/src/App.tsx index 3d70f5d..384ec3a 100644 --- a/docker/ui/src/App.tsx +++ b/docker/ui/src/App.tsx @@ -18,10 +18,10 @@ function App() { ] return ( -
+
{/* Sidebar */} -