feat(schedule): add schedule header with title and tooltip for configuration hints

This commit is contained in:
Daniel Volz
2025-12-27 23:21:02 +01:00
parent 27af4dd14b
commit be68fb5dad
4 changed files with 27 additions and 2 deletions
+3 -1
View File
@@ -167,12 +167,14 @@
"supports": "Supports ntfy, Discord, Telegram, Slack"
},
"schedule": {
"title": "Reminder Schedule",
"stockCheck": "Stock check",
"dailyAt6": "Daily at 6:00 AM",
"intakeCheck": "Intake check",
"15minBefore": "15 min before scheduled time",
"nextCheck": "Next stock check",
"lastSent": "Last sent"
"lastSent": "Last sent",
"envHint": "These values can be configured via REMINDER_HOUR and REMINDER_MINUTES_BEFORE in .env"
},
"stock": {
"title": "Stock",