refactor: remove quick create popover, refactor detail view as split pane #113
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#113
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 quick create popover is a bad UX — it's a floating input that gets in the way and doesn't provide enough context. The detail view should be the primary creation/editing interface.
Solution
Remove the quick create popover entirely. Refactor the task detail view into a split pane that can be opened for both editing existing tasks and creating new ones. This should work across all views (queue, kanban, calendar).