trading/dashboard/src
Viktor Barzin 4df7c67c13
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: news articles showing 1970 dates when published_at is null
Backend falls back to fetched_at when published_at is NULL in the database,
so the API always returns a meaningful date. Frontend also handles null
defensively to avoid new Date(null) producing Unix epoch 0.
2026-02-23 22:48:16 +00:00
..
api feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
assets feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
components feat: dashboard trading views -- portfolio, trades, strategies, news, backtest 2026-02-22 15:54:44 +00:00
hooks feat: dashboard trading views -- portfolio, trades, strategies, news, backtest 2026-02-22 15:54:44 +00:00
pages fix: news articles showing 1970 dates when published_at is null 2026-02-23 22:48:16 +00:00
App.tsx feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
index.css feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
main.tsx feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00