Commit Graph

11037 Commits

Author SHA1 Message Date
Ramón Souza
ad8b627747
Merge pull request #16692 from ramonlsouza/adjust-whiteboard-buttons
style: adjust presentation menu buttons
2023-02-10 13:40:55 -03:00
Ramón Souza
efdbe388c4
Merge pull request #16651 from hiroshisuga/patch-59
[2.6.0] Add icons to presentation menu
2023-02-10 13:29:38 -03:00
Ramón Souza
225874ad77 adjust whiteboard toolbar in dark mode 2023-02-10 10:37:29 -03:00
Ramón Souza
ee006508cc adjust whiteboard toolbar buttons 2023-02-10 10:05:34 -03:00
Ramón Souza
5c784d0b92
Merge pull request #16657 from Arthurk12/bbb/v2.6/darkmode-logo
fix(dark mode): logo colors inversion
2023-02-10 09:06:33 -03:00
GuiLeme
3e6bb32a45 Merge remote-tracking branch 'upstream/v2.6.x-release' into issue-13867 2023-02-08 11:41:10 -03:00
Ramón Souza
1ef16b0eb7
Merge pull request #16658 from Arthurk12/bbb/2.6/darkmode-enable
fix(dark mode): consecutive enables
2023-02-08 10:10:20 -03:00
Ramón Souza
93c7524717
Merge pull request #16654 from KDSBrowne/bbb-16048
Add Aria Label to Webcam Options Button
2023-02-08 09:03:53 -03:00
Ramón Souza
51781d7419
Merge pull request #16661 from ramonlsouza/issue-15965
fix(whiteboard): cursor in the wrong place if presenter is changed with multi-user whiteboard
2023-02-07 13:24:38 -03:00
Ramón Souza
87e76b8f48
Merge pull request #16652 from ramonlsouza/issue-16380
fix: Fullscreen not toggled by Enter key
2023-02-07 11:19:15 -03:00
Ramón Souza
87d6d0a6c4 clear cursor events when presenter changes 2023-02-07 09:52:24 -03:00
Arthurk12
cd2744ddb3 fix(dark mode): consecutive enables
Adds extra check to prevent executing dark mode's enable method when
already enabled and the same to disable.
Also logs when dark mode is enabled and disabled.
2023-02-06 17:59:53 -03:00
Arthurk12
792c7ac030 fix(dark mode): logo colors inversion
Adds a new style that tells darkReader lib to invert the logo
image colors.
2023-02-06 17:47:09 -03:00
Ramón Souza
888874ddd2
Merge branch 'v2.6.x-release' into bbb/2.6/darkmode-tweaks 2023-02-06 15:01:45 -03:00
Ramón Souza
91c724271e
Merge pull request #16608 from Arthurk12/bbb/2.6/16605
fix(presentation): dark mode
2023-02-06 14:53:25 -03:00
KDSBrowne
73cd791199 add aria label to webcam options with user name when small 2023-02-06 16:11:05 +00:00
KDSBrowne
eb4c85c861 Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into bbb-regex-poll-ops 2023-02-06 14:14:38 +00:00
Ramón Souza
2243736b41
Merge pull request #16622 from ramonlsouza/improve-quick-poll
fix(poll): improve quick poll regex
2023-02-06 10:44:02 -03:00
Ramón Souza
5a93e3649f restore missing whiteboard shortcuts 2023-02-06 10:37:34 -03:00
hiroshisuga
d183fc323c
add icons for the menu list 2023-02-06 22:29:29 +09:00
KDSBrowne
9b51ac6095 improve poll regex - reduces invalid options detected 2023-02-06 13:04:28 +00:00
Arthurk12
b00469ddc8 fix(dark mode): dropdowns style
Fixes dropdowns border style in dark mode.
2023-02-03 11:09:48 -03:00
Ramón Souza
31d44bf589
Merge pull request #16624 from ramonlsouza/issue-16552
Implement cap for max number of annotations per slide
2023-02-03 10:17:39 -03:00
Ramón Souza
5b83c12ffe remove limit in query 2023-02-03 09:49:49 -03:00
Ramón Souza
ccdb6b1917
Merge pull request #16611 from ramonlsouza/issue-16592
fix: pinned shared notes
2023-02-03 09:38:42 -03:00
Ramón Souza
f610bd472c fix resizing and copying shapes if limit is reached 2023-02-03 09:11:07 -03:00
Ramón Souza
25800ee92b limits the number of annotations per slide 2023-02-02 16:47:16 -03:00
Ramón Souza
0abba75b84 improve quick poll regex 2023-02-02 09:10:56 -03:00
Ramón Souza
ee97fdd9b2
Merge pull request #16621 from ramonlsouza/issue-16610
fix: Poll is breaking when trying to add more than 5 answer items
2023-02-02 08:24:15 -03:00
Ramón Souza
a27fc1dd9d fix 6+ answers poll 2023-02-01 17:34:25 -03:00
Ramón Souza
4c4487c6fb
Merge pull request #16607 from KDSBrowne/bbb-16602
Add Dependency Array to UseEffect in Cursor Component
2023-02-01 17:26:26 -03:00
Ramón Souza
9ec11ccc31
Merge pull request #16601 from ramonlsouza/issue-16595
fix: Zoom + drag on whiteboard does not move full range
2023-02-01 14:10:56 -03:00
KDSBrowne
0a98abaf7e add key to cursor wrapper container 2023-02-01 01:10:44 +00:00
KDSBrowne
2d169bcce1 use formatted label for custom poll options when available 2023-01-31 18:31:59 +00:00
Ramón Souza
fd2952061b fix pinned shared notes 2023-01-31 14:52:17 -03:00
KDSBrowne
3a1b0f4382 fix blank options and question for smartslide yes/no poll 2023-01-31 16:34:23 +00:00
Arthurk12
4e4ece6de2 fix(presentation): dark mode
Adds css parameters to invert presentation background color when in dark
mode.
Ensures the background is white.
Bypasses svg images.
2023-01-31 12:18:03 -03:00
KDSBrowne
594c2064f7 add dependancy array to useEffect in cursor cmp 2023-01-31 13:32:35 +00:00
GuiLeme
ce50e00cef [issue-13867] - remove and related settings 2023-01-31 10:30:55 -03:00
Ramón Souza
a6c9abc14d
Merge pull request #16597 from danielpetri1/issue-16257
fix: hidePresentation parameter has no effect
2023-01-30 15:42:38 -03:00
Ramón Souza
6a32e03b70 fix pan tool 2023-01-30 13:05:35 -03:00
germanocaumo
de0b71ab76 fix(whiteboard): update viewport variables after update
Tldraw fixed the width/height mismatch bug in the latest version: eef0472683
2023-01-30 15:05:30 +00:00
Daniel Petri Rocha
6aaa4976f6 Remove leftover autoSwapLayout param from component 2023-01-28 21:45:00 +01:00
Ramón Souza
af3899fe5a
Merge pull request #16585 from zhem0004/fixModalRender
fix: modal initialisation
2023-01-27 15:03:01 -03:00
Anton Georgiev
fa7aa6b80f
Merge pull request #16582 from ramonlsouza/fix-group-removal
fix(whiteboard): improve invalid shape filter
2023-01-27 12:57:33 -05:00
Ramón Souza
ac00ea4422
Merge pull request #16584 from danielpetri1/issue-16544
fix(whiteboard): Prevent infinite zoom levels
2023-01-27 13:47:29 -03:00
Bohdan Zhemeliskyi
c32de5ecc3 fix modal initialization 2023-01-27 16:16:27 +00:00
Daniel Petri Rocha
6a11e295ba Prevent division by zero in zoom calculation 2023-01-27 16:49:32 +01:00
Ramón Souza
b022f00c3d
Merge pull request #16581 from Tainan404/fix-whiteboard-position
fix: Fix whiteboard positioning when switching slides with zoom
2023-01-27 11:33:39 -03:00
Ramón Souza
5f6430db2a
Update bigbluebutton-html5/imports/ui/components/whiteboard/component.jsx 2023-01-27 11:33:16 -03:00