tui: model browser — detail view with preview carousel and metadata #134
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#134
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 browsing models, I want to press Enter on a result to see its full preview carousel, description, ratings, base model, and tags before deciding to install, so that I'm not flying blind.
Background
The TUI model browser only shows a single thumbnail + name + downloads per row. The GTK frontend has a rich detail view in
crates/loom-gtk/src/pages/store/detail_layout.rs:43-290. This ticket ports the equivalent to a TUI overlay.Acceptance criteria
Overlay
OverlayKind::ModelDetail(ResultCard)opens onEnterfrom a search resultImage carousel
preview_urls;←/→cycles2 / 7)~/.cache/loom/thumbs/Metadata panel
Actions
itriggers install (same as current row-level install)Esccloses the overlayukeybind for uninstall (with Confirm overlay)Tests
Enteron a result pushes the overlayOut of scope
References
crates/loom-tui/src/screens/model_browser.rs(current row rendering)crates/loom-gtk/src/pages/store/detail_layout.rs:43-290(GTK reference)