Leonard Kim
aabe641047
feat(vertical-filmstrip): Initial implementation
- Add a class to the body when in vertical filmstrip mode
- Override styles as necessary to support the mode
- Add an option to make tooltips display from the left
- Move the HD Label to the bottom left
- Move the remote video menu to the bottom left, move the mute
icons to the bottom right
- Scale the local video's height and width to fit the filmstrip
8 years ago
Lyubo Marinov
ae06a6ce41
Fix Recording regression caused by 'React Toolbar'
Saúl Ibarra Corretgé reported that Recording shows an error dialog
stating "There was an error connecting to your camera". Hristo Terezov
and Yana Stamcheva traced that the problem originates in
da4425b5c0
and, more specifically, is caused by a different order of execution due
to the move of the invocation of the function Recording.init.
The solution is to bring back the execution location of Recording.init.
8 years ago
Lyubomir Marinov
8687b69167
Consistency
Be consistent about formatting within 1 and the same file.
8 years ago
yanas
0f2ba1cefe
refactor(UIUtils): merges show and hide functions and cleans visibility setting
9 years ago
paweldomas
0238a10a4b
fix(MessageHandler): hide the close button when 'persistent'
9 years ago
paweldomas
51da40e90c
ref(UIUtil): add showOrHideElement
9 years ago
damencho
b5dfc2a520
Makes close button non-focusable.
Prevents the close button to take focus while user clicks tab in the page, which will privent the toast to be closed.
9 years ago
paweldomas
b58f1cdd16
use logger instead of console
9 years ago
damencho
75b9adf01b
Updates comments.
9 years ago
yanas
d05ff9b4ee
fix: Firefox desktop sharing extension required dialog
9 years ago
Ilya Daynatovich
9bc24e1caa
Fix aligning of indicator icon; Update logic for dynamically change of thumb indicators via font-size
9 years ago
Ilya Daynatovich
148960c6d2
made editions
9 years ago
Ilya Daynatovich
d3df082e3d
Fix thumbnail overflow
9 years ago
Ilya Daynatovich
1b1b9475a4
Clean up js from styles
9 years ago
Ilya Daynatovich
fb4e9b3c6d
Work on fixing the tests
9 years ago
Ilya Daynatovich
a8a6b38c28
Updated method for showing/hiding elements
9 years ago
Ilya Daynatovich
f4e6dceaa4
Return Impormptu api when create dialog
9 years ago
Ilya Daynatovich
2b08950294
Fix the tests
9 years ago
Ilya Daynatovich
62713bf87c
Editions in PR
9 years ago
Konstantyn Pahsura
76e55f1132
show/hide menu if elem hovered
9 years ago
hristoterezov
a8b69d5cd8
feat(MessageHandler): Implement dont show again utility
9 years ago
hristoterezov
634a18e847
fix(Thubmnail_PopupMenu): the thumbnail should be considered hovered when the popup menu is hovered
9 years ago
damencho
2807346bdf
Makes decision what to show in avatar consistent (in updateView).
9 years ago
paweldomas
739e2bd35a
fix(Recording): broken stop recording dialog
9 years ago
Ilya Daynatovich
69b79b7687
Fix icon styles
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
ea0f0da8a4
feat(JitsiPopover): Add onBeforePosition option
9 years ago
damencho
563ea1244c
Updates openMessageDialog to get only key and options.
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
paweldomas
210605d8f3
fix(MessageHandler): suppress the notifications on top of the overlay
9 years ago
Ilya Daynatovich
62af73ea09
Add new option to jitsi-popover
9 years ago
Kostiantyn Pashura
436f3b9d9b
auth btn removed. login/logout --> Profile
9 years ago
damencho
0455c26fb2
Uses titleKey to generate title string containing data-i18n attribute.
9 years ago
damencho
f0ac52614b
Removes title param from openTwoButtonDialog.
9 years ago
damencho
b5f0d30298
Removes not used parameter of openMessageDialog (title).
We pass key which is enough to obtain the title.
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
coresh
6bd5d6e4d5
Fixes issue of method 'setTooltip'
Fixes issue of method 'setTooltip' in modules/UI/util/UIUtil.js: Excluded 'Uncaught TypeError':
```
UIUtil.js:134 Uncaught TypeError: Cannot read property 'setAttribute' of null
```
9 years ago
Ilya Daynatovich
d06aef511f
Fix shortcut dialog toggling
9 years ago
yanas
26ff54366b
Moves full screen functions in UIUtil
9 years ago
yanas
74f31db434
Dialogs re-design, invite and password modifications
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
Maxim Voloshin
2f92aa9645
Completely remove attributes to destroy tooltip properly
9 years ago
damencho
da65bbaa2d
Updates remove tooltip util method.
Destroy is just hiding current tooltip, we also need to remove other attributes to stop showing the tooltip.
9 years ago
Maxim Voloshin
b2e0b49556
Updated JSDocs for 'TOOLTIP_POSITIONS' constant
9 years ago
Maxim Voloshin
96735d47c4
Attached JSDocs for 'TOOLTIP_POSITIONS' constant
9 years ago
Maxim Voloshin
87ed7b7989
Redesigned "setTooltip" method
9 years ago
Maxim Voloshin
939b87ffed
Tooltiped elements are mardked with "data-tooltip" attribute
9 years ago