You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Show a lobby screen in video rooms (#8287)
* Show a lobby screen in video rooms
* Add connecting state
* Test VideoRoomView
* Test VideoLobby
* Get the local video stream with useAsyncMemo
* Clean up code review nits
* Explicitly state what !important is overriding
* Use spacing variables
* Wait for video channel messaging
* Update join button copy
* Show frame on both the lobby and widget
* Force dark theme for video lobby
* Wait for the widget to be ready
* Make VideoChannelStore constructor private
* Allow video lobby to shrink
* Add invite button to video room header
* Show connected members on lobby screen
* Make avatars in video lobby clickable
* Increase video channel store timeout
* Fix Jitsi Meet getting wedged on startup in Chrome and Safari
* Revert "Fix Jitsi Meet getting wedged on startup in Chrome and Safari"
This reverts commit 9f77b8c227
.
* Disable device buttons while connecting
* Factor RoomFacePile into a separate file
* Fix i18n lint
* Fix switching video channels while connected
* Properly limit number of connected members in face pile
* Fix CSS lint
This commit is contained in:
@ -280,6 +280,11 @@ $call-view-button-off-background: $secondary-content;
|
||||
|
||||
$video-feed-secondary-background: #394049; // XXX: Color from dark theme
|
||||
$voipcall-plinth-color: $system;
|
||||
|
||||
// All of these are from dark theme
|
||||
$video-lobby-system: #21262C;
|
||||
$video-lobby-background: #15191E;
|
||||
$video-lobby-primary-content: #FFFFFF;
|
||||
// ********************
|
||||
|
||||
// One-off colors
|
||||
|
Reference in New Issue
Block a user