Mario Jr
2801848789
chore(audio): update some code checks done by sonarcloud
2021-06-30 18:39:32 -03:00
Mario Jr
f379d35158
Merge branch 'develop' into feat-add-device-button-selector
2021-06-25 18:47:41 -03:00
Ramon Souza
efc15d89ae
remove unused code
2021-06-23 16:52:52 -03:00
Mario Jr
ce076ffaad
feat(audio): add a new button for selecting audio device
...
This commit adds a new small button over the "Phone/audio" button. Currently
this button pops up the device audio selector, which contains the "Leave audio"
option. This commit brings back the "Leave audio" behavior to the phone
button, using a new smaller button to switch between audio devices.
This issue address the problem reported by #12320 and complements the work done
for #9723 .
Some technical details:
Added a new component : ButtonEmoji. This allow us to add an emoji inside
another button.
Modified dropdown trigger a bit: if the trigger contains a ButtonEmoji,
then we will use the emoji to trigger the dropdown (instead of the button
itself). This commit doens't change the default behavior of dropdown (when
the trigger doesn't have a ButtonEmoji component), to avoid regressions with
current dropdowns; this will only change it's behavior when used with
the new ButtonEmoji component.
2021-06-22 08:58:52 -03:00
Tainan Felipe
baf7afc883
Decrease amount of imports in dropdown
2021-05-31 15:28:27 -03:00
Tainan Felipe
cc9662b6b8
Implement speaker change and add device update feature
2020-08-10 16:43:49 -03:00
KDSBrowne
68fcf73227
add aria-expanded to dropdown triggers
2018-04-24 09:07:54 -07:00
Oswaldo Acauan
69fd8c29b5
Fix dropdown focus state after a re-open
2018-04-16 12:59:16 -03:00
Oleksandr Zhurbenko
b3572cec3a
Changed the way the object is assigned
2017-10-12 17:20:27 -07:00
Oleksandr Zhurbenko
21dcafb047
Fixed some of the console warning happenning when user is a moderator and he opens user-list/chat
2017-10-11 12:11:04 -07:00
Oswaldo Acauan
30bf1b4425
Change chat-dropdown icon and vertical align it with the title
2017-10-05 17:13:29 -03:00
Oleksandr Zhurbenko
251bd22738
PR review fixes
2017-09-06 12:36:52 -07:00
Oleksandr Zhurbenko
cb25c7641b
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into presenter-functionality
2017-06-27 12:41:12 -07:00
KDSBrowne
c189faceff
fix merge conflicts
2017-06-08 11:00:06 -07:00
Oswaldo Acauan
1c5c74db67
Fix merge conflicts
2017-06-05 13:52:46 +00:00
Oleksandr Zhurbenko
06493fda7f
Switched to prop-types package to remove new React 15 warnings
2017-06-03 19:40:14 -07:00
Oswaldo Acauan
e6412275a6
Linter auto fix
2017-06-02 19:25:02 +00:00
KDSBrowne
de6e7093f3
remove custom aria prop name
2017-05-18 11:38:07 -07:00
KDSBrowne
a824ca2a79
fix lint issues
2017-05-12 11:11:42 -07:00
KDSBrowne
8bb1da0ed5
fix focus and tab order bugs
2017-05-06 16:04:59 -07:00
KDSBrowne
f6642b0dee
make userlist keyboard accessible - incomplete
2017-05-04 13:39:53 -07:00
Gabriel Carvalho de Campes
a854fe1126
fix issues from github
2016-09-15 09:27:24 -03:00
Gabriel Carvalho de Campes
0cc29d13b1
Polish code
2016-09-14 14:48:50 -03:00
Gabriel Carvalho de Campes
ab7f31e8b6
Changes to dropdown component
2016-09-12 17:11:03 -03:00
Oswaldo Acauan
0d06f98266
Fix SPACE/ENTER behavior
2016-09-07 14:43:54 +00:00
Oswaldo Acauan
c92de43d73
Fix wrong behavior with ENTER/SPACE
2016-09-07 12:04:10 +00:00
Oswaldo Acauan
9b12853a67
Fix wrong behavior with TAB
2016-09-07 11:55:50 +00:00
Oswaldo Acauan
d88d566d55
Fixes and improvements on the Dropdown and Modal components
2016-09-06 19:10:18 +00:00
Oswaldo Acauan
82eaf3b663
Change dropdown component
2016-09-01 20:19:37 +00:00