hiroshisuga
d266d48f04
Update hooks.js
2024-01-30 09:28:44 -05:00
Ramón Souza
88ebdfc84d
Merge pull request #19508 from antobinary/ports-08
...
fix: add transitions to cursors for smoothing (port from 2.7)
2024-01-25 10:48:19 -03:00
João Victor
57e5dcc54a
fix: remove unnecessary condition
2024-01-24 13:53:01 -03:00
João Victor
f839fd8578
fix(whiteboard): prevent annotation subscription from being recreated
2024-01-24 13:19:51 -03:00
Ramón Souza
7d777fbea0
Merge pull request #19491 from KDSBrowne/v3.cursorBug
...
Fix: Prevent Large Cursor Being Displayed To Presenter
2024-01-23 13:13:16 -03:00
KDSBrowne
68394d4b14
fix: Improve Arrow Shape Handling With Tldraw v2 ( #19376 )
...
* move cleaning arrow shape to akka
2024-01-23 10:36:26 -05:00
KDSBrowne
06ea7f7ddf
Merge remote-tracking branch 'origin/v3.0.x-release' into v3.cursorBug
2024-01-23 02:15:38 +00:00
KDSBrowne
380287a4c8
add transitions to cursors for smoothing
2024-01-22 16:24:38 -05:00
Ramón Souza
c0a306824d
Merge pull request #19325 from KDSBrowne/30-tldraw-v2-bugs-01
...
fix: Improve Jitter While Moving Shape Via Keyboard
2024-01-22 15:50:58 -03:00
KDSBrowne
f01c55680e
add checks for prevShape existence and remoteShape id in shape sync
2024-01-22 17:15:41 +00:00
Anton Georgiev
a12da64e28
Merge pull request #19412 from KDSBrowne/v3.multiUserBug
...
Fix: Multi-User Drawing Issue When Presenter Switches Pages
2024-01-22 11:12:32 -05:00
KDSBrowne
d0e294289e
fix presenter large unmovable circle cursor
2024-01-17 17:44:31 +00:00
bigbluebutton
e30c5786ba
remove empty line
2024-01-12 12:21:51 +02:00
KDSBrowne
82143f8e84
update current page writers subscription
2024-01-10 16:47:00 +00:00
bigbluebutton
1be6293569
Added options to set default tldraw styles
2024-01-04 10:24:45 +02:00
KDSBrowne
2fece0bfad
Merge remote-tracking branch 'origin/v3.0.x-release' into 30-tldraw-v2-bugs-01
2023-12-18 21:47:38 +00:00
Ramón Souza
4c07742ec1
refactor: migrate presentation actions ( #19329 )
2023-12-15 14:39:12 -03:00
KDSBrowne
cee1607869
fix lag while shapes move via arrow keys | remove akka infinite canvas restriction
2023-12-11 19:31:21 +00: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
Ramón Souza
f01e626b9b
fix isPresenter
2023-11-22 17:01:18 -03:00
Ramón Souza
3045575aab
remove unused slides collection code
2023-11-13 17:27:08 -03:00
Ramón Souza
673d5f571d
fix init dark mode
...
.
2023-11-09 11:28:20 -03:00
Ramón Souza
759feff205
remove cursor locked check
2023-10-30 09:04:30 -03:00
Ramón Souza
769b61ee9f
client side poll results
2023-10-27 13:05:43 -03:00
Ramón Souza
c97a351289
move export toast to toast component
2023-10-19 15:56:13 -03:00
Ramón Souza
c2ed844e89
adjust query
2023-10-17 17:42:59 -03:00
Ramón Souza
1a48ae9f56
remove parse from json fields, directly query for svg url in presentation
2023-10-17 13:49:23 -03:00
Ramón Souza
e263490bb1
rename graphql fields
2023-10-17 13:35:48 -03:00
Ramón Souza
41515e8b97
fix undo/redo
2023-10-17 10:49:55 -03:00
Ramón Souza
1575a093d1
use graphql to fetch presentation list in actions dropdown
2023-10-17 10:20:24 -03:00
Ramón Souza
1a3d6bbd7b
use graphql in presentation uploader component
2023-10-16 16:27:22 -03:00
Ramón Souza
2d5b3ad848
remove unused code
2023-10-16 09:35:39 -03:00
Ramón Souza
5885db0416
remove clearCursors on multi user session end - to be done in back-end
2023-10-12 15:37:20 -03:00
Ramón Souza
77275934e2
use real number of pages on whiteboard mount
2023-10-12 15:29:29 -03:00
Ramón Souza
04248475a4
remove cursor stream listener - meteor
2023-10-12 13:30:39 -03:00
Ramón Souza
ee02ffe424
restore multi user whiteboard toolbar
2023-10-11 17:17:10 -03:00
Ramón Souza
10be312d00
remove podId param from components
2023-10-11 15:41:20 -03:00
Ramón Souza
37182c56ef
remove presentation-pod component + presentation service
2023-10-11 11:21:35 -03:00
Ramón Souza
b3f74c9280
remove unused code
2023-10-11 09:48:10 -03:00
Ramón Souza
4344dbbbd5
remove unused fields in whiteboard queries
2023-10-10 09:14:19 -03:00
Ramón Souza
b298aecca9
add new columns to query
2023-10-03 09:08:12 -03:00
Ramón Souza
7b0657e195
add new presentation fields, poll info and multi user info
2023-10-02 16:16:46 -03:00
Ramón Souza
10087cac3c
fix warnings
2023-09-27 23:26:30 -03:00
Ramón Souza
a2744f0bcc
use stream for new shapes
2023-09-27 23:15:33 -03:00
Ramón Souza
5da60f6063
get cursor data from graphql
2023-09-27 19:17:04 -03:00
Ramón Souza
56a94bdae4
get annotation data from graphql
2023-09-27 17:42:47 -03:00
Gustavo Trott
071eee5c77
Update bigbluebutton-html5/imports/ui/components/whiteboard/component.jsx
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-09-11 14:49:14 -03:00
Gustavo Trott
9da3543bc3
Resolve conflicts
2023-09-11 11:25:56 -03:00
Ramón Souza
809ba9d51c
fix: restore broken files ( #18723 )
...
* restore package lock
* fix whiteboard service error
* fix userlist
* fix whiteboard
* fix chat list item state
* restore user-list participants list item
* Add merge-branches step
* Add merge-branches step to code-validation
* fix message list
---------
Co-authored-by: Tiago Jacobs <tiago.jacobs@gmail.com>
2023-09-07 14:58:06 -03:00
Anton Georgiev
7b271c97a1
chore: Merge 2.6.14 into v2.7.x-release
2023-09-06 14:33:15 -04:00