tui: gallery — batch operation toolbar (visual buttons for multi-select) #136
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#136
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?
User story
As a user with multiple gallery items selected, I want a visible toolbar showing which batch actions are available, so that I don't have to remember every keybind.
Background
Multi-select works (Space/A/Esc) but there's no visual feedback for what to do once items are selected. GTK has a batch button bar that appears when items are selected.
Acceptance criteria
Visibility
multi_selectionis non-empty, replace the bottom hint row with a "N selected" toolbarDelete (dd) · Tag (T) · Move (m) · Favorite (*) · Share (s) · Clear (Esc)N selectedBatch dispatch
ddconfirms then deletes all selected (already wired)*toggles favorite on all selectedmopens a folder picker and moves all selected (depends on move-to-folder ticket)Ttriggers AI auto-tag on all selected (sequential)sopens the sharing overlay; if multiple selected, share posts each in turnSelection UI
Tests
multi_selectionafter successOut of scope
References
crates/loom-tui/src/screens/gallery.rs(multi_selection,delete_selected)crates/loom-gtk/src/pages/gallery/mod.rs:868(batch_buttons)