Anton
5db07a65bf
fix data-test prop on DropdownListItem
2021-08-02 14:46:53 -03:00
Tainan Felipe
baf7afc883
Decrease amount of imports in dropdown
2021-05-31 15:28:27 -03:00
Ramon Souza
02057c7057
replace locale-specific code with align-items:center
2021-05-19 16:29:01 -03:00
Ramon Souza
d061294f74
add ui adjustments for large languages
2021-05-13 11:55:33 -03:00
Mario Jr
60378e8c63
Merge branch 'develop' into merge-update-pr-10129
2021-03-29 19:07:27 -03:00
Mario Jr
cddca95ad1
Fixes and improvements on pr #10129 - dynamic change audio device
...
Allow listenonly users to change output devices
Fixed dynamic audio device change for firefox
Fixed shortcuts for audio join/leave
Show (with a bold font) the current selected device
[performance] Prevent calling mediaDevices.enumerateDevices every time we render
the selector. This adds a delay (~200ms, on my chrome setup) to render this component
[performance] Do not call enumerateDevices to search for new devices, instead we listen on mediaDevices.deviceChange event
Small refactoring and fixed a few errors that were being throw in browser's console
Fixed device selection when this is done in audio-settings modal
Fallback to default device when current device is removed
Truncate device name length
Renamed "Input","Output" labels to "Microphone","Speakers", respectively
Update eslint rule for accessKey
2021-03-29 18:55:17 -03:00
Ramon Souza
34dc5ca79f
increasing presentation menu width
2021-03-22 11:42:13 -03:00
KDSBrowne
a6533111b7
add active state to aria label for selected emoji
2020-10-06 13:58:07 +00:00
KDSBrowne
77b71a4d1f
fix duplicate css variables being loaded (improve imports)
2020-09-01 18:46:13 +00:00
Tainan Felipe
17a6ee0710
Merge remote-tracking branch 'upstream/develop' into virtualized-userlist
2020-05-11 17:08:12 -03:00
Tainan Felipe
d388fb070d
Implements react tether in virtualizedlist
2020-03-30 16:41:36 -03:00
Anton Georgiev
0958e422aa
Merge pull request #8485 from KDSBrowne/move-quick-poll
...
Move quick poll button to presentation tool bar
2020-03-09 18:05:32 -04:00
Anton Georgiev
f1fc72bc01
explicitly import lodash where it is used
2020-02-26 14:48:40 -05:00
KDSBrowne
b815272708
disable quick poll when active poll / make menu item use full width
2020-01-29 18:36:17 +00:00
Ghazi Triki
1f6326f7fd
Change layout direction for RTL languages.
...
Update styles for RTL layout.
2019-05-14 14:17:19 +01:00
KDSBrowne
38ba8f8895
add outlines for high contrast themes (windows)
2019-04-08 14:22:22 +00:00
KDSBrowne
5f8fc9083e
fix set status chevron icon clipping on hover
2019-03-08 16:22:33 +00:00
Vitor Mateus
f528a38c99
Fix padding in the webcam dropdown menu
2018-12-21 17:20:15 -02:00
Anton Georgiev
a5c2ddc602
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into remove-react-router
2018-10-25 17:58:00 +00:00
Oswaldo Acauan
1de297c1e2
Fix line-heights and convert scss calculations to calc()
2018-10-24 17:32:09 -02:00
Oswaldo Acauan
f71d32a464
Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
...
WIP
wip
wip
format
wip
Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
2018-10-23 14:21:58 -02:00
Anton Georgiev
0d1b085d54
improved on logic for open private chat
2018-10-15 20:03:17 +00:00
Anton Georgiev
4059fd5fa9
mostly recovered chat. needs UI love and handling of unread
2018-10-11 20:41:37 +00:00
KDSBrowne
d8982843fd
remove UserAction wrapper
2018-08-13 16:27:56 +00:00
KDSBrowne
524991b26d
make btn functionality work for different locales
2018-08-02 14:40:48 +00:00
KDSBrowne
78c81880db
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into 5782-move-set-status
2018-08-01 15:43:31 +00:00
KDSBrowne
ce085aa74b
adjust icon size / line-height
2018-07-12 18:01:14 +00:00
KDSBrowne
006b5cfa40
add arrow icon to end of set status option
2018-07-12 17:42:51 +00:00
James Jung
09b604f954
tweak user menu to allow all text to be displayed
2018-07-04 14:41:05 -04:00
KDSBrowne
d0920ab0d8
fix menu item index bug
2018-05-08 12:57:53 -07:00
KDSBrowne
72ed12aa18
remove unneeded aria label
2018-04-24 13:29:33 -07:00
KDSBrowne
ccff25ded6
prevent SR from announcing duplicate user name
2018-04-24 08:07:04 -07:00
Anton Georgiev
457eb28cd6
Merge pull request #5327 from oswaldoacauan/webcams-styling
...
Update on video designs and swap
2018-04-16 17:00:55 -04:00
Oswaldo Acauan
69fd8c29b5
Fix dropdown focus state after a re-open
2018-04-16 12:59:16 -03:00
Oswaldo Acauan
23d8356dbd
Fix dropdown focus state after a re-open
2018-04-16 11:06:29 -03:00
Oswaldo Acauan
cc1cbe26cd
Fix video-menu and horizontal list focus/hover styles
2018-04-13 17:34:46 -03:00
Oswaldo Acauan
68759e2943
Improve dropdown focus/hover styling
2018-04-13 16:34:58 -03:00
Oswaldo Acauan
64fef69129
Remove default active state on dropdown menus. Closes #5313
2018-04-13 16:16:45 -03:00
Oswaldo Acauan
66b25e4417
Merge branch 'v2.0.x-release' into webcams-styling
2018-04-11 15:54:01 -03:00
Oswaldo Acauan
5918fc4483
Impl new webcam design
2018-04-09 11:39:27 -03:00
Tainan Felipe Pauli de Almeida
873cb24f34
closes issues #5256 and #5248
2018-03-22 14:41:44 -03:00
Tainan Felipe Pauli de Almeida
8d7956a8fb
switch keyboard navigation in horizontal direction
2018-03-16 14:18:59 -03:00
Tainan Felipe Pauli de Almeida
200d0f8b01
Add label for desktop screen
2018-03-14 09:16:57 -03:00
Tainan Felipe Pauli de Almeida
2c5d894d05
add webcam controls in videoMenu button
2018-03-06 10:52:16 -03:00
Maxim Khlobystov
927a2bf005
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into selenium-visual-regression
2018-01-09 15:38:29 -05:00
Anton Georgiev
980a6490ec
Merge pull request #4832 from KDSBrowne/x.0.3-fix-console-warnings
...
Fix Invalid prop 'children[2]' supplied to `DropdownList`
2018-01-09 13:28:17 -02:00
Maxim Khlobystov
57f2c64ecd
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into selenium-visual-regression
2018-01-08 10:57:19 -05:00
Oleksandr Zhurbenko
ce1f40ac9a
Updated Meteor to 1.6.0.1
2018-01-07 22:17:18 -08:00
KDSBrowne
bc0ecf0b95
remove new line between imports
2017-12-15 20:27:47 -08:00
KDSBrowne
409b2e95e3
clean up code
2017-12-15 07:22:29 -08:00