opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat(tui): make status and help dialogs scrollable

Open mynameistito opened this issue 13 hours ago • 2 comments

Summary

  • Added scrollbox to DialogStatus and DialogHelp components.
  • Implemented keyboard scrolling handlers (Up/Down, PageUp/PageDown, Home/End).
  • Ensured headers remain fixed while content scrolls.
  • Fixed an issue where long status lists were truncated on small terminals.

Closes #$(gh issue list --limit 1 --json number --jq '.[0].number')

Fixes: https://github.com/anomalyco/opencode/issues/9314

https://github.com/user-attachments/assets/ec84268f-8254-48f9-9809-1f43fcae0dee

mynameistito avatar Jan 18 '26 23:01 mynameistito