feat(timeline): optional hour separator lines in week & day view (#5) #43
Reference in New Issue
Block a user
Delete Branch "feat/timeline-hour-lines"
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 #5 — optional hour separator lines in the week/day timeline.
New
showHourLinespreference (default OFF). When on, a faint outline-variant line is drawn at each hour, over the column background but beneath event blocks, via a reusablehourSeparatorLines()modifier andLocalShowHourLines.⚠️ Stacked on #6 (
feat/time-format-toggle) since both touch the timeline. Until PR #6 merges intorelease/v2.11.0, this PR's diff also shows #6's commit; it will shrink to just the hour-lines change once #6 is merged. Merge #6 first.On-device verification checklist
Closes #5 (Codeberg).