From e6dd16908c09172c471394aa235a71958ff944b5 Mon Sep 17 00:00:00 2001 From: ramseshk Date: Wed, 5 Aug 2026 03:31:10 +0000 Subject: [PATCH] =?UTF-8?q?shadcn/ui=20design=20system=20=E2=80=94=20Claud?= =?UTF-8?q?e=20Blu=202=20dark=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Full oklch color space from tweakcn/r/themes/cmmea3qbd000004jvb99v39cd - Semantic tokens: --background, --foreground, --card, --primary, etc. - Backward compat mappings (--bg, --srf, --ln, --tx, --hi, etc.) - Dark shadows with proper opacity (--shadow-xs through --shadow-xl) - 8px scrollbar, focus rings, backdrop blurs - Cleaner card styling with subtle borders and hover lift - All existing JS functionality preserved --- dashboard/static/index.html | 431 +++++++++++++++++++++++++++++------- 1 file changed, 356 insertions(+), 75 deletions(-) diff --git a/dashboard/static/index.html b/dashboard/static/index.html index e96a638..0e40cbc 100644 --- a/dashboard/static/index.html +++ b/dashboard/static/index.html @@ -7,78 +7,358 @@ @@ -86,7 +366,7 @@ footer a{color:#3f3f4a;text-decoration:none}footer a:hover{color:var(--tx)}

FTDT Quant LabPer-Strategy Dashboard

-
+
@@ -103,11 +383,11 @@ footer a{color:#3f3f4a;text-decoration:none}footer a:hover{color:var(--tx)}
-
No open positions
-
No open orders
+
No open positions
+
No open orders
- +
@@ -390,5 +670,6 @@ function togglePositions(){ initDetChart();connect();loadBT();loadHistBT(); + \ No newline at end of file