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 年之前
Lyubomir Marinov
8687b69167
Consistency
Be consistent about formatting within 1 and the same file.
8 年之前
yanas
0f2ba1cefe
refactor(UIUtils): merges show and hide functions and cleans visibility setting
8 年之前
paweldomas
0238a10a4b
fix(MessageHandler): hide the close button when 'persistent'
8 年之前
paweldomas
51da40e90c
ref(UIUtil): add showOrHideElement
8 年之前
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.
8 年之前
paweldomas
b58f1cdd16
use logger instead of console
8 年之前
damencho
75b9adf01b
Updates comments.
8 年之前
yanas
d05ff9b4ee
fix: Firefox desktop sharing extension required dialog
8 年之前
Ilya Daynatovich
9bc24e1caa
Fix aligning of indicator icon; Update logic for dynamically change of thumb indicators via font-size
8 年之前
Ilya Daynatovich
148960c6d2
made editions
8 年之前
Ilya Daynatovich
d3df082e3d
Fix thumbnail overflow
8 年之前
Ilya Daynatovich
1b1b9475a4
Clean up js from styles
8 年之前
Ilya Daynatovich
fb4e9b3c6d
Work on fixing the tests
8 年之前
Ilya Daynatovich
a8a6b38c28
Updated method for showing/hiding elements
8 年之前
Ilya Daynatovich
f4e6dceaa4
Return Impormptu api when create dialog
8 年之前
Ilya Daynatovich
2b08950294
Fix the tests
8 年之前
Ilya Daynatovich
62713bf87c
Editions in PR
8 年之前
Konstantyn Pahsura
76e55f1132
show/hide menu if elem hovered
8 年之前
hristoterezov
a8b69d5cd8
feat(MessageHandler): Implement dont show again utility
8 年之前
hristoterezov
634a18e847
fix(Thubmnail_PopupMenu): the thumbnail should be considered hovered when the popup menu is hovered
8 年之前
damencho
2807346bdf
Makes decision what to show in avatar consistent (in updateView).
8 年之前
paweldomas
739e2bd35a
fix(Recording): broken stop recording dialog
8 年之前
Ilya Daynatovich
69b79b7687
Fix icon styles
8 年之前
Ilya Daynatovich
323684c5fe
fix conflicts after rebase
8 年之前
yanas
a17a98991c
Ongoing work on video thumbnail layout
8 年之前
yanas
3fe43abdea
Move the display name to the center
8 年之前
hristoterezov
ea0f0da8a4
feat(JitsiPopover): Add onBeforePosition option
8 年之前
damencho
563ea1244c
Updates openMessageDialog to get only key and options.
8 年之前
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.
8 年之前
paweldomas
210605d8f3
fix(MessageHandler): suppress the notifications on top of the overlay
8 年之前
Ilya Daynatovich
62af73ea09
Add new option to jitsi-popover
8 年之前
Kostiantyn Pashura
436f3b9d9b
auth btn removed. login/logout --> Profile
8 年之前
damencho
0455c26fb2
Uses titleKey to generate title string containing data-i18n attribute.
8 年之前
damencho
f0ac52614b
Removes title param from openTwoButtonDialog.
8 年之前
damencho
b5f0d30298
Removes not used parameter of openMessageDialog (title).
We pass key which is enough to obtain the title.
8 年之前
Ilya Daynatovich
26792625f2
BEMificated classes and add title
8 年之前
Ilya Daynatovich
83e7f23d0f
Update Connection indicator and popover js
8 年之前
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
```
8 年之前
Ilya Daynatovich
d06aef511f
Fix shortcut dialog toggling
8 年之前
yanas
26ff54366b
Moves full screen functions in UIUtil
8 年之前
yanas
74f31db434
Dialogs re-design, invite and password modifications
8 年之前
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
8 年之前
Maxim Voloshin
2f92aa9645
Completely remove attributes to destroy tooltip properly
8 年之前
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.
8 年之前
Maxim Voloshin
b2e0b49556
Updated JSDocs for 'TOOLTIP_POSITIONS' constant
8 年之前
Maxim Voloshin
96735d47c4
Attached JSDocs for 'TOOLTIP_POSITIONS' constant
8 年之前
Maxim Voloshin
87ed7b7989
Redesigned "setTooltip" method
8 年之前
Maxim Voloshin
939b87ffed
Tooltiped elements are mardked with "data-tooltip" attribute
8 年之前
Maxim Voloshin
212798ad19
Global handler for tooltips
8 年之前