fix(ui): wire the Density toggle into the layout #4
Loading…
Reference in a new issue
No description provided.
Delete branch "iterate/make-functional"
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?
The Compact/Comfortable control in the status bar and Settings page mutated a Density signal that nothing consumed: Layout read it as
_densityand never applied a class, and main.css had no density rules, so both controls were no-ops. Add Density::css_class(), apply it on the app root alongside the theme class, and add density rules (declared after the theme blocks so the --vc-row-h override wins by source order) that drive row height and a new --vc-cell-py used by table cell padding.Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
Signed-off-by: David Randall David@NiceGuyIT.biz