feat(tui): generation queue overlay — QueueState #64
No reviewers
Labels
No labels
area:agents
area:ai
area:config
area:dashboard
area:design
area:design-review
area:devtools
area:entities
area:gallery
area:generate
area:image
area:infra
area:meta
area:model-browser
area:navigation
area:presets
area:security
area:sessions
area:settings
area:sharing
area:test
area:ux
area:webhook
area:workdir
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/loom!64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tui/queue-overlay-24"
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?
Stacks on #63. Closes charles/loom#24.
QueueState— a local mirror ofloom_core::event_bus::QueueItemSnapshotentries sourced fromLoomEvent::QueueChanged.set_itemsapplies the sort (running → queued → done → failed),select_next/select_prevwith clamping,selected_item, andrunning_progress()for the status-bar progress bar.Overlay UI + keybinds (
Ctrl+Qto open,d/r/Enterinside) land with the glue PR that threads an EventBus receiver through AppCtx. 3 new tests, 78 total.