From 258ac8eef2b2d47df96da4672cc5e1ec739b4ae1 Mon Sep 17 00:00:00 2001 From: DiTus Date: Wed, 25 Feb 2026 22:16:12 +0100 Subject: [PATCH] Fix dashboard loading and maximize chart area - Fixed TA panel loading state - now waits for initial data before loading technical analysis - Changed initial loading message from 'Loading technical analysis...' to 'Waiting for candle data...' - Made strategy simulation sidebar collapsed by default to maximize chart area - Added refresh timestamp to TA panel when manually refreshed - Improved error messages for when data isn't available in database --- src/api/dashboard/static/index.html | 6 +++--- src/api/dashboard/static/js/ui/chart.js | 24 +++++++++++++++++++---- src/api/dashboard/static/js/ui/sidebar.js | 7 ++++--- 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/src/api/dashboard/static/index.html b/src/api/dashboard/static/index.html index e610666..83cae1b 100644 --- a/src/api/dashboard/static/index.html +++ b/src/api/dashboard/static/index.html @@ -1343,14 +1343,14 @@ -
-
Loading technical analysis...
+
+
Waiting for candle data...
-