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

feat(Screen): allow to zoom and pan screenshare content #14028

Open
wants to merge 4 commits into
base: fix/12187/presenter-overlay-borders
Choose a base branch
from

Conversation

Antreesy
Copy link
Contributor

@Antreesy Antreesy commented Dec 19, 2024

☑️ Resolves

🖌️ UI Checklist

🖼️ Screenshots / Screencasts

2024-12-23_16h01_36.mp4

🚧 Tasks

  • Fix styles
  • Apply constraints
  • Check with VideoVue component (if needed)

🏁 Checklist

  • 🌏 Tested with different browsers / clients:
    • Chromium (Chrome / Edge / Opera / Brave)
    • Firefox
    • Safari
    • Talk Desktop
    • Not risky to browser differences / client
  • 🖌️ Design was reviewed, approved or inspired by the design team
  • ⛑️ Tests are included or not possible
  • 📗 User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required

@nickvergessen
Copy link
Member

Looks good on a first glance 👍

@Antreesy Antreesy force-pushed the feat/12187/zoom-in-screenshare branch from 3330e9c to 107c559 Compare December 23, 2024 12:44
@Antreesy Antreesy changed the base branch from main to fix/12187/presenter-overlay-borders December 23, 2024 12:44
@Antreesy Antreesy marked this pull request as ready for review December 23, 2024 15:06
@@ -182,6 +203,9 @@ export default {
&--fill {
object-fit: cover;
}
&--magnify {
cursor: zoom-in;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zoom-in cursor stays even when the cursor is used to zoom-out or move the image.

})
})
onBeforeUnmount(() => {
screenPanzoomInstance.value?.dispose()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In which case screenPanzoomInstance.value is null/undefined?

@Antreesy Antreesy force-pushed the fix/12187/presenter-overlay-borders branch from 9c95b70 to d6eeb98 Compare December 23, 2024 22:18
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.

Zoom and pan on received screen share when larger than the available space to view it
3 participants