Commit Graph

39 Commits

Author SHA1 Message Date
germanocaumo
76cea79518
Merge branch 'v3.0.x-release' into fit-to-width-zoom-fixes 2024-10-11 14:00:22 +00:00
KDSBrowne
74bab5a76e
fix(whiteboard): Disable tldraw right-click options (#21383)
* disable tldraw right-click options

* hide menu options for background image
2024-10-09 09:12:17 -03:00
germanocaumo
dca54654c3 fix(whiteboard): fit to width and zoom misc fixes
- Ensure presenter & viewer camera are the same whten using Fit To Width
- Some zoom issues when resizing/reloading
- Fix Viewer still sable to zoom white mouse wheel after someone takes presenter
- Do not apply shortcuts when using "Edit Link" shape dialog is open
- Hide Tldraw native reset zoom button as it does not to what expected
2024-10-04 13:28:06 -03:00
germanocaumo
dea3929a2a
fix(whiteboard): background white borders (#21136)
Background shape can show white borders due to rounding erros in the tldraw canvas, change size and position of background shape to avoid it.
Also disable tl container outline showing when in focus.
2024-09-16 14:19:41 -03:00
KDSBrowne
687ee36d29 add functionality to enable infinite whiteboard 2024-07-03 17:14:47 +00:00
João Victor Nunes
1eb984d527
style(whiteboard): polishing toolbar styles (#20579)
* style(whiteboard): polishing toolbar styles

* Fix colors and RTL mode
2024-06-26 13:40:53 -03:00
KDSBrowne
3bfdeb9cfd
feat(whiteboard): Reuse poll result diagram as a whiteboard shape (#20350)
* create poll shape to render chat poll component
2024-06-10 17:12:40 -04:00
Ramón Souza
a2bc8f3104
Merge pull request #20312 from KDSBrowne/bbb-20242
fix(whiteboard): Improve Camera Bounds Logic To Prevent Pan Jitter
2024-05-22 14:53:26 -03:00
KDSBrowne
7cfd7f2a42 improve pan bounds restriction | disable pan tool for non-presenter 2024-05-21 16:03:01 +00:00
KDSBrowne
2cec6334cf move tldraw toolbar to side and improve responsiveness 2024-05-08 00:50:31 +00:00
KDSBrowne
8788d60d5d move toolbar to vertical side position 2024-05-07 15:24:45 +00:00
KDSBrowne
7007b7a682 fix extra toolbar position in RTL 2024-04-17 16:04:39 +00:00
KDSBrowne
0ed0db059b initial upgrade to tldraw v2.0.0-alpha.19 2024-04-17 16:04:27 +00:00
Ramón Souza
af0aa5f27e
Merge pull request #19799 from JoVictorNunes/fix-poll-in-full-pres
fix(poll): poll element covering the whole presentation
2024-04-04 09:33:38 -03:00
KDSBrowne
dcf9358ad0 update css to hide assets and laser tool 2024-03-26 15:34:43 +00:00
KDSBrowne
cda9f43c29 hide tldraw mini map, menu and slide dropdown 2024-03-15 16:03:08 +00:00
João Victor
39bcb89363 fix(poll): poll element covering the whole presentation 2024-03-14 11:27:27 -03:00
KDSBrowne
a82b1014ac add debounce to undo/redo | reduce whiteboard updates 2024-02-07 17:07:40 +00:00
Ramón Souza
580155d70d
Update bigbluebutton-html5/imports/ui/components/whiteboard/styles.js 2024-02-05 10:05:19 -03:00
João Victor
06e55d4f8e fix(whiteboard): hide menu bar on hide toolbars 2024-02-02 09:58:58 -03:00
João Victor
bd7749f2c1 fix(whiteboard): restore hide toolbar button 2024-02-02 09:16:09 -03:00
KDSBrowne
cc7aff8686
Feat: Migrating to Tldraw v2 (Alpha v18) on 3.0 (#19268)
* initial tldraw v2 alpha 18 with graph-ql

* add @apollo/client

* update whiteboard test element

* update whiteboard test elements

* update whiteboard test elements

* load .tldr file shapes into bbb

* temporarily disable infinite canvas limit in client

* disabling failing tests on ci

* restore poll results on whiteboard

* restore hideViewerCursor functionality

* disabling failing tests that needs to be updated

---------

Co-authored-by: Gabriel Porfirio <gabrielporfirio1994@gmail.com>
2023-12-05 15:15:25 -03:00
Gustavo Trott
3758dd89e2 Merge 2.7 into Develop 2023-07-31 11:24:25 -03:00
Ramón Souza
c3ad0e7727 fix cursor for multi-user whiteboard 2023-05-04 09:20:36 -03:00
Ramón Souza
2c8f357977 keep whiteboard toolbar hidden on resize / slide change 2023-04-18 15:03:22 -03:00
Scroody
100e96bb99 panSelected added back to styles.js 2023-04-13 11:20:32 -03:00
Scroody
958170bf8a Fix: Warnings when creating new meetings solved. 2023-04-06 16:22:21 -03:00
hiroshisuga
b3e6cf0c78
Fix a bug
Clicking the presentation with the pan tool selected grayed the presentation.
2023-04-04 17:40:21 +09:00
hiroshisuga
d873156ed8
Update styles.js 2023-04-03 00:30:22 +09:00
hiroshisuga
2a31b1e0ee
Update styles.js 2023-04-03 00:13:44 +09:00
hiroshisuga
8b92b444ca
Update styles.js 2023-04-02 23:38:32 +09:00
Ramón Souza
22ce3af864
Merge pull request #17322 from ramonlsouza/issue-17022
fix(whiteboard): Bug while panning the slide by pressing the scroll mouse button or spacebar
2023-03-28 10:25:24 -03:00
Ramón Souza
1fcad3e2f3
Merge pull request #17325 from KDSBrowne/bbb-16946
fix: Update Style Menu Position On Iphone
2023-03-28 09:41:42 -03:00
KDSBrowne
fc001edd51 update style menu position on iphone 2023-03-27 15:33:10 +00:00
Ramón Souza
5cd5c14c3d do not display grab cursor if the user is not presenter 2023-03-27 11:32:43 -03:00
Ramón Souza
fdf9b1a7cc fix drag presentation after rotating shape 2023-03-27 09:01:59 -03:00
germanocaumo
d09f2681d9 refactor(html5): presentation/whiteboard/cursor code cleanup and linting 2023-03-10 11:30:46 +00:00
KDSBrowne
642b2fe2e6 update pan button css 2023-02-24 23:05:14 +00:00
KDSBrowne
3dc730d5bf inject pan tool into tldraw toolbar 2023-02-23 23:47:34 +00:00