Update clunky auto to manual sorting by time, primary color blue

This commit is contained in:
2025-12-03 23:58:19 +00:00
parent 63d6124ce3
commit bb5569aada
5 changed files with 80 additions and 14 deletions

View File

@@ -99,6 +99,11 @@ export const en = {
timePickerMinute: "Minute",
timePickerApply: "Apply",
// Sorting
sortByTime: "Sort by time",
sortByTimeNeeded: "Doses are not in chronological order. Click to sort.",
sortByTimeSorted: "Doses are sorted chronologically.",
// Day-based schedule
regularPlan: "Regular Plan",
deviatingPlan: "Deviation from Plan",