This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d169bd5007
jiti-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 20:19:53 +00:00
// @flow
[RN] Add branded dialog component
2018-10-18 08:28:08 +00:00
export
*
from
'./_'
;
[RN] Add invite function to calendar
2018-09-04 07:29:48 +00:00
export
{
default
as
DialogContent
}
from
'./DialogContent'
;