refactor(tui): replace custom image renderer with ratatui-image #119
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!119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tui/ratatui-image-117"
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?
Summary
ImageRenderertrait + 4 backends withratatui-imagev3.0.0StatefulImagewidgets — no stdout racekitty.rs,sixel.rs,chafa.rs,detect.rs(-1,030 lines net)AppCtxholds aSharedPickerinstead ofArc<Mutex<Box<dyn ImageRenderer>>>StatefulProtocolfor stateful image rendering with cachingflush_pending()from the render loop — no longer neededPicker::from_query_stdio(),tui.tomloverride respectedCloses charles/loom#117
Test plan
cargo test -p loom-tui— 169 tests pass (153 unit + 16 integration)cargo clippy -p loom-tui -- -D warnings— clean🤖 Generated with Claude Code