-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To-Do reminder not showing fix (#2057)
* Reminder logic updates Check for upcoming reminder and/or if reminder is happening today. Also - error on the side of showing a reminder * Error on the side of showing reminder (Even if reminder time passed) * Schedule reminders logic updates * Fixes for reminders (Week & Year) * Remove unused extensions * Refactor weekly reminder scheduling logic for specific days intervals Refactor weekly reminder scheduling logic to handle specific days and intervals correctly * Remove alarms/reminders on task deletion * Handle weekly same day reminder that already passed * Handle if no days are selected for a weekly * To-Do reminder not showing fix Schedule single reminder instance occurrence for todo, and check if reminder is from todo when actually setting the reminder (To avoid scheduling returning early due to checking Daily reminder fields) --------- Co-authored-by: Phillip Thelen <phillip@habitica.com>
- Loading branch information
1 parent
afd44ab
commit 1907d67
Showing
2 changed files
with
66 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters