trading-platform-frontend-v2/src/modules/ml/components
Adrian Flores Cortes d07b888dc9 fix(frontend): resolve all 218 pre-existing TypeScript errors
- Exclude test files from production build (tsconfig.json)
- Fix payment types alignment (BillingInfo, Invoice, CouponInfo, etc.)
- Add backward-compatible aliases to TradingSignal type
- Fix ToolCallCard unknown to ReactNode conversions
- Fix assistant components (MessageList, useChatAssistant timestamp handling)
- Fix SignalExecutionPanel null checks for optional properties
- Fix trading components (QuickOrderPanel, AdvancedOrderEntry, OrderBookPanel)
- Fix NodeJS.Timeout to ReturnType<typeof setTimeout>
- Fix types/index.ts duplicate ApiResponse exports
- Update payment components to use centralized types

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 05:45:12 -06:00
..
AccuracyMetrics.tsx feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
AMDPhaseIndicator.tsx feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
BacktestResultsVisualization.tsx [OQI-006] feat: Add ML confidence and performance tracking components 2026-01-25 12:17:16 -06:00
ConfidenceMeter.tsx [OQI-006] feat: Add ML confidence and performance tracking components 2026-01-25 12:17:16 -06:00
EnsemblePanel.tsx [OQI-006] feat: Add 3 ML utility panel components 2026-01-26 11:03:20 -06:00
EnsembleSignalCard.tsx feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
ICTAnalysisCard.tsx feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
ICTAnalysisPanel.tsx [OQI-006] feat: Add 3 ML utility panel components 2026-01-26 11:03:20 -06:00
index.ts fix(frontend): resolve all 218 pre-existing TypeScript errors 2026-01-27 05:45:12 -06:00
ModelAccuracyDashboard.tsx [OQI-006] feat: Add ML confidence and performance tracking components 2026-01-25 12:17:16 -06:00
ModelSelector.tsx [OQI-006] feat: Add 3 ML utility panel components 2026-01-26 11:03:20 -06:00
PredictionCard.tsx feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
SignalPerformanceTracker.tsx [OQI-006] feat: Add ML confidence and performance tracking components 2026-01-25 12:17:16 -06:00
SignalsTimeline.tsx feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
TradeExecutionModal.tsx feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00