feat: add reminder support with desktop notifications #114

Merged
edfloreshz merged 1 commit from feat/reminders into main 2026-05-06 17:28:43 +00:00
edfloreshz commented 2026-05-06 17:17:54 +00:00 (Migrated from github.com)

This pull request adds a complete reminder system to the application, allowing users to set reminders for tasks with date and time selection, and receive desktop notifications when reminders are due. The implementation includes UI changes for setting and clearing reminders, and backend logic for tracking and firing notifications.

  • Added notify-rust dependency.
  • Implemented services/reminder.rs to scan tasks and show notifications.
  • Added a ReminderDateTime dialog.

Note

Closing the app will not allow reminders to be sent, we need to move this functionality to a daemon or an applet at some point.

Closes #23

This pull request adds a complete reminder system to the application, allowing users to set reminders for tasks with date and time selection, and receive desktop notifications when reminders are due. The implementation includes UI changes for setting and clearing reminders, and backend logic for tracking and firing notifications. - Added `notify-rust` dependency. - Implemented `services/reminder.rs` to scan tasks and show notifications. - Added a `ReminderDateTime` dialog. > [!NOTE] > Closing the app will not allow reminders to be sent, we need to move this functionality to a daemon or an applet at some point. Closes #23
Sign in to join this conversation.
No description provided.