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

lightbox: Allow zooming in with video lightbox. #1450

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lennylin1998
Copy link

@lennylin1998 lennylin1998 commented Mar 30, 2025

Implement zoom in with video lightbox.
Working Example:

video_lightbox_zoom.mp4

Key changes:

  • Wrap InteractiveViwer around SafeArea widget.
    I changed the layer order in _LightboxPageLayout's child because the loading indicator would get zoomed out of screen if I wrap the InteractiveViwer before Stack. Though some syntax changes, the functionality stays the same, and all previous test pass.
  • Add test to check video player zooming in/ out correctly.
    I intentionally start the zoom gesture from the corner instead of the center because the wrong setting would leave dead areas where gesutre is not received(see Flutter Doc).
    This is just to make the zoom in functionality for video lightbox coherent with that for image lightbox.

I hope this explain how and why I made those changes. This is my first Zulip PR and open-source contribution. I'd love to hear any suggestions or feedback!

Fixes #1287

@gnprice
Copy link
Member

gnprice commented Apr 1, 2025

Welcome @lennylin1998, and thanks for the contribution!

This is a post-launch issue, and we're focusing on launch issues until the app is launched. So unfortunately the core team isn't going to be able to spend time reviewing this PR within the next couple of months. I'm marking it as draft to get it out of our review queue until then.

If you'd like to contribute to Zulip, I recommend taking a look at our guide to picking an issue:
https://zulip.readthedocs.io/en/latest/contributing/contributing.html#finding-an-issue-to-work-on

@gnprice gnprice marked this pull request as draft April 1, 2025 02:42
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.

Allow zooming in on videos in the lightbox
2 participants