feat(settings): allow week to start on any day (#3) #41
Reference in New Issue
Block a user
Delete Branch "feat/week-start-any-day"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements Codeberg issue #3 — extend "Week starts on" to any weekday.
WeekStartPrefbecomes a sealed type (Auto+Day(DayOfWeek)); the picker lists "Automatic" plus all seven localised weekday names. Legacy MONDAY/SUNDAY values migrate transparently; garbage falls back to Auto.On-device verification checklist
Closes #3 (Codeberg). CI runs here; nothing released until release/v2.11.0 merges to main.