From ec1e7213cc01b2f27b4ed6b61447b3e85c60dc1c Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Sat, 4 Jul 2026 23:31:37 +0200 Subject: [PATCH] Dashboard V9: Simplified Clean Design - No Sidebar - REMOVED: Sidebar navigation (no added value) - LAYOUT: Clean centered content, full width - METRICS: Minimum 2 tiles per row (Portfolio + USDT) - DESKTOP: 3 tiles in row (Portfolio, USDT, Positions) - MOBILE: 2x2 grid layout (always 2 per row) - DESIGN: Same grayscale + green accents - TABLES: Live Prices + Holdings sections below - PERFORMANCE: Smooth animations, loading optimized - RESPONSIVE: Modern CSS Grid with minmax - TYPOGRAPHY: Fluid scaling via clamp() - FOOTER: None (clean end) - VERSION: V9 ENHANCED --- src/web_dashboard.py | 376 ++++++++++++++++++------------------------- 1 file changed, 157 insertions(+), 219 deletions(-) diff --git a/src/web_dashboard.py b/src/web_dashboard.py index eb9e030..5f9bf7b 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -103,7 +103,7 @@ async def root(): -Trading Bot V8 +Trading Bot V9
- - -