Add vertical tabs item padding control#11942
Conversation
Co-Authored-By: Warp <agent@warp.dev>
|
Maintainers: could someone please add the |
|
This PR is not linked to an issue that is marked with Issue-state enforcement details:
Readiness check:
To continue, link this PR to a same-repo issue such as Powered by Oz |
There was a problem hiding this comment.
This PR is not linked to an issue that is marked with ready-to-implement.
Issue-state enforcement details:
-
Associated same-repo issues checked: #11941
-
Required readiness label:
ready-to-implement
Readiness check:
- #11941: missing
ready-to-implement; readiness labels present: none
To continue, link this PR to a same-repo issue such as Closes #123 in the PR description, and make sure that issue has ready-to-implement.
Powered by Oz
|
Hi @BobbyWang0120 — a reviewer requested changes on this PR and it hasn't had activity from you in 7 days. When you get a chance, please push updates or reply to the review so a reviewer can take another look. Without activity, this PR will be automatically closed after 30 days of inactivity. |
Description
Adds a synced
appearance.vertical_tabs.item_paddingsetting and a vertical-tabs settings popup slider for adjusting the inner padding of vertical tab and pane rows. The control sits under Density, shows the current pixel value, and includes a reset button that restores the 8px default.This helps users with many panes or agent sessions make the vertical sidebar more compact without changing horizontal tabs.
Linked Issue
Closes #11941
ready-to-specorready-to-implement.Note: I created Add configurable item padding for vertical tabs #11941, but this account does not have permission to add repo labels.
Testing
cargo fmt --check --package warpcargo clippy -p warp --lib -- -D warningscargo test -p warp vertical_tabs_item_padding --libcargo check -p warp --libgit diff --check origin/master...HEAD./script/runScreenshots / Videos
Agent Mode
CHANGELOG-IMPROVEMENT: Added a vertical tabs item padding control to make dense sidebars easier to scan.
Co-Authored-By: Warp agent@warp.dev