jiti-meet/react/features/base
Leonard Kim 44b81b20e3 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-19 20:41:23 -05:00
..
conference feat: convert invite dialog to react and redux 2017-04-19 20:41:23 -05:00
connection Remove obsolete source code 2017-02-28 23:22:03 -06:00
devices feat: new device selection modal with previews 2017-04-10 13:30:00 -07:00
dialog fix: set a default color for text in modal dialogs 2017-04-18 14:14:26 -05:00
font-icons Name folders consistently 2017-01-17 08:53:23 -06:00
i18n Comply w/ coding style 2017-02-28 23:22:02 -06:00
lib-jitsi-meet feat: new device selection modal with previews 2017-04-10 13:30:00 -07:00
media [RN] Remove workaround for video mirroring on iOS 2017-04-06 14:17:12 -05:00
participants fix: honor updates of the local user role before conference join 2017-04-18 14:14:04 -05:00
react [RN] Third-party ES6 Symbol ponyfill 2017-03-01 21:31:43 -06:00
redux [flow] Take advantage of flow-typed 2017-02-03 16:36:14 -06:00
styles Remove an unnecessary file 2017-03-20 14:42:54 -05:00
tracks [RN] Use _switchCameras provided by lib-jitsi-meet 2017-04-05 21:01:00 -05:00
util Move roomnameGenerator.js out of features/base/util 2017-04-14 13:14:02 -05:00