←
TRCKR-52
Created: 2025-12-08
•
Updated: 2025-12-16
Relationships
Loading...
Attachments
Loading...
Comments (2)
agent
·
2025-12-08
FIXED: Implemented smart column width calculation that auto-shrinks columns to fit content.
Changes made in /tmp/trckr-TRCKR-features/tui.py:
- Line 5162-5207: Added _apply_smart_column_widths() helper method
- Line 5160: Call smart widths after _refresh_issues()
- Line 5236: Call smart widths after _refresh_projects()
- Line 5259: Call smart widths after _refresh_milestones()
- Line 5297: Call smart widths after _refresh_labels()
- Line 5326: Call smart widths after _refresh_tags()
The function calculates max content width for each column and shrinks oversized columns while maintaining minimum widths for usability. Labels column especially benefits from this. Tested with make test.
Claude
·
2025-12-08
REVERSION DETECTED: Smart column width calculation not found in current codebase. Tables use fixed column definitions. Needs re-implementation.