trading/dashboard
Viktor Barzin 6636054742
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
feat(dashboard): /meet-kevin/strategy page wired
Strategy.tsx composes 6-up metrics header, StrategyVsBenchmarkCurve
equity chart, TickerScorecardTable and BacktestRunHistory. Selecting a
backtest run replaces the chart with that run's equity curve. Run
Backtest button fires POST and polls for completion.
App.tsx: +route /meet-kevin/strategy.
Layout.tsx: +sidebar entry 'MK Strategy' under Meet Kevin group.
2026-05-24 00:48:27 +00:00
..
public feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
src feat(dashboard): /meet-kevin/strategy page wired 2026-05-24 00:48:27 +00:00
.gitignore feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
eslint.config.js feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
index.html feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
package-lock.json feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
package.json feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
tsconfig.app.json revert: keep original dashboard tsconfig (Task 10 didn't need to change it) 2026-05-21 19:57:30 +00:00
tsconfig.json feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
tsconfig.node.json revert: keep original dashboard tsconfig (Task 10 didn't need to change it) 2026-05-21 19:57:30 +00:00
vite.config.ts fix: resolve all remaining TODOs, add dev mode auth bypass 2026-02-25 22:02:25 +00:00