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
7a3b8d6ac4
jiti-meet
/
react
/
features
/
room-lock
/
index.js
4 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[RN] Room lock
2016-12-13 09:14:04 +00:00
export
*
from
'./actions'
;
export
*
from
'./components'
;
feat: convert invite dialog to react and redux Converting the invite modal includes the following: - Creating new react components to display InviteDialog. The main parent components are ShareLink and PasswordOverview, the later handles displaying lock state and password editing. These components do not make use of atlaskit as the component for input does not yet support readonly, so for consistency within the modal content no atlaskit was used. - Using redux for keeping and accessing lock state instead of RoomLocker. - Publicly exposing the redux action lockStateChanged for direct calling on lock events experienced on the web client. - Removing Invite, InviteDialogView, and RoomLocker and references to them. - Handling errors that occur when setting a password to preserve existing web funtionality.
2017-04-13 00:23:43 +00:00
export
*
from
'./constants'
;