|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
API GET /api/meet-kevin/strategy/tickers returns the field as latest_mention_at, but the dashboard's StrategyTicker type + table read t.last_mention_at — so new Date(undefined) produced 'Invalid Date' in every row. Aligned StrategyTicker to the actual API shape and renamed the table accessor. Also dropped two columns that referenced fields the API never returned (mention_count, unrealized_pnl_pct, current_price) and replaced them with what IS in the response (Horizon column + trade_entry_price renamed 'Entry'). t.is_held -> t.has_open_trade. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||