feat: add next scheduled check to reminder state and update UI to display next check time

This commit is contained in:
Daniel Volz
2025-12-20 19:55:03 +01:00
parent b588fb2f95
commit 4c351aae2d
3 changed files with 74 additions and 18 deletions
+1
View File
@@ -80,6 +80,7 @@ export async function settingsRoutes(app: FastifyInstance) {
hasSmtpPassword: !!process.env.SMTP_PASS,
// Reminder state
lastAutoEmailSent: reminderState.lastAutoEmailSent,
nextScheduledCheck: reminderState.nextScheduledCheck,
});
});