Skip to content

Align calendar events with the half-hour grid - #21

Merged
arapsum merged 1 commit into
mainfrom
feat/30-minute-timeslots
Aug 31, 2026
Merged

arapsum merged 1 commit into
mainfrom
feat/30-minute-timeslots

Conversation

@arapsum

@arapsum arapsum commented Aug 31, 2026

Copy link
Copy Markdown
Owner

Summary

  • render each hour as two 30-minute slots with a muted midpoint rule
  • keep grid, event layout, scrolling, and drag previews on one 2 px/minute scale
  • add interaction/layout regression coverage and document the new slot behavior

Validation

  • cargo +stable clippy --workspace --locked --all-targets --all-features -- -D warnings -W clippy::pedantic -W clippy::nursery -W rust-2018-idioms
  • cargo test --workspace --locked --all-targets --all-features
  • cargo fmt --all -- --check
  • git diff --check

Render each calendar hour as two 30-minute slots with stronger hourly rules and muted midpoint rules.

Use one 2 px/minute scale for grid lines, event layout, scrolling, and drag previews so cards stay aligned with their time blocks.

Add interaction and layout regression coverage and document the new slot behavior.
@arapsum
arapsum merged commit faa9577 into main Aug 31, 2026
2 checks passed
@arapsum
arapsum deleted the feat/30-minute-timeslots branch September 1, 2026 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant