feat(ui): quick create popover for calendar #108
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!108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/quick-create"
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
No way to create tasks from calendar interactions — clicking time slots or day cells did nothing, and
gcon the calendar opened the generic drawer instead of a contextual popup.Solution
Add a
QuickCreatePopoverthat opens on calendar clicks andgc, anchored at the click position or cursor element. Time slots pre-fillstartAtsnapped to 15min; day cells pre-fill as all-day. "More options" expands to the fullCreateTaskDrawerwith description and due carried over. 13 unit tests for the pre-fill logic.