5 Commits

Author SHA1 Message Date
30d5139ad8 update 2026-02-21 14:03:56 +01:00
fc3b7d7c2c adds group 2026-02-20 17:45:32 +01:00
32cb200408 Fix iOS timer widget not displaying active timers
The widget was failing to decode the cached timer data because WidgetTimer
struct didn't match the OngoingTimer JSON structure saved by the app.

Changes:
- Added missing fields (project, createdAt, updatedAt) to WidgetTimer
- Added WidgetProjectReference struct for nested project data
- Fixed project name to use project.name instead of projectId
- Added project color support
- Increased refresh interval from 15 min to 1 min for live updates
2026-02-20 15:57:16 +01:00
ed8a160a49 update 2026-02-20 15:24:10 +01:00
4e49741dfa adds ios 2026-02-18 21:35:32 +01:00