From a2a7f40c736ee2a8c8ccfa8aa6625c9c2cb634d6 Mon Sep 17 00:00:00 2001 From: senke Date: Fri, 16 Jan 2026 12:02:55 +0100 Subject: [PATCH] aesthetic-improvements: apply design direction to views batch 2 (Action 11.5.1.5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - FileManagerView: Removed decorative scale transform (group-hover:scale-110 → removed) - LiveView: Removed decorative image zoom (group-hover:scale-105 → removed) and icon scale (hover:scale-110 → hover:text-kodo-gold/80) - FileDetailsView: Replaced decorative gradient with solid color (bg-gradient-to-br from-kodo-cyan to-kodo-cyan → bg-kodo-cyan/20, removed decorative shadow) - CartView: Removed decorative shadow (shadow-neon-cyan/20 → removed) - CheckoutView: Removed decorative shadow (shadow-neon-cyan/20 → removed) - Preserved: Functional overlay gradients for text readability (ProfileView, DiscoverView) - Action 11.5.1.5: Apply direction to all pages - Batch 2 complete (5 views) --- apps/web/src/components/views/CartView.tsx | 2 +- apps/web/src/components/views/CheckoutView.tsx | 2 +- apps/web/src/components/views/FileDetailsView.tsx | 2 +- apps/web/src/components/views/FileManagerView.tsx | 2 +- apps/web/src/components/views/LiveView.tsx | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/web/src/components/views/CartView.tsx b/apps/web/src/components/views/CartView.tsx index 15447d4a2..5191f85e6 100644 --- a/apps/web/src/components/views/CartView.tsx +++ b/apps/web/src/components/views/CartView.tsx @@ -127,7 +127,7 @@ export const CartView: React.FC = ({