trading/dashboard
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
..
public feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
src fix: news articles showing 1970 dates when published_at is null 2026-02-23 22:48:16 +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 feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
tsconfig.json feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
tsconfig.node.json feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
vite.config.ts feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00