preferences should have a sidebar/main structure with sections #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
preferences need sections with section headings and a pref sidebar that shows the headings for quicker navigation to sections (clicking the sidebar link focuses the preferences section by scrolling). make the prefs panel a proper child window like the model manager.
Implemented in
c4e92f6. Preferences now opens as a dedicated child window with a sidebar linking to seven anchored sections; Cancel and Escape are scoped to that window. Verified with cargo fmt, Clippy with warnings denied, make bundle, and cargo test --all-features (117 passed, 12 hardware-dependent tests ignored).