▍ humdrum codex / soft

← issues

TASK-030 TUI: Preserve panel scroll position across data refreshes

To Do tui priority: medium enhancement

created 2026-06-12 04:21

Description

Every time refresh_data() runs, all DashPanel content is replaced via set_content(), which resets the scroll position to the top. If a user has scrolled halfway through a news feed, a background refresh jumps them back to the top.

Implementation:

Acceptance Criteria