-
Notifications
You must be signed in to change notification settings - Fork 11.8k
feat: Draggable Voice/Video call popup #35830
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
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: a5bb519 The changes in this PR will be included in the next version bump. This PR includes changesets to release 37 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Code Review Completed! 🔥The code review was successfully completed based on your current configurations. Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
packages/ui-voip/src/components/VoipPopupDraggable/DraggableCore.ts
Outdated
Show resolved
Hide resolved
apps/meteor/client/views/room/composer/messageBox/MessageBox.tsx
Outdated
Show resolved
Hide resolved
packages/ui-voip/src/components/VoipPopup/views/VoipIncomingView.tsx
Outdated
Show resolved
Hide resolved
packages/ui-voip/src/components/VoipPopupDraggable/DraggableCore.ts
Outdated
Show resolved
Hide resolved
packages/ui-voip/src/components/VoipPopupDraggable/DraggableCore.ts
Outdated
Show resolved
Hide resolved
packages/ui-voip/src/components/VoipPopupDraggable/VoipPopupDraggable.tsx
Show resolved
Hide resolved
packages/ui-voip/src/components/VoipPopupDraggable/VoipPopupDraggable.tsx
Show resolved
Hide resolved
Kody Review CompleteGreat news! 🎉 Keep up the excellent work! 🚀 Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #35830 +/- ##
===========================================
- Coverage 64.91% 64.74% -0.17%
===========================================
Files 3098 3106 +8
Lines 92559 92877 +318
Branches 17652 17689 +37
===========================================
+ Hits 60087 60137 +50
- Misses 29708 29955 +247
- Partials 2764 2785 +21
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Kody Review CompleteGreat news! 🎉 Keep up the excellent work! 🚀 Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
Code Review Completed! 🔥The code review was successfully completed based on your current configurations. Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Just one suggestion since I noticed locally and in CI: https://storybook.js.org/docs/configure/telemetry#how-to-opt-out
Co-authored-by: Matheus Cardoso <[email protected]>
Proposed changes (including videos or screenshots)
This will be released as a feature preview.Allows the call widget to be dragged on the screen.
All the logic related to positioning, transforms and events abastraction should be moved to fuselage and released as a separate package in the future.
Screen.Recording.2025-05-19.at.18.01.19.mov
Issue(s)
CORE-954
Steps to test or reproduce
Further comments