mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-13 07:46:54 +08:00
feat: redesign backtest module UI and fix 404 issue
- Fix backtest API 404 by registering routes in setupRoutes() - Redesign BacktestPage with 3-step wizard configuration - Add progress ring visualization with animation - Add equity chart with trade markers using Recharts - Add trade timeline with card-style display - Add stats cards for equity, return, drawdown, sharpe - Add tab navigation for overview/chart/trades/decisions - Improve run history list with status icons - Add lightweight-charts dependency (for future use)
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"clsx": "^2.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"framer-motion": "^12.23.24",
|
||||
"lightweight-charts": "^5.0.9",
|
||||
"lucide-react": "^0.552.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
|
||||
Reference in New Issue
Block a user