candle-annotator/src/app
Marko Djordjevic 5a7c901980 fix(frontend): update ModelInfoResponse types to match backend structure
- Update TypeScript types to match flat backend response structure
- Remove nested model_info and metrics objects
- Remove label_config, use labels array and per_class_metrics array
- Update all component references to use new structure
- Generate default colors for prediction labels in CandleChart
- Fix TypeScript type errors for nullable model_version
- Remove accuracy/F1 metrics display (not in new response)
2026-02-15 21:39:38 +01:00
..
annotation-types feat: add annotation types management system 2026-02-12 18:17:44 +01:00
api feat(api): add span annotation export and feedback loop support 2026-02-15 14:35:31 +01:00
span-label-types feat: add span label types admin page with seed functionality 2026-02-14 11:12:39 +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 fix(frontend): update ModelInfoResponse types to match backend structure 2026-02-15 21:39:38 +01:00