candle-annotator/src/components
Marko Djordjevic b9771fe89f feat: wire frontend state and data flow for multi-chart support
- Add activeChartId/charts state to page.tsx with chart fetching on mount
- ChartSelector integrated in sidebar between header and file upload
- CandleChart and SvgOverlay fetch data scoped by activeChartId
- FileUpload returns chart info, auto-selects new chart after upload
- Annotation create/delete flows include chart_id
- Export scoped by activeChartId
- Toolbox receives activeChartId prop
2026-02-13 00:17:09 +01:00
..
ui chore: add Input component from shadcn/ui for label search 2026-02-12 15:15:13 +01:00
CandleChart.tsx feat: wire frontend state and data flow for multi-chart support 2026-02-13 00:17:09 +01:00
ChartSelector.tsx feat: create ChartSelector component with dropdown, delete, and empty state 2026-02-13 00:14:53 +01:00
FileUpload.tsx feat: wire frontend state and data flow for multi-chart support 2026-02-13 00:17:09 +01:00
SvgOverlay.tsx feat: wire frontend state and data flow for multi-chart support 2026-02-13 00:17:09 +01:00
ThemeProvider.tsx fix: resolve type errors in ThemeProvider and ThemeToggle 2026-02-12 23:48:58 +01:00
ThemeToggle.tsx fix: resolve type errors in ThemeProvider and ThemeToggle 2026-02-12 23:48:58 +01:00
Toolbox.tsx feat: wire frontend state and data flow for multi-chart support 2026-02-13 00:17:09 +01:00