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
+4
View File
@@ -1732,6 +1732,10 @@ function AppContent() {
</div>
<div className="schedule-overview">
<div className="schedule-header">
<span className="schedule-title">{t('settings.schedule.title')}</span>
<span className="info-tooltip" data-tooltip={t('settings.schedule.envHint')}></span>
</div>
<div className="schedule-row">
<span className="schedule-label">{t('settings.schedule.stockCheck')}</span>
<span className="schedule-value">{t('settings.schedule.dailyAt6')}</span>