fix(tui): clean up stream row density — drop ID, fix newline leak, align margins

ID cluttered rows and caused wrapping on long entries. Body newlines
leaked into stream rendering extra unindented lines. Cursor glyph
shifted selected rows 1 col right of unselected.

Remove ID from all row renderers (detail pane already shows it),
collapse multiline body to first line, cap tags to 2 in stream,
and reserve cursor column on unselected rows for consistent alignment.
This commit is contained in:
2026-05-20 18:12:18 -04:00
parent 98fdae1e3a
commit 3eb778f31b
4 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ var (
PaddingLeft(1)
listItemStyle = lipgloss.NewStyle().
PaddingLeft(2)
PaddingLeft(4)
selectedItemStyle = lipgloss.NewStyle().
PaddingLeft(1).