element-web/src/stores/widgets
Robin 6e86a14cc9
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 9f77b8c227c1a5bffa5d91b0c48bf3bbc44d4cec.

* 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
2022-04-20 11:03:33 -04:00
..
ElementWidgetActions.ts Show a lobby screen in video rooms (#8287) 2022-04-20 11:03:33 -04:00
ElementWidgetCapabilities.ts Move RequiresClient from MatrixCapabilities to ElementWidgetCapabilities (#8290) 2022-04-14 21:25:53 +00:00
StopGapWidget.ts Replace deprecated String#substr with String#slice (#8314) 2022-04-14 07:52:42 +00:00
StopGapWidgetDriver.ts Move RequiresClient from MatrixCapabilities to ElementWidgetCapabilities (#8290) 2022-04-14 21:25:53 +00:00
WidgetLayoutStore.ts Improve typing around event emitter handlers (#7816) 2022-02-22 12:18:08 +00:00
WidgetMessagingStore.ts Show a lobby screen in video rooms (#8287) 2022-04-20 11:03:33 -04:00
WidgetPermissionStore.ts Auto fix 2021-10-22 17:23:37 -05:00