Commit Graph

347 Commits

Author SHA1 Message Date
Ramón Souza
48431318a2
Merge pull request #20189 from KDSBrowne/v30-multi-user-text
fix(whiteboard): Update API For Retrieving Shape Being Edited
2024-05-08 09:30:55 -03:00
KDSBrowne
c6d43956e0 update api call for editing shape 2024-05-07 15:20:44 +00:00
Ramón Souza
3ba14e69ce only send cursor updates of users with whiteboard access 2024-05-07 09:13:41 -03:00
Ramón Souza
cfab7a82e9
Merge pull request #20120 from KDSBrowne/v30-19547
fix(whiteboard):  Stop Loading Tldraw Assets From Unpkg Site
2024-05-06 10:45:33 -03:00
KDSBrowne
0704628caa lint 2024-05-02 00:40:58 +00:00
KDSBrowne
d2da9172da add no operation tool 2024-05-02 00:05:12 +00:00
KDSBrowne
14c44820f5 stop tldraw attempts to load assets from unpkg site 2024-04-30 16:40:43 +00:00
Ramón Souza
0210fcdd81 Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_19901 2024-04-23 15:59:26 -03:00
Ramón Souza
adb0766ada validate shape type - whiteboard 2024-04-17 16:04:31 -03:00
KDSBrowne
fe9360d8ff set correct camera position for viewer on reload or late join 2024-04-17 16:06:02 +00:00
KDSBrowne
7093f54ad5 increase delay to prevent camera race condition 2024-04-17 16:05:49 +00:00
KDSBrowne
3350dcfc8e handle presenter camera position on resize 2024-04-17 16:05:39 +00:00
KDSBrowne
7b3489a52d improve slide clipping for presenter 2024-04-17 16:05:28 +00:00
KDSBrowne
1b5179f315 improve tldraw camera updates when presentation size changes 2024-04-17 16:05:18 +00:00
KDSBrowne
5f84e0380a fix viewer zoom being 1 state step behind the presenter 2024-04-17 16:05:05 +00:00
KDSBrowne
0ed0db059b initial upgrade to tldraw v2.0.0-alpha.19 2024-04-17 16:04:27 +00:00
Ramón Souza
1eb14e4505 restore maxNumberOfAnnotations check 2024-04-16 09:45:22 -03:00
KDSBrowne
8ae92d7c9b remove conditionally called hooks 2024-04-04 14:51:50 +00:00
KDSBrowne
719952c1ad use canMoveCamera to disable viewer mouse wheel pan | lint hook 2024-03-27 15:06:54 +00:00
KDSBrowne
c70f116cd5 prevent reload on moderator status change 2024-03-20 23:49:11 +00:00
KDSBrowne
b68416249a handle shapes not updating while selected and changed by others 2024-03-20 23:48:44 +00:00
KDSBrowne
9674d5c998 prevent whiteboard crash after drawing shapes in multi-user 2024-03-19 19:29:12 +00:00
Ramón Souza
f76731fd03
Merge pull request #19583 from KDSBrowne/bbb-19580
fix(whiteboard): Ensure Only Presenter Has Ability to Pan Canvas
2024-03-12 15:57:21 -03:00
KDSBrowne
e30ff2f76f update 2024-03-12 13:39:28 +00:00
KDSBrowne
55425897ba update 2024-03-12 13:38:21 +00:00
Ramón Souza
2eeb959fad
Merge pull request #19735 from KDSBrowne/v30.zoomReset
fix(whiteboard): Correct Slide Position On Zoom Reset And Resize
2024-03-11 08:57:36 -03:00
KDSBrowne
74962460b0 preserve slide position after resize 2024-03-01 17:50:08 +00:00
KDSBrowne
77fe4e4fd6 ensure correct slide position on zoom reset after pan 2024-03-01 16:57:02 +00:00
KDSBrowne
4d108e82bd update conditions allowing slide change 2024-02-26 17:25:14 +00:00
KDSBrowne
71cf6a16d5 update to use keycodes instead of key 2024-02-26 17:10:40 +00:00
KDSBrowne
73b425213e enable slide change by arrow keys 2024-02-26 17:06:18 +00:00
KDSBrowne
6174118589 fix user shape access on canvas 2024-02-21 02:18:36 +00:00
Ramón Souza
21c9aa1f08
Merge pull request #19643 from JoVictorNunes/fix-warnings-0216
fix(warnings): prop types, invalid hook calls, etc.
2024-02-20 10:07:51 -03:00
KDSBrowne
38e508203a ensure only presenter has ability to pan canvas 2024-02-18 22:10:04 +00:00
João Victor
91406bdac9 fix: prop types, tooltip options and setting changes 2024-02-16 17:25:43 -03:00
Ramón Souza
eafb088f59
Merge pull request #19606 from KDSBrowne/bbb-19591
fix(whiteboard) Prevent Continuous Undo Crash and Improve Rendering Performance
2024-02-16 10:44:08 -03:00
KDSBrowne
55abad3d74 add timeout to tldraw store shape merging 2024-02-14 00:44:47 +00:00
KDSBrowne
df8ec8330a handle undo / redo when shortcut held down 2024-02-08 16:13:38 +00:00
KDSBrowne
185436a5cf stop whiteboard reload when enable / disable multi user 2024-02-07 20:20:06 +00:00
KDSBrowne
a82b1014ac add debounce to undo/redo | reduce whiteboard updates 2024-02-07 17:07:40 +00:00
João Victor
dd38778fee fix(whiteboard): remove unnecessary function call 2024-02-06 11:47:15 -03:00
João Victor
ca082e3705 fix(whiteboard): safely set tldraw api 2024-02-05 11:12:45 -03:00
João Victor Nunes
239b3df536
Merge branch 'v3.0.x-release' into issue-19556 2024-02-05 11:08:57 -03:00
Ramón Souza
08d2206e27
Merge pull request #19402 from KDSBrowne/v3.wheelZoomDisplayVal
Fix: Update Presentation Toolbar Zoom Percentage on Wheel Zoom
2024-02-05 10:50:46 -03:00
João Victor
d44afd5cf2 fix(whiteboard): snapshot of current slide 2024-02-02 16:44:35 -03:00
João Victor
bd7749f2c1 fix(whiteboard): restore hide toolbar button 2024-02-02 09:16:09 -03:00
KDSBrowne
89ff181103 preserve relative zoom focal point when value updates 2024-02-02 00:36:40 +00:00
KDSBrowne
271bb22daa fix wheel zoom not working with smaller sizes 2024-01-31 18:56:42 +00:00
KDSBrowne
7f7f6c28f7 Merge remote-tracking branch 'origin/v3.0.x-release' into v3.wheelZoomDisplayVal 2024-01-29 20:58:51 +00:00
Ramón Souza
45ecb1b1d3 Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-presen-actions 2024-01-24 08:48:58 -03:00