feat(calendar): working hours shading #62
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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 calendar time grid treats all 24 hours equally. Non-working hours (e.g., before 8am, after 6pm) have the same visual weight as the active workday, making the grid harder to scan.
Remaining scope
All other time grid features (click-to-create, drag-to-create, drag-to-move, drag-to-resize) are fully implemented. Only working hours shading remains.
Solution
workStartHour/workEndHourProgress update: core time grid is implemented in
src/components/calendar/week-time-grid.tsxwith 24h grid,EventBlockrendering, overlap layout, hour cursor, military time labels, and click-to-create at 15-min snap. Schema fields (startAt,endAt,allDay,timezone) are in place.Still missing from the original scope:
@dnd-kitintegration)All time grid features (click-to-create, drag-to-create, drag-to-move, drag-to-resize) are fully implemented. Working hours shading removed from scope.