hristoterezov
a8b69d5cd8
feat(MessageHandler): Implement dont show again utility
9 years ago
hristoterezov
7e2fe30472
feat(JitsiLocalStorage): Implement localStorage wrapper
9 years ago
hristoterezov
634a18e847
fix(Thubmnail_PopupMenu): the thumbnail should be considered hovered when the popup menu is hovered
9 years ago
Ilya Daynatovich
138ed6a487
Fixed interface
9 years ago
Ilya Daynatovich
d84d0b65ca
Adjust alignment of remote video menu
9 years ago
damencho
9764fe52de
Removed not needed setting of the quality to 0.
We now just hide the icon with values and show the interrupted one. Calling this one was causing troubles like flickering and stats popover not able to hide, once shown. On hover we are calling updateView which ends to this call which destroy and create the popover, which maybe is leading to this problems.
9 years ago
damencho
e3edef2999
Renames videocontainer overlay to hoverOverlay.
9 years ago
damencho
328ff54423
Fixes undefined error and shared video.
9 years ago
damencho
2807346bdf
Makes decision what to show in avatar consistent (in updateView).
9 years ago
damencho
fec8f4e005
Fixes an issue with mixing visibility functions for elements.
In small video we use UIUtil.setVisibility, so we should not use jquery show/hide for the same element.
9 years ago
damencho
3ae299cf2b
Fixes comments.
9 years ago
damencho
7acda03024
Adds an overlay to dim videos when showing displayname.
9 years ago
damencho
5cead57723
Reverts hover over small video to show display name.
9 years ago
Ilya Daynatovich
1e24be6dd4
Fix editing the name
9 years ago
Ilya Daynatovich
8d80e13e31
Fix connection indicator bars
9 years ago
Ilya Daynatovich
69b79b7687
Fix icon styles
9 years ago
Ilya Daynatovich
698b3caeb8
fix styles in connection indicators
9 years ago
Ilya Daynatovich
323684c5fe
fix conflicts after rebase
9 years ago
yanas
a17a98991c
Ongoing work on video thumbnail layout
9 years ago
yanas
3fe43abdea
Move the display name to the center
9 years ago
hristoterezov
09c8e14465
feat(Mute_Participant): Implement warning dialog for muting remote participant
9 years ago
hristoterezov
ea0f0da8a4
feat(JitsiPopover): Add onBeforePosition option
9 years ago
hristoterezov
8762aae111
fix(SmallVideo): Add translateElement call removed by previous commit
9 years ago
Maxim Voloshin
86f1d287d7
Fix comments
9 years ago
Maxim Voloshin
6820ec8d23
Show and hide indicators using pure js
9 years ago
Maxim Voloshin
1c218191b0
Apply tooltip for indicator once
9 years ago
damencho
5217bf0bb8
Removes translateString and use translateElement.
Removing translateString forces using data-i18n attributes, to make sure we do not forget to set them. Missing data-i18n attributes is a problem with late loading where we can end up without translation, without text. Missing data-i18n attributes is also problem that strings will not be translated when changing language.
Fixes a bug in invite dialog, where remove password button was shown for non moderators.
9 years ago
Ilya Daynatovich
8f57179aa4
return default value
9 years ago
Ilya Daynatovich
62af73ea09
Add new option to jitsi-popover
9 years ago
Ilya Daynatovich
70861465e1
Editions in jitsi popover styles
9 years ago
hristoterezov
4acfb033c8
style(LargeVideo): Rename LARGE_VIDEO_AVATAR_DISPLAYED event
9 years ago
Ilya Daynatovich
c09e10a584
updates in connection indicator styles
9 years ago
Ilya Daynatovich
26792625f2
BEMificated classes and add title
9 years ago
Ilya Daynatovich
83e7f23d0f
Update Connection indicator and popover js
9 years ago
damencho
bbe475cb4e
Fixes review comments.
Uses some ES6 syntax. Also removes inputHeight key for resolution as it makes no sence to have dictionary with one key. Removes some code duplication. Makes code consistent: method params for updateLocalStats and updateRemoteStats.
9 years ago
Maxim Voloshin
4ae0d1b882
Clean up audio level after previous speaker
9 years ago
damencho
a2c71d05e6
Calculates quality based on the resolution and upload.
9 years ago
hristoterezov
8fafd2b4ea
feat(SmallVideo.js): New interface.config property for dominant speaker icon disable
9 years ago
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
9 years ago
damencho
6320ef1caa
Updates raised hand to overwrite dominant speaker.
9 years ago
Maxim Voloshin
664d7a4f67
Allow user to edit initial username
9 years ago
yanas
3bb877cc3a
Audio levels redesign.
9 years ago
damencho
15f4288e4a
Fixes some jshint errors.
9 years ago
yanas
f10177a352
Fixes moderator notifications on moderator indicator disabled
9 years ago
yanas
37dcc6c994
Improves the pin and hover borders
9 years ago
yanas
1c8535a2d5
Improves the pin and hover borders
9 years ago
paweldomas
7585413e7d
fix(VideoLayout): from avatar to video transition
When user reconnected and the avatar is displayed we need to perform
full large video update in order to transition correctly.
9 years ago
paweldomas
6e0ba1de33
ref(VideoLayout): rename 'videoConnectionMessage'
Renames 'videoConnectionMessage' to 'localConnectionMessage', because
it is displayed when we're having problems with our local connection
and a different one will be shown for the remote connectivity issues.
9 years ago
paweldomas
661ea2cf45
feat(VideoLayout): add remote connection problems UI
Grey filter will be applied to the remote video/avatar displayed on
"large" and a message indicating remote connectivity issues will be
shown on top of that.
9 years ago
paweldomas
42fd3097de
feat(VideoContainer): add 'wasVideoRendered' flag
The 'wasVideoRendered' flag will tell whether or not we have any video
image rendered(even if stalled) on the large video element.
9 years ago