-
-
Notifications
You must be signed in to change notification settings - Fork 829
Refactor Calls components into smaller pieces for future Widgets work #6475
Conversation
56f9430
to
b19ed64
Compare
Have removed T-Enhancement: I think this probably falls into bugfix, but it definitely shouldn't be both :) |
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.
Well done on this first PR, I've added a couple of comments.
I believe this is already part of your backlog but you should probably get CallPreview
to extend PictureInPictureDragger
2bf64f9
to
f4061f0
Compare
2f5b87a
to
59b6f56
Compare
59b6f56
to
9c89a13
Compare
9c89a13
to
ae411b9
Compare
@SimonBrandner here's the small refactor that we can probably improve upon in the future when normalizing the widgets rendering. |
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.
I think this looks generally quite great! Just a few smaller things, also the indentation is super inconsistent/spacing
Co-authored-by: Šimon Brandner <[email protected]>
Co-authored-by: Šimon Brandner <[email protected]>
Co-authored-by: Šimon Brandner <[email protected]>
Co-authored-by: Šimon Brandner <[email protected]>
6f29b09
to
b18d03b
Compare
…icture * origin/develop: (100 commits) Add comments to isRegionalIndicator Stop voice messages that are playing when starting a recording Properly set style attribute on shared usercontent iframe Fix in-call context menus when in PiP mode (#6552) Extract tooltipYOffset to a const Increase yOffset by 4px away i18n Post-merge conflict resolution and improve alignment of tooltips Fix image & blurhash info when skipping thumbnail due to thresholds Skip sending a thumbnail if it is not a sufficient saving over the original Null guard space inviter to prevent the app exploding Remove seams from pin icon Appease Jest Fix worklet reference for new webpack pipeline i18n Update copy Fix wrong cursor being used in PiP Fix voice feed cut-off Use flex-start as it has more universal support Wrap cases in {} ...
Co-authored-by: Šimon Brandner <[email protected]>
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.
LGTM
This pull request only refactors Calls into a slightly smaller, reusable piece which will make reusing it in the future for Widgets much easier.