-
Notifications
You must be signed in to change notification settings - Fork 78
[Rooms] Fix overflow gallery to use all available space when you are a consumer #3825
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
Merged
mgamis-msft
merged 5 commits into
main
from
mgamis/fix-overflow-gallery-use-all-available-space
Nov 23, 2023
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
8c49556
Fix overflow gallery to use all available space when there is no loca…
mgamis-msft 908d9d3
Change files
mgamis-msft 8c3377e
Duplicate change files for beta release
mgamis-msft c5c8d45
remove unneeded layout prop from OverflowGallery
mgamis-msft d7f4388
Merge branch 'main' into mgamis/fix-overflow-gallery-use-all-availabl…
mgamis-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
change-beta/@azure-communication-react-55786f13-dd46-4777-b741-2880e3575a01.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "type": "patch", | ||
| "area": "fix", | ||
| "workstream": "Overflow gallery", | ||
| "comment": "Fix overflow gallery to use all available space when there is no local video", | ||
| "packageName": "@azure/communication-react", | ||
| "email": "79475487+mgamis-msft@users.noreply.github.com", | ||
| "dependentChangeType": "patch" | ||
| } |
9 changes: 9 additions & 0 deletions
9
change/@azure-communication-react-55786f13-dd46-4777-b741-2880e3575a01.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "type": "patch", | ||
| "area": "fix", | ||
| "workstream": "Overflow gallery", | ||
| "comment": "Fix overflow gallery to use all available space when there is no local video", | ||
| "packageName": "@azure/communication-react", | ||
| "email": "79475487+mgamis-msft@users.noreply.github.com", | ||
| "dependentChangeType": "patch" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is
localVideoComponentvalid when the video is turned off but the local video avatar shows in the floating form?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.
Yup. It is valid when the local video stream is turned off.