Commit Graph

9 Commits

Author SHA1 Message Date
a67213e669 chore(dashboard): remove console.log
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m3s
2025-10-26 15:27:04 +00:00
220d25ccab feat(dashboard): impl server monitoring 2025-10-25 01:09:53 +00:00
189a6c4401 feat(dashboard): format tube line labels 2025-10-25 01:09:32 +00:00
c90d9655d8 feat(dashboard): tfl err state handling 2025-10-24 23:10:46 +00:00
7b28683e73 fix(dashboard): tfl status loading state 2025-10-24 23:09:12 +00:00
d5a53e3532 fix(dashboard): tfl status items fragment key
Co-authored-by: Ona <no-reply@ona.com>
2025-10-24 23:08:05 +00:00
f884982766 feat(dashboard): add TfL disruptions tile to dashboard
- Add TFLTile component displaying real-time transport disruptions
- Show Northern line status prominently when good service
- Display disruptions sorted by severity with line colors
- Add optional tile decorations prop for flexible styling
- Auto-refresh every 5 minutes with background updates

Co-authored-by: Ona <no-reply@ona.com>
2025-10-24 23:03:55 +00:00
9b828bd7cf feat(dashboard): add TfL types and helper functions
- Add TypeScript types for TfL disruptions API
- Add TanStack Query integration with 2-minute stale time
- Add helper functions for severity colors and labels
- Add line color mapping using official TfL colors as Tailwind classes
- Add status severity to border color mapping for visual indicators

Co-authored-by: Ona <no-reply@ona.com>
2025-10-24 23:03:50 +00:00
30986e0292 initial commit
Co-authored-by: Ona <no-reply@ona.com>
2025-10-24 19:36:05 +00:00