Skip to content

feat: add vertical tabs panel position toggle#9992

Draft
oz-for-oss[bot] wants to merge 1 commit intomasterfrom
oz-agent/implement-issue-9825
Draft

feat: add vertical tabs panel position toggle#9992
oz-for-oss[bot] wants to merge 1 commit intomasterfrom
oz-agent/implement-issue-9825

Conversation

@oz-for-oss
Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot commented May 3, 2026

Closes #9825

Summary

  • Add a Left/Right Position segmented control to the vertical tabs View options popup.
  • Reuse the existing header toolbar chip selection to move the vertical tabs panel between sides.
  • Track the new position option in vertical tabs telemetry and add focused unit coverage for the selection helper/action classification.

Validation

  • cargo fmt --manifest-path /workspace/warp/Cargo.toml --all
  • CARGO_BUILD_JOBS=1 cargo check -p warp --lib
  • CARGO_BUILD_JOBS=1 cargo clippy -p warp --lib -- -D warnings
  • Attempted CARGO_BUILD_JOBS=1 cargo test -p warp --lib vertical_tabs_panel_position_change_does_not_save_workspace_state; the warp lib test build was killed by SIGKILL before tests could run in this sandbox.

Notes

  • No issue-specific spec files were present, so none were updated.
  • A demo screenshot was requested in issue discussion, but this automated branch handoff did not create one.

Co-Authored-By: Felipe Giovanardi <147747211+Felipe2194@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add position toggle (Left/Right) for the vertical tabs panel

1 participant