fix: make all-day and due-only events render like normal events #255
No reviewers
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!255
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/calendar-all-day-styling"
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?
Summary
All-day events (including deadline-only tasks rendered in the all-day row) were showing with a dashed border, transparent background, and a hourglass prefix next to scheduled events.
it was ugly
.is-duestyling + class so due-only tasks render with the same solid block + left border as any other event.eventDisplay="block"on the FullCalendar instance so month/daygrid views stop using the dot-event variant.due; dropping in a timed slot promotes it and clearsdue.