feat(past-days): enhance past days toggle with missed doses indication and styling

This commit is contained in:
Daniel Volz
2025-12-27 22:11:51 +01:00
parent cfb8494be3
commit d2324640f4
4 changed files with 88 additions and 41 deletions
+3 -1
View File
@@ -36,7 +36,9 @@
"showPastDays": "Vergangene Tage anzeigen",
"hidePastDays": "Vergangene Tage ausblenden",
"pastDaysCount": "{{count}} vergangener Tag",
"pastDaysCount_other": "{{count}} vergangene Tage"
"pastDaysCount_other": "{{count}} vergangene Tage",
"missedDoses": "{{count}} verpasste Dosis",
"missedDoses_other": "{{count}} verpasste Dosen"
},
"reminders": {
"active": "Automatische Erinnerungen aktiv",
+3 -1
View File
@@ -38,7 +38,9 @@
"showPastDays": "Show past days",
"hidePastDays": "Hide past days",
"pastDaysCount": "{{count}} past day",
"pastDaysCount_other": "{{count}} past days"
"pastDaysCount_other": "{{count}} past days",
"missedDoses": "{{count}} missed dose",
"missedDoses_other": "{{count}} missed doses"
},
"reminders": {
"active": "Automatic reminders active",