fix: Prevent TUI corruption from logging and improve sync feedback #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/tui-logging-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes- Redirect all logging to data/logs/sba_scout.log instead of stderr to prevent TUI corruption- Add animated loading spinner during sync operations- Improve error messages for Cloudflare/API blocks- Add TROUBLESHOOTING.md guide for common sync issues- Exclude data/ directory from git tracking## Testing- ✅ Sync errors no longer corrupt the TUI display- ✅ Loading spinner shows sync progress- ✅ Clean error messages in status bar- ✅ Logs viewable in data/logs/sba_scout.logFixes the issue where sync errors would take over the terminal screen and make the TUI unusable.