Commit Graph

4 Commits

Author SHA1 Message Date
Roland Geider
70fba34f0c Better handling of time zones
We now send the current time zone to the server when serializing datetime objects.
This was causing entries to be saved some hours wrong or depending on the time, on
a different day.
2025-05-26 11:13:53 +02:00
Roland Geider
88d66b336c Properly update the UI when deleting workout logs
The problem was that we were passing the exercises and session from the
calendar events, which wasn't being reloaded when the logs were deleted. Now
we only pass the selected date and fetch the logs from the routine.
2025-04-17 10:26:44 +02:00
Bassam A
36f9d1651e modify generateChartColors() test cases to use _iterator_ instead of toList() since it's been used in the original code. 2024-02-03 11:55:33 +03:00
Bassam A
1764147c18 test: add unit test for generateChartColors() function in colors.dart file 2024-02-03 11:38:46 +03:00