ReminderBot/bot
leo 6901b0dd7b fix: fix interval reminder delete bug and simplify notification buttons
Remove pause/delete buttons from reminder notification popup (manage
via "我的提醒" list instead). Reorder delete operation to remove
scheduler job before DB record, preventing orphaned list entries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 17:14:15 +08:00
..
handlers fix: fix interval reminder delete bug and simplify notification buttons 2026-03-17 17:14:15 +08:00
models feat: replace fixed 10-min snooze with user-defined snooze duration 2026-03-05 15:19:02 +08:00
scheduler fix: correct interval reminder scheduling and done action behavior 2026-03-05 17:54:33 +08:00
utils fix: fix interval reminder delete bug and simplify notification buttons 2026-03-17 17:14:15 +08:00
__init__.py Initial commit: add reminderBot project structure 2026-03-05 11:40:58 +08:00
config.py Initial commit: add reminderBot project structure 2026-03-05 11:40:58 +08:00
main.py feat: replace fixed 10-min snooze with user-defined snooze duration 2026-03-05 15:19:02 +08:00
states.py Initial commit: add reminderBot project structure 2026-03-05 11:40:58 +08:00