polish(tui): responsive column hiding #95
Reference in New Issue
Block a user
Delete Branch "polish/responsive-columns"
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?
Priority-based column dropping inspired by k9s. Columns hide progressively as terminal narrows:
Column definitions are data-driven via a
siteColumnsslice — single source of truth for headers, widths, and visibility thresholds. Row builder usespickCols()helper so headers and cells stay in sync.Closes #68