Skip to content

Add quick pane zoom icons in the pane toolbar #46

@guysmoilov

Description

@guysmoilov

Problem

Zooming a pane currently requires tmux commands/keyboard flow, which is slow on mobile.

Proposal

Add explicit zoom/unzoom icon buttons in the pane controls so users can quickly toggle pane zoom with touch.

Scope

  • Show a zoom action when pane is not zoomed
  • Show an unzoom action when pane is currently zoomed
  • Wire action through existing control plane message path
  • Keep icon state synced with tmux state updates

Acceptance Criteria

  • Tapping zoom icon zooms active pane immediately
  • Tapping unzoom icon restores layout
  • Icon state always matches pane.isZoomed state
  • Covered by tests for control message handling and UI state updates

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:frontendFrontend/UI codearea:tmuxtmux integration and behaviorarea:uxUser experience and interaction designenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions