Add reminder notifications to schedules
- ScheduleDocument/Schedule gain optional reminderMinutes (minutes from midnight; decode-compatible, no schema bump) - New Workout form gets a Reminder section (toggle + time picker, hidden for Now; footer warns when notifications are denied) - ReminderPlanner (pure, tested) derives notification triggers: daily repeating, per-weekday repeating for fixed days, one-shot for once - ReminderScheduler resyncs pending requests from the cache on every change, multiplexed onto onCacheChanged after the watch push; asks notification permission only once a reminder actually exists
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
**July 2026**
|
||||
|
||||
Scheduled workouts can now remind you with a notification at a time you choose.
|
||||
|
||||
The Today board now shows just the day's docket — only schedules actually due on the viewed day appear.
|
||||
|
||||
Adding from the Today board is now New Workout, with a Now option that starts a workout immediately instead of creating a schedule.
|
||||
|
||||
Reference in New Issue
Block a user