jiti-meet/modules/UI
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
..
audio_levels Fixes audio level algorithm. 2016-09-29 00:22:05 -05:00
authentication Fix incorrect password dialog message when using authentication. 2017-03-07 16:42:36 -06:00
avatar fix(avatar): Avatar properties not updated before local user join 2017-03-29 10:23:07 -05:00
etherpad Approach consistent filmstrip naming 2017-04-10 12:59:44 -05:00
feedback Made inputs identical 2016-11-11 17:22:47 +02:00
recording Fix Recording regression caused by 'React Toolbar' 2017-04-12 14:10:00 -05:00
ring_overlay style(RingOverlay): Rename onAvatarDisplayed to onAvatarVisible 2016-10-19 15:58:36 -05:00
shared_video Approach consistent filmstrip naming 2017-04-10 12:59:44 -05:00
side_pannels feat: convert invite dialog to react and redux 2017-04-19 20:41:23 -05:00
util Fix Recording regression caused by 'React Toolbar' 2017-04-12 14:10:00 -05:00
videolayout Approach consistent filmstrip naming 2017-04-10 12:59:44 -05:00
UI.js fix: open device selection if it is the only available setting 2017-04-13 11:43:06 -07:00
UIErrors.js Addresses comment about Feedback dependency 2016-08-26 16:07:20 -05:00