mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #81] [MERGED] feat(tui): improve streaming, auto-scroll, and footer UX #126
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#126
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?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/81
Author: @mikeyobrien
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/20/2026
Merged by: @mikeyobrien
Base:
main← Head:fix/recover-streaming-ux📝 Commits (1)
cdca1acfeat(tui): improve streaming, auto-scroll, and footer UX📊 Changes
13 files changed (+458 additions, -532 deletions)
View changed files
📝
Cargo.lock(+0 -344)📝
crates/ralph-adapters/Cargo.toml(+1 -4)📝
crates/ralph-adapters/src/stream_handler.rs(+227 -111)📝
crates/ralph-tui/src/app.rs(+6 -8)📝
crates/ralph-tui/src/state.rs(+173 -6)📝
crates/ralph-tui/src/widgets/footer.rs(+44 -52)📝
crates/ralph-tui/tests/snapshots/integration_snapshots__footer_iter2.snap(+1 -1)📝
crates/ralph-tui/tests/snapshots/integration_snapshots__footer_with_alert.snap(+1 -1)📝
crates/ralph-tui/tests/snapshots/integration_snapshots__full_layout_40col.snap(+1 -1)📝
crates/ralph-tui/tests/snapshots/integration_snapshots__full_layout_60col.snap(+1 -1)📝
crates/ralph-tui/tests/snapshots/integration_snapshots__full_layout_80col.snap(+1 -1)📝
crates/ralph-tui/tests/snapshots/integration_snapshots__long_output_scrolled.snap(+1 -1)📝
crates/ralph-tui/tests/snapshots/integration_snapshots__long_output_top.snap(+1 -1)📄 Description
Summary
following_bottomflag that tracks user intentTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.