hiding the sidebar does not enlarge the main area #75

Closed
opened 2026-08-30 09:49:52 +00:00 by hugo · 1 comment
Owner

when I hide the sidebar with cmd-B, the main area is not widened but just jumps to the left., the main area should always use the full width it has available.

when I hide the sidebar with cmd-B, the main area is not widened but just jumps to the left., the main area should always use the full width it has available.
hugo added the bug label 2026-08-30 09:49:52 +00:00
Author
Owner

Implemented in 79468c6. Removed the fixed outer width caps from Chat and Stats so every detail view consumes the full pane width reallocated when the sidebar is hidden. Verified against the issue in the bundled macOS app with the sidebar shown/hidden; this is DS4Server UI behavior with no DS4 engine analogue. Gates: cargo fmt --all -- --check; cargo clippy --all-targets --all-features -- -D warnings; make bundle; cargo test --all-features (186 passed, 14 hardware/browser fixtures ignored); git diff --check.

Implemented in 79468c6. Removed the fixed outer width caps from Chat and Stats so every detail view consumes the full pane width reallocated when the sidebar is hidden. Verified against the issue in the bundled macOS app with the sidebar shown/hidden; this is DS4Server UI behavior with no DS4 engine analogue. Gates: cargo fmt --all -- --check; cargo clippy --all-targets --all-features -- -D warnings; make bundle; cargo test --all-features (186 passed, 14 hardware/browser fixtures ignored); git diff --check.
hugo closed this issue 2026-08-30 11:26:15 +00:00
Sign in to join this conversation.