refactor: reimagine queue list view layout — two-line task rows #119
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#119
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 queue list view crams all metadata (category, label, priority, due date, status) to the right side of a single line. It's cluttered and hard to scan.
Solution
Redesign task rows to use two lines: description on the first line, metadata (category, label, due, etc.) left-aligned below on the second line. This gives each piece of information room to breathe and makes the list easier to read.
Landed — two-line queue rows