From 39df199c7f1faa8126da6098e6cd0f8878fb7c94 Mon Sep 17 00:00:00 2001 From: DiTus Date: Sat, 21 Mar 2026 09:46:32 +0100 Subject: [PATCH] refactor: Move drawing tools to TradingView-style left toolbar - Move drawing tools from right-side popup to left sidebar - Add toggle button for desktop (right sidebar) and mobile (bottom nav) - Implement collapsible toolbar with 6 drawing tools - Add visual hover effects matching TradingView style --- index.html | 145 +++++++++++++++++++++++++++++-------------------- js/ui/chart.js | 9 +++ 2 files changed, 95 insertions(+), 59 deletions(-) diff --git a/index.html b/index.html index 24f7815..d0b23ab 100644 --- a/index.html +++ b/index.html @@ -101,52 +101,71 @@ - +
- -
- - - - - - - - - - @@ -280,14 +303,18 @@ Strategy
- fullscreen - Full -
-
- more_horiz - More -
- + fullscreen + Full + +
+ draw + Draw +
+
+ more_horiz + More +
+