f56ca2c66aa5141de600baed7ecd755c1bf5d8ae
Implement dynamic column widths for the grid widget when in records mode. In records mode, each column width is computed based on the widest content (pending edit, record value, or header label), with a minimum of 6 characters and maximum of 32. Pivot mode continues to use fixed 10-character column widths. The rendering code has been updated to use the computed column widths and x-offsets for all grid elements: headers, data cells, and totals. Note that the total row is now only displayed in pivot mode, as it is not meaningful in records mode. Co-Authored-By: fiddlerwoaroof/git-smart-commit (unsloth/Qwen3.5-35B-A3B-GGUF:Q5_K_M)
Description
No description provided
Languages
Rust
99.1%
Python
0.6%
Nix
0.3%