element-portable/src/components/views/right_panel
Robin d077ea1990
New group call experience: Room header call buttons (#9311)
* Make useEventEmitterState more efficient

By not invoking the initializing function on every render

* Make useWidgets more efficient

By not calling WidgetStore on every render

* Add new group call experience Labs flag

* Add viewingCall field to RoomViewStore state

Currently has no effect, but in the future this will signal to RoomView to show the call or call lobby.

* Add element_call.use_exclusively config flag

As documented in element-web, this will tell the app to use Element Call exclusively for calls, disabling Jitsi and legacy 1:1 calls.

* Make placeCall return a promise

So that the UI can know when placeCall completes

* Update start call buttons to new group call designs

Since RoomView doesn't do anything with viewingCall yet, these buttons won't have any effect when starting native group calls, but the logic is at least all there and ready to be hooked up.

* Allow calls to be detected if the new group call experience is enabled

* Test the RoomHeader changes

* Iterate code
2022-09-25 10:57:25 -04:00
..
BaseCard.tsx Step 8.5: Move right panel context 2022-03-28 14:02:31 -06:00
context.ts Step 8.5: Move right panel context 2022-03-28 14:02:31 -06:00
EncryptionInfo.tsx unit test basic paths in UserInfo (#7740) 2022-02-08 12:14:52 +00:00
EncryptionPanel.tsx Device manager - device security recommendation card (PSG-637) (#9158) 2022-08-11 10:39:14 +00:00
HeaderButton.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
HeaderButtons.tsx add NotifPanel dot back. (#9242) 2022-09-08 15:53:57 +01:00
PinnedMessagesCard.tsx Replace mask-images with svg components in MessageActionBar (#9088) 2022-07-25 12:43:41 +02:00
RoomHeaderButtons.tsx add NotifPanel dot back. (#9242) 2022-09-08 15:53:57 +01:00
RoomSummaryCard.tsx New group call experience: Room header call buttons (#9311) 2022-09-25 10:57:25 -04:00
TimelineCard.tsx Store refactor: make it easier to test stores (#9290) 2022-09-20 15:32:39 +00:00
types.ts Step 8.5: Move pinned events custom event type 2022-03-28 14:02:31 -06:00
UserInfo.tsx Start DM on first message (#8612) 2022-08-04 08:19:52 +02:00
VerificationPanel.tsx Improve partial translation or to have usage context (#9244) 2022-09-06 13:27:36 +01:00
WidgetCard.tsx Create a common header on right panel cards on BaseCard (#8808) 2022-06-16 09:22:45 +02:00