Skip to content

Add trackpad pinch zoom for preview devices#1498

Open
BboyGT wants to merge 3 commits intoresponsively-org:mainfrom
BboyGT:codex/pinch-preview-zoom
Open

Add trackpad pinch zoom for preview devices#1498
BboyGT wants to merge 3 commits intoresponsively-org:mainfrom
BboyGT:codex/pinch-preview-zoom

Conversation

@BboyGT
Copy link
Copy Markdown

@BboyGT BboyGT commented May 7, 2026

Summary

  • listens for trackpad pinch-style wheel events on preview webviews
  • maps those gestures to the existing zoom in/out Redux actions
  • adds a small delta threshold to avoid jumping across multiple zoom levels too quickly

Fixes #1049.

Testing

  • Ran git diff --check
  • Not run locally: project dependencies were not installed in this checkout

@BboyGT
Copy link
Copy Markdown
Author

BboyGT commented May 7, 2026

I pushed fixes for the TypeScript listener typing issues that showed up in CI. Happy to tune the gesture threshold if maintainers prefer a different sensitivity.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 7, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Zoom in/out of devices on trackpad pinch gesture in the preview area

2 participants