From f92f51273eefd1fdb0c6b53485b76b6b70f69299 Mon Sep 17 00:00:00 2001 From: Blomios Date: Tue, 28 Apr 2026 07:54:07 +0200 Subject: [PATCH] design: rework for a better DA and light/dark mode --- frontend/index.html | 9 +- frontend/src/components/layout/MobileNav.tsx | 4 +- frontend/src/components/layout/Sidebar.tsx | 37 ++++---- frontend/src/components/ui/badge.tsx | 10 +-- frontend/src/components/ui/button.tsx | 4 +- frontend/src/components/ui/card.tsx | 8 +- frontend/src/index.css | 95 +++++++++++++++----- frontend/src/lib/theme.tsx | 40 +++++++++ frontend/src/main.tsx | 9 +- frontend/src/pages/Login.tsx | 71 ++++++++++----- frontend/src/pages/admin/AdminSettings.tsx | 35 +++++++- frontend/tailwind.config.ts | 9 +- frontend/tsconfig.tsbuildinfo | 2 +- 13 files changed, 252 insertions(+), 81 deletions(-) create mode 100644 frontend/src/lib/theme.tsx diff --git a/frontend/index.html b/frontend/index.html index afa12ea..8dcfa22 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,9 +4,12 @@ - - - Tradarr + + + FinancIAl + + +
diff --git a/frontend/src/components/layout/MobileNav.tsx b/frontend/src/components/layout/MobileNav.tsx index e615538..ae358b0 100644 --- a/frontend/src/components/layout/MobileNav.tsx +++ b/frontend/src/components/layout/MobileNav.tsx @@ -12,7 +12,7 @@ const items = [ export function MobileNav() { return ( -