jiti-meet/modules/UI
Leonard Kim dafcde5060 ref(video-layout): remove instance variable for gating show/hide
The instance variable is not accurate. By default isVisible is
set to false but nothing sets the video container to actually
not be visible. As such it is possible for the video element
itself to autoplay, thereby making video visible, while the
isVisible boolean is still false. The fix chosen is to remove
instance variable and always respect calls to show/hide so
that the video container can be set to hidden.
2018-09-04 09:39:02 -07:00
..
audio_levels feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
authentication fix(reload): Preserve URL params on reload/redirect. 2018-02-28 14:28:56 -06:00
etherpad fix(toolbar): etherpad button should say open when etherpad is hidden (#2769) 2018-04-09 11:02:21 -07:00
shared_video feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00
side_pannels Refactor settings modal (#3121) 2018-06-20 13:19:53 -07:00
util Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00
videolayout ref(video-layout): remove instance variable for gating show/hide 2018-09-04 09:39:02 -07:00
UI.js ref(filmstrip): apply filmstrip class to Conference root (#3294) 2018-07-25 13:00:00 -07:00
UIErrors.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00