aboutsummaryrefslogtreecommitdiffstats
path: root/tui/tui_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix nil-pointer panics in TUI and add unit testsAdam Mathes2026-02-121-0/+58
- Initialized list models in NewModel to prevent panic on WindowSizeMsg - Added nil check for selectedFeed in itemsMsg handler - Created tui/tui_test.go with unit tests for state transitions and resizing - Verified all tests pass