candle-annotator/src/app
Marko Djordjevic 4b5cc2f174 fix: install missing shadcn/ui components and fix TypeScript build errors
- Install missing shadcn/ui components: dialog, select, label, slider, textarea
- Fix import paths in export API endpoint (@/lib/db instead of @/db)
- Fix CandleChart activeChartId type (handle undefined with nullish coalescing)
- Fix SpanRectanglePrimitive renderer to use proper lightweight-charts v4 API:
  - Implement ISeriesPrimitivePaneRenderer interface
  - Use useBitmapCoordinateSpace for HiDPI rendering
  - Add proper scaling factor for coordinates and dimensions
  - Fix hitTest to return PrimitiveHoveredItem with required zOrder property
- Mark all section 12 integration testing tasks as completed
2026-02-14 10:43:10 +01:00
..
annotation-types feat: add annotation types management system 2026-02-12 18:17:44 +01:00
api fix: install missing shadcn/ui components and fix TypeScript build errors 2026-02-14 10:43:10 +01:00
globals.css feat: implement dark/light mode with system detection 2026-02-12 23:31:51 +01:00
layout.tsx feat: implement dark/light mode with system detection 2026-02-12 23:31:51 +01:00
page.tsx feat: implement section 9 - span annotation sidebar list 2026-02-14 10:13:23 +01:00