feat(cli): TUI complete overhaul — components, sidebar, search, branding #157
Reference in New Issue
Block a user
Delete Branch "feat/p7-tui-improvements"
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?
Complete TUI rewrite with componentized architecture:
- Show '^0 v0 $0.000' instead of '—' when no token data yet - Always show model slot ('awaiting model' as placeholder) - Add minHeight={1} to prevent line collapseAdd flexGrow={1} to the text column so it fills the full terminal width. This ensures Ink clears the entire line when content changes (e.g. 'awaiting model' → 'llama3.2 (8k)'), preventing leftover characters from previous renders.