This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 827
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Element call related functionality to new room header (#12091)
* New room header - add chat button during call - close lobby button in lobby - join button if session exists - allow to toggle call <-> timeline during call with call button Compound style for join button in call notify toast. Signed-off-by: Timo K <[email protected]> * dont show start call, join button in video rooms. Signed-off-by: Timo K <[email protected]> * Make active call check based on participant count Not based on available call object Signed-off-by: Timo K <[email protected]> * fix room header tests Signed-off-by: Timo K <[email protected]> * fix room header tests Signed-off-by: Timo K <[email protected]> * remove chat button test for displaying. Chat button display logic is now part of the RoomHeader. Signed-off-by: Timo K <[email protected]> * remove duplicate notification Tread icon Signed-off-by: Timo K <[email protected]> * remove obsolete jest snapshot Signed-off-by: Timo K <[email protected]> * Update src/components/views/rooms/RoomHeader.tsx Co-authored-by: Robin <[email protected]> * update isECWidget logic Signed-off-by: Timo K <[email protected]> * remove dead code Signed-off-by: Timo K <[email protected]> * refactor call options Add menu to choose if there are multiple options Signed-off-by: Timo K <[email protected]> * join ec when clicking join button (dont start jitsi) Use icon buttons don't show call icon when join button is visible Signed-off-by: Timo K <[email protected]> * refactor isViewingCall Signed-off-by: Timo K <[email protected]> * fix room header tests Signed-off-by: Timo K <[email protected]> * fix header snapshot Signed-off-by: Timo K <[email protected]> * sonar proposals Signed-off-by: Timo K <[email protected]> * fix event shiftKey may be undefined Signed-off-by: Timo K <[email protected]> * more lobby time before timeout only await sticky promise on becoming sticky. Signed-off-by: Timo K <[email protected]> * don't allow starting new calls if there is an ongoing other call. Signed-off-by: Timo K <[email protected]> * review Signed-off-by: Timo K <[email protected]> * fix translation typo Signed-off-by: Timo K <[email protected]> --------- Signed-off-by: Timo K <[email protected]> Co-authored-by: Robin <[email protected]>
- Loading branch information
Showing
14 changed files
with
283 additions
and
161 deletions.
There are no files selected for viewing
This file contains 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 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 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
Oops, something went wrong.