summaryrefslogtreecommitdiff
path: root/internal/gui/log_viewer.go
AgeCommit message (Collapse)Author
2026-03-08fix: complete code-quality task queue (373-378)Paul Buetow
2025-07-22lowercasePaul Buetow
2025-07-21fix: implement log viewer with newest-first ordering to avoid scroll issuesPaul Buetow
- Replace phonetic display with a proper log viewer widget - Prepend new log messages instead of appending to show newest first - Capture stdout/stderr output to display in the log viewer - Remove problematic auto-scroll functionality that wasn't working - Add timestamp to each log message for better tracking This approach eliminates the need for auto-scrolling since the latest messages are always visible at the top of the log viewer. 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>