|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Round-2 of the Home/Strategy contract drift. The dashboard endpoint returns top_conviction_7d, but the frontend type+code referenced top_conviction_week — so the section render crashed on undefined.length. Renamed type field + code references to top_conviction_7d to match the actual API, and kept the ?? [] guard so future drift can't crash. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||