feat: week-of-year numbers in Month view (#25) #64
Reference in New Issue
Block a user
Delete Branch "feat/month-week-numbers"
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 #25 — Week of the Year in Month view.
What
Adds an opt-in calendar-week (ISO) number to the Month grid, shown in a
slim left gutter, gated by a new Settings → Display → "Week numbers" switch
(off by default, so existing users see no change until they enable it).
geometry as the day cells, tinted with
secondaryContainerand a centred boldnumber, so it reads as part of the grid.
— the same basis as the Week view's badge — so the two views always agree.
Notes
existing always-on header badge (unchanged).
showWeekNumberspref (default off), round-trip unit-tested.reviewed on-device on a Pixel 10.
🤖 Generated with Claude Code