KDSBrowne
a9e7f54a1d
fix presentation interference with keyboard access in br management
2023-03-10 18:42:57 +00:00
germanocaumo
eaa7a9cb6f
refactor(html5): remove unused code
2023-03-10 11:52:00 +00:00
germanocaumo
d09f2681d9
refactor(html5): presentation/whiteboard/cursor code cleanup and linting
2023-03-10 11:30:46 +00:00
Tainan Felipe
fdc6a64085
Fix restoreOnUpdate feature
2023-03-03 14:58:41 -03:00
Ramón Souza
82c559cba0
fix first slide appearing when switching slides
2023-02-27 13:05:29 -03:00
KDSBrowne
23f7b80e35
add forcus ring to items in tldraw styles toolbar
2023-02-14 03:28:36 +00:00
Ramón Souza
5a93e3649f
restore missing whiteboard shortcuts
2023-02-06 10:37:34 -03:00
Ramón Souza
4124732b86
fix draw position after resize
2023-01-25 15:49:09 -03:00
Ramón Souza
7dbc814c57
restore setPresentationIsOpen in presentation
2023-01-24 10:05:49 -03:00
Joao Victor
08659c0f29
fix: just show presentation 3-dot menu and toolbar after Tldraw has been mounted
2022-11-23 12:05:57 -03:00
germanocaumo
df5d275f32
fix(whiteboard): allow pan with fitToWidth enabled
2022-10-19 15:07:47 +00:00
GuiLeme
a098933e0f
[fix-debounce-shared-notes] - Added data-test to current presentation toast
2022-10-07 09:40:46 -03:00
Gustavo Trott
bbe3ca34a8
Merge pull request #15474 from GuiLeme/apply-toast-shared-notes
2022-10-05 12:02:04 -03:00
Ramón Souza
2b0971e2c8
Merge tag 'v2.5.6' into merge-256-26
2022-09-26 09:17:59 -03:00
Ramón Souza
5a83f9b392
add unique className to current presentation toasts
2022-09-09 13:25:20 -03:00
GuiLeme
80a381c87c
[apply-toast-shared-notes] - resolved conflicts and refactored temporaryPresentationId's name
2022-09-02 15:24:29 -03:00
germanocaumo
61cb5b8ef4
fix(tldraw): fit to width / presenter / slide changing
2022-08-23 18:19:17 +00:00
germanocaumo
0e7c27968e
Merge branch 'tldraw-viewbox-sync' of https://github.com/germanocaumo/bigbluebutton into tldraw-viewbox-sync
2022-08-22 18:11:40 +00:00
KDSBrowne
eb7c3dcbc8
update pan tool button after zoom changes
2022-08-22 16:55:44 +00:00
germanocaumo
7bf8668f23
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into tldraw-viewbox-sync
2022-08-18 18:41:27 +00:00
KDSBrowne
554c792345
restrict pan tool shortcut to presenter only
2022-08-17 15:36:56 +00:00
KDSBrowne
f1ba37fc2f
handle active pan state via shortcut
2022-08-17 15:23:48 +00:00
germanocaumo
98d431ad92
fix(recording): correctly save tldraw pan/zoom events
2022-08-16 19:11:49 +00:00
germanocaumo
d4b8bdce7e
fix(tldraw): sync viewed area between presenter/viewers +
...
- Return to the ResizeAndMoveSlide event to do pan&zoom, respecting the viewed width and height ratio
- Defaults zoom in toolbar to 100% like before to be more consistent
- Fit to width and Reset Zoom is back (fit tho width still has some sync problems)
- Fix to not change to first page when presenter reloads page
2022-08-16 12:12:43 +00:00
KDSBrowne
48157ae49b
reset pan when not zoomed | presenter change
2022-08-15 13:17:36 +00:00
KDSBrowne
26f3e5dc3f
add pan button to presentation toolbar
2022-08-14 22:49:39 +00:00
GuiLeme
491380096e
[apply-toast-shared-notes] - changes in review and resolve merge conflict
2022-08-11 15:50:06 -03:00
GuiLeme
147f339e55
[apply-toast-shared-notes] - change the tracker from the service, implemented the solution to shared notes.
2022-08-08 08:50:52 -03:00
Ramón Souza
ded8493f05
Merge remote-tracking branch 'upstream/v2.5.x-release' into 2526-aug3
2022-08-03 09:53:41 -03:00
Ramón Souza
b00d19b097
Merge pull request #15110 from ramonlsouza/fix-restore-on-update
...
fix: autoSwapLayout/restoreOnUpdate new presentation fails to show (2.5)
2022-07-26 16:38:33 -03:00
Joao Victor
26cd80506e
fix: snapshot of current slide
2022-07-26 11:54:50 -03:00
Ramon Souza
db5ac1428a
Merge tag 'v2.5.3' into merge25-26-jul14
2022-07-15 11:08:02 -03:00
Anton Georgiev
1393e4a7de
Merge pull request #15352 from germanocaumo/tldraw-z-f
...
fix(tldraw): initial/viewer zoom fixes + presToolbar height
2022-07-13 09:42:36 -04:00
germanocaumo
0c75b3ce02
fix(tldraw): correctly get toolbar height
...
This solves the problem where the toolbar is not counted in the slide area space, so the presentation would stay behind the toolbar when zoomed out
2022-07-08 15:45:55 +00:00
germanocaumo
217fd6c06e
fix(tldraw): wrong initial/viewer zoom
...
Fixes a case when the presentation is just uploaded and a wrong initial zoom was set.
Also fix viewer zoom not correclty adjusting to the area size when zoomed out.
2022-07-08 15:06:00 +00:00
Anton B
c71e5c9f74
test: fix all 2.6 tests and temporarily skip inconsistent ones
2022-07-01 17:55:32 -03:00
Ramon Souza
67abbe9489
only remove annotations/cursors when multiUser is disabled
2022-07-01 14:38:12 -03:00
Ramon Souza
4acbce94cd
fix: clear cursors data on multi-user whiteboard off
2022-07-01 14:32:34 -03:00
Joao Victor
66d3d2c13b
fix: clear fake annotations on multi-user whiteboard off
2022-07-01 14:31:14 -03:00
KDSBrowne
a899bbeb79
Merge branch 'v2.6.x-release' into 2.6-wb-options-dropdown
2022-06-21 23:16:31 -04:00
Ramón Souza
d3fc924f10
Merge pull request #15137 from KDSBrowne/2.6-toolbar-zoom-val
...
Display Correct Zoom Value on Presentation Restore
2022-06-20 13:11:25 +01:00
KDSBrowne
4f9f9c11d3
fix viewer zoom reset when presenter remounts presentation
2022-06-17 00:35:27 +00:00
Ramon Souza
edeb70de0d
Merge tag 'v2.5.1' into merge25-26-jun16
2022-06-16 13:58:54 -03:00
KDSBrowne
8df5e3de02
recover presentation option menu | position inside tldraw menu
2022-06-15 22:10:42 +00:00
KDSBrowne
8dac344f43
replace zoom minBound with zoomed state
2022-06-15 19:46:06 +00:00
KDSBrowne
668be68b8e
fix zoom value reset on unmount / mount
2022-06-06 20:30:34 +00:00
KDSBrowne
6d4d11a34d
fix cursors lock for viewers
2022-06-02 15:00:28 +00:00
germanocaumo
07a3a915c0
feat(whiteboard): poll result, zoom fit slide +
...
- Poll result as text shape in the lower right-hand
- Include all tldraw shape bounds as size in akka (to help Daniel rendering in pdf export)
- Default/initital zoom will be centered in the slide and maximize the size according to the presentation area
- Also limited the max zoom out to be the one that fits the slide, to be similar as we had before
2022-05-31 19:40:31 +00:00
Ramon Souza
e43c83b7ba
fix restoreOnUpdate
2022-05-30 17:37:40 -03:00
KDSBrowne
f58882ffcc
stop rendering curors when they leave the WB area
2022-05-29 16:24:44 +00:00