Tainan Felipe
5e6ceb861e
Merge remote-tracking branch 'upstream/v3.0.x-release' into refactor-WB-cursor
2024-03-18 12:18:20 -03:00
Tainan Felipe
e1ea1be8d7
Refactor: make cursor coordinates be cosumed from stream
2024-03-15 15:17:27 -03:00
Ramón Souza
6b13f4fe30
add publishCursorUpdate action
2024-03-12 12:03:43 -03:00
Ramón Souza
a35ca8db5b
remove unused cursor code
2024-03-12 09:27:06 -03:00
Gustavo Trott
72ecdd2c3d
Fix linter errors
2024-03-08 21:39:57 -03:00
André Castro
58a0efe708
Migrate auth and settings to graphQL ( #19507 )
2024-03-06 14:28:18 -03: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
João Victor
91406bdac9
fix: prop types, tooltip options and setting changes
2024-02-16 17:25:43 -03:00
João Victor
90326a7036
fix(whiteboard): poll result annotation handling
2024-02-08 11:05:41 -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
Ramón Souza
2c5a7f3f00
Merge pull request #19479 from ramonlsouza/migrate-presen-actions
...
refactor: migrate presentation actions
2024-02-01 09:33:36 -03:00
KDSBrowne
271bb22daa
fix wheel zoom not working with smaller sizes
2024-01-31 18:56:42 +00: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
b35833c25c
fix send annotation
2024-01-24 09:18:42 -03: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
Ramón Souza
dfe2bdd7a6
migrate sendBulkAnnotations action
2024-01-24 08:37:51 -03:00
Ramón Souza
00e881dfd6
migrate deleteAnnotations action
2024-01-23 11:31:39 -03: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
Ramón Souza
4d64464029
migrate switchSlide action
2024-01-20 11:01:20 -03: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
Ramón Souza
4c07742ec1
refactor: migrate presentation actions ( #19329 )
2023-12-15 14:39:12 -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
Ramón Souza
f01e626b9b
fix isPresenter
2023-11-22 17:01:18 -03:00
Ramón Souza
673d5f571d
fix init dark mode
...
.
2023-11-09 11:28:20 -03:00
Ramón Souza
769b61ee9f
client side poll results
2023-10-27 13:05:43 -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
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
37182c56ef
remove presentation-pod component + presentation service
2023-10-11 11:21:35 -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
56a94bdae4
get annotation data from graphql
2023-09-27 17:42:47 -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
André Castro
81311db9a3
Fix: User list, Participants, Pist item, User actions, Skeleton, User title, Option drop down, Use shortcuts. ( #18676 )
...
* Fix: Ts fixes in user list participants, list item and user actions
* Aditonal fixes
2023-09-06 11:24:09 -03:00
KDSBrowne
822aabe6d1
fix: Move Presentation Option Dropdown To The Left Side ( #18538 )
...
* prevent duplication of presentation menu dropdown when visible
* move presentation options dropdown to the left (out of tldraw UI)
* adjust style menu UI in RTL
2023-08-11 17:13:33 -03:00
Ramón Souza
866c40f84f
Merge remote-tracking branch 'upstream/v2.6.x-release' into 2627-aug10
2023-08-10 11:49:01 -03:00
Ramón Souza
c15d1a352a
undo auto lint
2023-08-01 11:08:27 -03:00
Ramón Souza
6b34cd38c1
replace double quotes
2023-08-01 11:01:27 -03:00
KDSBrowne
70a8267284
inject presentation options btn into tldraw toolbar | lint issues
2023-08-01 02:45:13 +00:00
Ramón Souza
fc38cb4d95
fix presenter permission for poll results
2023-06-20 13:21:32 -03:00
Ramón Souza
4686f856a6
client side checks
2023-06-06 08:57:36 -03:00
André Castro
e9ae302d54
Making editing possible to presenter
2023-05-12 11:15:41 -03:00
Scroody
cdfa38ad85
Change of approach
2023-05-09 15:51:35 -03:00