diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f43754..6ea49c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -760,7 +760,7 @@ export default function Home() { {/* Sidebar */}
{/* Sidebar Header */} -
+

Candle Annotator

Chart annotation tool

@@ -771,7 +771,7 @@ export default function Home() {
{/* Chart Selector */} -
+
{/* File Upload */} -
+
{/* Toolbox */} -
+
- {/* Annotations List - scrollable */} -
- -
- - {/* TA-Lib Pattern Panel */} -
- fetchSpanAnnotations(activeChartId)} - getCandles={() => chartRef.current?.getVisibleCandles()} - /> + {/* Scrollable middle: Annotations + TA-Lib + Training + Predictions */} +
+ {/* Annotations List */} +
+ +
+ + {/* TA-Lib Pattern Panel */} +
+ fetchSpanAnnotations(activeChartId)} + getCandles={() => chartRef.current?.getVisibleCandles()} + /> +
+ + {/* Training Panel */} +
+ +
+ + {/* Predictions */} +
+ +
+ {/* Fixed bottom actions */} {/* Delete all annotations */} -
+
- {/* Training Panel */} -
- -
- - {/* Predictions */} -
- -
- {/* Export */} -
+