Commit Graph

6518 Commits

Author SHA1 Message Date
Pedro Beschorner Marin
26d1548a2a
Merge pull request #12996 from ramonlsouza/fix-settings-menu-viewer
fix: empty settings menu - viewers
2021-08-18 08:19:52 -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
3ede47979f fix eslint alerts 2021-08-17 13:27:33 -03:00
Ramon Souza
02991076aa fix open/close captions panel 2021-08-17 13:24:23 -03:00
Pedro Beschorner Marin
b291279860
Merge pull request #13007 from ramonlsouza/issue-13002
restore captions feature in new layouts
2021-08-17 11:51:55 -03:00
Ramon Souza
e737b50bee width -> maxWidth 2021-08-17 11:20:26 -03:00
Pedro Beschorner Marin
2d9cdc3abe
Merge pull request #13013 from KDSBrowne/bbb-add-aria-tags
Add Aria Description To Randomly Assign Button
2021-08-17 09:03:37 -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
KDSBrowne
ded0be5b0a add popout window icon to menu item 2021-08-17 03:00:50 +00:00
Ramon Souza
d08a4eba2a restore keyboard access in breakout room modal 2021-08-16 17:10:40 -03:00
Ramon Souza
adb70bde41 capitalize A-I polls 2021-08-16 14:25:16 -03:00
Ramon Souza
230cce6f3a restore captions feature in new layouts 2021-08-16 10:38:39 -03:00
Anton
c15baa9beb re-add data-test in private chat and set status 2021-08-14 00:27:59 -03:00
Anton
6017960afa re-add data-test in BBBMenu buttons 2021-08-13 22:34:38 -03:00
Anton
927c649653 fix data-test prop in BBBMenu component 2021-08-13 22:20:49 -03:00
Ramon Souza
7d484c1aef code format and unused code removal 2021-08-13 14:17:19 -03:00
Ramon Souza
c9b27dfb4c fix empty settings menu for viewer 2021-08-13 13:53:04 -03:00
Anton Georgiev
38b54af0bd Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into aug12-merge 2021-08-12 19:29:33 +00:00
Ramon Souza
99c41ca79e remove unused code 2021-08-12 15:47:37 -03:00
Ramon Souza
4b2e60cdcc fix poll menu in actions bar 2021-08-12 15:42:02 -03:00
Anton Georgiev
773e8385af
Merge pull request #12970 from KDSBrowne/bbb-remaining-menus
Update Dropdowns To Menus
2021-08-12 14:38:04 -04:00
Anton Georgiev
25b7b71243
Merge pull request #12968 from KDSBrowne/_bbb_aria-desc_01
Add Aria Descriptions To Audio Modal & Poll Panel
2021-08-12 14:37:55 -04:00
Anton Georgiev
c22875a6d7
Merge pull request #12977 from gustavotrott/learning-dash-improvements
Learning Dashboard: Layout improvements
2021-08-12 14:28:45 -04:00
Anton Georgiev
f909c317cd
Merge pull request #12972 from ramonlsouza/issue-12953
fix: viewing shared screen in full screen mode will break the interface when screen share closes
2021-08-12 14:16:13 -04:00
Anton Georgiev
da00130037
Merge pull request #12981 from ramonlsouza/issue-12939
fix: presentation position in focus on video layout
2021-08-12 14:15:47 -04:00
Ramon Souza
5c51b67d43 fix presentation position in focus on video layout 2021-08-12 11:08:43 -03:00
Tainan Felipe
fd917e3146 Fix pop-up blocking when joining a breakout room 2021-08-12 10:21:49 -03:00
Gustavo Trott
54f29cc9c4 Changes Url location from activity-report to learning-dashboard 2021-08-12 10:07:42 -03:00
Ramon Souza
84b1651302 Merge remote-tracking branch 'upstream/develop' into issue-12953 2021-08-11 16:38:13 -03:00
Ramon Souza
64f546a064 Merge remote-tracking branch 'upstream/develop' into fix-minimize-presentation 2021-08-11 16:28:36 -03:00
Anton Georgiev
2524e1c7bc
Merge pull request #12957 from ramonlsouza/issue-12942
fix: screen sharing does not show up when presentation is hidden
2021-08-11 15:15:18 -04:00
Anton Georgiev
731c431624
Merge pull request #12949 from ramonlsouza/issue-12933
fix: restore localeChanged event handle
2021-08-11 15:14:47 -04:00
Anton Georgiev
4e2398376d
Merge pull request #12930 from ramonlsouza/webcam-drag-size
reduce cameraDock size when dragging
2021-08-11 15:14:20 -04:00
Anton Georgiev
4f60ce2a11
Merge pull request #12971 from ramonlsouza/issue-12969
fix: camera position does not update when sharing is stopped
2021-08-11 15:13:25 -04:00
Ramon Souza
be4859df6d remove fullscreen state 2021-08-11 13:29:09 -03:00
Ramon Souza
53d0b8b949 exit fullscreen when component is unmounted 2021-08-11 13:19:24 -03:00
Ramon Souza
2b9d5b2d5d recalculate cameras grid when the number of streams changes 2021-08-11 10:25:20 -03:00
KDSBrowne
0ad6cbb2d0 add aria-descriptions to poll panel 2021-08-11 12:16:58 +00:00
KDSBrowne
17aca1dc81 add aria descriptions to audio modal buttons 2021-08-11 12:16:48 +00:00
KDSBrowne
760a5c25d0 update recording button aria labels 2021-08-11 12:10:55 +00:00
KDSBrowne
d9f9a94a7a Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into bbb-remaining-menus 2021-08-11 02:44:51 +00:00
KDSBrowne
3663290397 update public chat / video list item dropdown to menu 2021-08-11 02:44:34 +00:00
Anton Georgiev
a9fce02b0c
Merge pull request #12964 from ramonlsouza/issue-12934
fix: RTL language - external video, wrong position on client interface
2021-08-10 13:35:41 -04:00
Ramon Souza
bfa674f913 fix rtl position - external video 2021-08-10 13:45:06 -03:00
Anton Georgiev
acc94368f9
Merge pull request #12963 from jfsiebel/remove-legacy-layout-option
Remove legacy option for valid layouts
2021-08-10 09:02:33 -04:00
Joao Siebel
13913a6111 Remove LEGACY option for valid layouts. close #12858 2021-08-10 09:50:13 -03:00
Ramon Souza
e1b52321c7 fix camera position - rtl languages 2021-08-10 09:19:45 -03:00
Ramon Souza
5745d2d37d fix camera position when presentation is minimized 2021-08-10 09:05:34 -03:00
KDSBrowne
96b5979952 remove menu items not for dial-in-users 2021-08-10 03:56:50 +00:00