| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix nil-pointer panics in TUI and add unit tests | Adam Mathes | 14 days | 2 | -2/+68 |
| | | | | | | | | - 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 | ||||
| * | Implement Bubble Tea Terminal UI (TUI) | Adam Mathes | 14 days | 2 | -0/+234 |
| - Added Bubble Tea, Lipgloss, and Bubbles dependencies - Implemented TUI package in tui/ for browsing feeds and items - Added --tui flag to main command - Verified build and existing tests | |||||
