▍ humdrum codex / soft

← issues

TASK-015 TUI: Keyboard-navigable items within panels

To Do tui priority: high feature

created 2026-06-12 04:21

depends on: TASK-005

Description

Currently panels render Static text — arrow keys scroll the container but don't select individual items. Upgrade content-rich panels (News, Feeds, HN, Calendar, Todos, Sports) to support item selection via up/down arrow keys when the panel is focused.

Implementation options:

The selected item should be visually highlighted (reverse or accent color). Selection state resets on data refresh (or preserves by title/id if feasible).

Depends on: TASK-005 (tab focus)

Acceptance Criteria