This website requires JavaScript.
Explore
Help
Register
Sign In
ZF
/
jitsi-meet
Watch
1
Star
0
Fork
0
You've already forked jitsi-meet
mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced
2026-05-17 01:27:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d6888fa2d8dc53bd22febc3df7170adfa2d65621
jitsi-meet
/
react
/
features
/
base
/
dialog
/
components
/
index.js
6 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Refactor settings modal (#3121) * feat(settings): setting dialog - Move device selection, profile edit, language select, moderator options, and server auth into one modal with tabs. - Remove side panel profile and settings and logic used to update them. - Pipe server auth status into redux to display in the settings dialog. - Change filmstrip only device selection popup to use the new stateless settings dialog component. * squash: do not show profile tab if not guest * squash: profile button not clickable if no profile to show * squash: nits * ref: Settings dialog.
2018-06-20 15:19:53 -05:00
// @flow
[RN] Add branded dialog component
2018-10-18 10:28:08 +02:00
export
*
from
'./_'
;
[RN] Add invite function to calendar
2018-09-04 09:29:48 +02:00
export
{
default
as
DialogContent
}
from
'./DialogContent'
;
Reference in New Issue
Copy Permalink