From b57b22c30b4b3a4bc9b74eaec8fc146f99e9bd6e Mon Sep 17 00:00:00 2001 From: Lars Behrends Date: Thu, 16 Apr 2026 12:29:57 +0200 Subject: [PATCH] Revamp UI styles and component theming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Visual refresh across multiple views: increased max layout widths (1200/1600 → 1920), adjusted typographic scale, and updated component styling for a more modern, cohesive look. Changes include backdrop-blur, softer borders (reduced border opacity), gradients for accents, rounded-xl corners, hover/transition improvements, and refined spacing for Footer, AddMediaView, BrowseView, CastDetailView, CastView, and various shared components. No functional logic changes — purely presentational updates to improve spacing, responsiveness, and visual polish. --- src/App.tsx | 18 ++--- src/components/AddMediaView.tsx | 70 ++++++++--------- src/components/BrowseView.tsx | 32 ++++---- src/components/CastDetailView.tsx | 68 ++++++++--------- src/components/CastView.tsx | 60 ++++++++------- src/components/DashboardView.tsx | 118 ++++++++++++++++------------- src/components/DetailView.tsx | 82 ++++++++++---------- src/components/Header.tsx | 98 +++++++++++++----------- src/components/ImporterView.tsx | 56 +++++++------- src/components/LibrarySettings.tsx | 17 +++-- src/components/MediaCard.tsx | 47 +++++++++--- src/components/MediaListItem.tsx | 11 +-- src/components/SettingsView.tsx | 66 ++++++++-------- src/index.css | 79 ++++++++++++++++--- 14 files changed, 468 insertions(+), 354 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 4e79662..9c81ac5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -496,16 +496,16 @@ function AppContent() { {/* Footer */} -