Commit Graph

96 Commits

Author SHA1 Message Date
Max Franke
ac3ab187d2 fix(button): add button margin
Add a margin on buttons that are "in focus" to avoid being cut off by other
components
2022-01-31 11:58:49 -03:00
KDSBrowne
f1773b28eb fix event listener placed on wrong element 2021-10-10 19:35:25 +00:00
KDSBrowne
0904c2d833 fix DOM nesting error 2021-09-13 16:47:48 +00:00
KDSBrowne
f4f85efda3 add aria alert for at least one user error 2021-09-11 16:09:09 +00:00
KDSBrowne
c00e785e80 add error message to input description for SR 2021-09-11 16:02:35 +00:00
Ramon Souza
50d765036a fix breakout modal unmount 2021-09-06 10:07:14 -03:00
Pedro Beschorner Marin
9b94f7e422
Merge pull request #13010 from ramonlsouza/issue-13003
fix: Keyboard Access To Assign Users To Breakout Room Broken
2021-08-18 08:18:58 -03:00
Ramon Souza
2327e92138 set tabIndex to -1 in the users list of breakout modal 2021-08-17 08:21:51 -03:00
KDSBrowne
f59c20d350 add aria description tag to randomly assign button 2021-08-17 03:07:20 +00:00
Ramon Souza
d08a4eba2a restore keyboard access in breakout room modal 2021-08-16 17:10:40 -03:00
Vitor Mateus De Almeida
145ca61d40 linting some files 2021-08-09 11:24:02 -03:00
Ramon Souza
c29bcad680 close breakout creation modal if user loses moderator status 2021-07-16 14:37:03 -03:00
Gustavo Trott
3052266e94 Removes duplicated code 2021-07-12 16:46:26 -03:00
Gustavo Trott
5c602fd2b0
Merge branch 'develop' into breakoutrooms-set-name 2021-07-12 16:31:38 -03:00
Ramon Souza
dd4ca6937d create breakout form improvements 2021-06-15 13:17:03 -03:00
Gustavo Trott
37dea2215b Translates dynamically breakout room Names when default name is being used 2021-06-14 16:59:27 -03:00
Gustavo Trott
61b99b7f7b Adds possibility to give to breakout rooms a name 2021-06-11 16:06:56 -03:00
Ramon Souza
385bdf1568 add minimum duration for breakout room 2021-06-11 13:24:36 -03:00
KDSBrowne
383d01becf improve keyboard accessibility for br managment 2021-05-03 20:00:19 +00:00
KDSBrowne
35d07deb18 remove unused import / event listeners on unmount 2021-04-19 11:18:34 +00:00
KDSBrowne
f46f7961e3 make breakout room assignment accessible via keyboard 2021-04-19 00:46:07 +00:00
Ramon Souza
9218262e0a all device info moved to helper 2021-03-31 14:13:36 -03:00
Anton Georgiev
85a84f7cbf
Revert "Change browser detection library from browser-detect to bowser" 2021-03-30 13:16:10 -04:00
Ramon Souza
3fa193005b change browser detection lib to bowser 2021-03-30 09:53:47 -03:00
Ramon Souza
a3780209f3 Add property to settings.yml to enable/disable breakout invitations to moderators 2021-02-08 14:40:03 -03:00
Ramon Souza
f649f67655 current user identification on breakout room creation 2021-02-04 10:59:13 -03:00
Anton Georgiev
377dc27a8d Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into 09-16-merge 2020-09-17 14:37:28 +00:00
mvasylenko
7ba421cc4a Configurable max number of breakout rooms
Use this wisely: breakoutRoomLimit parameter was introduced to controll max number of breakout rooms.
2020-09-10 11:59:21 -03:00
Anton Georgiev
d8b185f2b3 Merge branch 'issue-9219' of github.com:Tainan404/bigbluebutton into locales-total 2020-09-09 19:29:18 +00:00
KDSBrowne
77b71a4d1f fix duplicate css variables being loaded (improve imports) 2020-09-01 18:46:13 +00:00
Tainan Felipe
db8e7fcd39 Update react-intl and add fallback to unsupported languages 2020-05-25 17:00:13 -03:00
Mohamed Amine Ben Salah
d2db75e9bb adds join Breakoutrooms Test Spec 2020-02-21 15:06:05 -03:00
Tainan Felipe
11a8fb377b Show user who joined on breakout room in the invitation modal 2020-01-22 12:31:53 -03:00
Chad Pilkey
0a9854aa59 fix issues related to breakouts start/stop and page reload 2019-09-18 13:11:25 -07:00
Anton Georgiev
4a335a1db6 reduce db probes for getAvailableActions; simplify SaveUsernames 2019-09-06 16:28:02 -04:00
Anton Georgiev
c5856d43c8 moved static code outside of tracker 2019-09-04 14:32:58 -04:00
Joao Siebel
b8ec29d8c7 Fix randomly assign problem in breakout rooms
The problem was caused because of PureComponent shallow
comparison, the users list in state are not changing his
reference

close #7905
2019-08-28 12:56:56 -03:00
Anton Georgiev
f095f04fd3
Merge pull request #7702 from capilkey/fix-user-roles
Clean up user roles
2019-07-04 14:57:19 -04:00
Joao Siebel
18670fdaf2 Merge remote-tracking branch 'upstream/master' into reconnection-improvement 2019-07-04 15:09:06 -03:00
Chad Pilkey
f0930e2d23 refactor user role management to follow proper format 2019-06-28 21:02:12 +00:00
Anton Georgiev
6575ee3f48
Merge pull request #7626 from Tainan404/issue-7517
Fix DOM injection in number of rooms select
2019-06-26 15:36:57 -04:00
Tainan Felipe
720208daae Add less than minimum verification 2019-06-26 16:27:51 -03:00
Tainan Felipe
4fdc4856b2 Change zero to min breakout rooms 2019-06-26 16:25:07 -03:00
Tainan Felipe
fc9c088163 Disable random users in create breakout when number of rooms is invalid 2019-06-26 15:01:32 -03:00
Tainan Felipe
4c31b5e4e0 Remove breakout room grid when number of webcams is invalid 2019-06-26 14:43:03 -03:00
Joao Siebel
6aed3fd037 disabled other UI items 2019-06-24 15:06:02 -03:00
Tainan Felipe
a319ed8e57 Fix DOM injection in number of rooms select 2019-06-14 10:54:59 -03:00
Chad Pilkey
87eef25830 add comments for breakout room assign randomizer 2019-06-13 10:36:22 -07:00
Chad Pilkey
3a9076338f improve breakout room randomizer 2019-06-12 15:58:56 -07:00
KDSBrowne
73ece483cf add time units to aria labels for + - btns 2019-05-24 16:53:58 +00:00