fix: quiet calendar time grid lines #330
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!330
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/327-calendar-grid-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?
Problem
The day/week time grid drew too many grey dividers, making the calendar surface feel heavy while still needing 15-minute scheduling precision.
Solution
slotDurationandsnapDurationat00:15:00for 15-minute click/drag targets.Stack
Stacked on #326. Retarget this PR to
mainafter #326 merges.Verification
nix develop --command pnpm vitest run tests/lib/fullcalendar-range.test.ts tests/lib/keymap-defs.test.ts tests/lib/app-sidebar.test.tsnix develop --command pnpm tsc --noEmitnix develop --command pnpm exec biome check ...nix develop --command just ciCloses #327