germanocaumo
f7468b6fc2
fix(tldraw): only send diffs updates to server
...
When a shape is changed, the full shape objcect was being transmitted to the server again.
Do a diff to only send what changed (similarly as it was in tldraw v1) to save upload bw.
TODO:
Draw segments diffs (array) is still not working, so all the segments are still being sent every time.
2024-09-19 12:38:57 -03:00
germanocaumo
eef565ec81
refactor(whiteboard): lint file and remove unused code
...
Clean all warning and errors from linter.
2024-09-18 12:21:16 -03:00
Ramón Souza
7514066fc3
fix: Client can't load in certain cases ( #20336 )
...
* move settings
* remove meteor cache files
2024-05-29 09:26:11 -04:00
Ramón Souza
adb0766ada
validate shape type - whiteboard
2024-04-17 16:04:31 -03:00
André Castro
58a0efe708
Migrate auth and settings to graphQL ( #19507 )
2024-03-06 14:28:18 -03:00
João Victor
de8dbae3a0
refactor(whiteboard): remove unused code
2024-02-06 11:32:38 -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
Ramón Souza
dd49ebfb8a
fix edit shape
2023-06-06 09:11:58 -03:00
Ramón Souza
4686f856a6
client side checks
2023-06-06 08:57:36 -03:00
Ramón Souza
7438f100fe
remove new instances of lodash methods
2023-04-05 09:44:47 -03:00
Ramón Souza
3b849a9600
fix poll results size on firefox
2023-03-17 14:51:39 -03:00
Ramón Souza
dcc9e4fb64
add links to tldraw functions
2023-03-17 08:40:24 -03:00
Ramón Souza
1cc60fda31
adjust size calculation, preload font
2023-03-16 15:55:56 -03:00
germanocaumo
d09f2681d9
refactor(html5): presentation/whiteboard/cursor code cleanup and linting
2023-03-10 11:30:46 +00:00