trading/dashboard
Viktor Barzin 04e3add4d5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(dashboard): Home page crashed when latest_video.top_tickers undefined
/api/meet-kevin/dashboard returns a latest_video summary that doesn't
include top_tickers (only the list endpoint does). Calling .slice()
on undefined crashed the whole page. Guard with ?? [] so the chip
row simply renders empty when the dashboard endpoint hasn't enriched
the latest video yet.
2026-05-27 18:01:34 +00:00
..
public feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
src fix(dashboard): Home page crashed when latest_video.top_tickers undefined 2026-05-27 18:01:34 +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