Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] add Safari-style zoom out tab strip, zoom in content #290

Open
o0101 opened this issue Sep 8, 2023 · 1 comment
Open

[UI] add Safari-style zoom out tab strip, zoom in content #290

o0101 opened this issue Sep 8, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@o0101
Copy link
Collaborator

o0101 commented Sep 8, 2023

This is a nice new feature on Safari where a zoom gesture leads to the tab strip when zooming out and content when zooming in. We could easily implement this client side.

### Tasks
- [ ] track zoom gesture in and out, ensure consistency across mouse wheel and zoom
- [ ] isolate UI from changing on zoom gesture (don't shrink or expand browser UI chrome or other UI elements). Ideally use CSS
- [ ] link the zoom out with a tab strip overview (we have all the latest tab images available in the client side data structures)
- [ ] link the zoom in to zoom in to content centered under pointer (this should just be a zoom op on the img/canvas we use for viewport, potentially even just using css filter/transform op)
- [ ] refine the UX and remove any bugs
@o0101 o0101 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Sep 8, 2023
@o0101
Copy link
Collaborator Author

o0101 commented Sep 8, 2023

Use this branch for development:

git fetch origin
git checkout 290-ui-add-safari-style-zoom-out-tab-strip-zoom-in-content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant