jiti-meet/modules/UI
Leonard Kim 0d4b77d7b1 fix(popover): set display before calculating width
Popover works by first creating a DOM element with display none
then having jquery calculate its width and new position and
then setting display to table. This does not work with p2p
connection stats, which are much wider than the default width
of the popover. What will happen is when display table is set,
the width will increase greatly so the positioning will be off.
The workaround here is to set display table as the default
display but toggle visibility instead.
2017-07-05 15:34:11 -05:00
..
audio_levels feat(audio-level): convert SmallVideo AudioLevelIndicator to React 2017-06-22 11:14:41 -05:00
authentication Add jwt module to react 2017-05-09 00:21:14 -05: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 Change messageString to msgString in _requestRecordingToken 2017-07-05 10:05:22 -05:00
shared_video feat(display-name): convert to React (#1672) 2017-06-28 22:35:43 -05:00
side_pannels Prepare for eslint 4 2017-06-14 22:17:35 -05:00
util fix(popover): set display before calculating width 2017-07-05 15:34:11 -05:00
videolayout feat(small-video): convert the "toolbar" to react 2017-06-30 14:21:44 -05:00
UI.js feat(display-name): convert to React (#1672) 2017-06-28 22:35:43 -05:00
UIErrors.js ref: module.exports -> export for the ES6 modules 2017-06-14 19:37:13 -05:00