Commit Graph
6 Commits
Author SHA1 Message Date
stefankoelle 2cff48a2ac feat: add data manager system for background weather/calendar fetching 2026-08-02 21:20:25 +02:00
stefankoelle 1005b4434c more UI fixes 2026-08-02 15:01:55 +02:00
stefankoelle b04d5f6ee8 calender UI update 2026-08-02 14:54:18 +02:00
stefankoelle 74abe23482 adjust calender and mvg UI 2026-08-02 14:35:48 +02:00
stefankoelle 7a99a84155 calender and weather UI updates 2026-08-02 14:29:00 +02:00
stefankoelle 592a615a5d Phase 5: detail screens (scrollable lists + back button) + main controller
- weather_detail: scrollable hourly forecast (time, temp, description,
  rain probability), data logic ported from old weather_detail_screen.cpp
- calendar_detail: scrollable list of all 10 events (summary + formatted
  date/all_day), ported from old calendar_detail_screen.cpp
- mvg: scrollable departures list (line badge U/S colored, destination,
  time/delay, cancellation), 1-minute refresh timer ported from old
  mvg_screen.cpp
- all three use back_button widget (fixed bottom-left)
- main.cpp: Screen controller, navigates between screens via callbacks,
  5-minute inactivity timeout -> home, per-screen tick() for refresh
2026-08-02 10:38:10 +02:00