Commit Graph

192 Commits

Author SHA1 Message Date
Peng Xiao
8f7510fc73 fix: a strange Reaction error issue 2022-09-10 01:03:53 +08:00
Konstantinos Kaloutas
e96f98b06d style: prettier 2022-09-09 17:03:07 +03:00
Konstantinos Kaloutas
a006f2c0e1 enhance: iframe component 2022-09-09 16:47:35 +03:00
Peng Xiao
32e534d712 fix: logseq portal resizing issue 2022-09-06 23:40:13 +08:00
Peng Xiao
fb69e99a82 fix: a minor style issue 2022-09-06 23:36:27 +08:00
Peng Xiao
0a1d100587 fix: performance issue on zooming 2022-09-06 23:33:38 +08:00
Konstantinos Kaloutas
4ffc5a69ea fix: adjust normalization 2022-09-05 11:24:36 +03:00
Konstantinos Kaloutas
8026b08800 fix: normalize wheel event and refactor zoom api 2022-09-05 10:55:29 +03:00
Peng Xiao
7cb1a6e317 fix: disable shapesInViewport for now because it will trigger new persist calls 2022-09-02 23:14:50 +08:00
Peng Xiao
0196b792e2 fix: optimize redo/undo 2022-09-02 22:54:51 +08:00
Peng Xiao
886c98a222 chore: dependencies 2022-09-02 21:38:40 +08:00
Peng Xiao
afe9fdf5be fix: whiteboard is not being correctly persisted 2022-09-02 14:40:31 +08:00
Peng Xiao
e9d71cc217 fix: do not deselect shapes 2022-09-01 16:40:24 +08:00
Konstantinos Kaloutas
f1d406f82a feat: cut command and shortcuts 2022-09-01 10:01:42 +03:00
Konstantinos Kaloutas
1b6d8b054f fix: hide context bar on context menu 2022-08-31 17:01:48 +03:00
Konstantinos Kaloutas
27c0f0ebdd fix: block pan on context menu 2022-08-31 15:46:07 +03:00
Peng Xiao
9f58518318 feat: pasting image/video urls 2022-08-31 13:25:38 +08:00
Peng Xiao
62f1f627b7 chore: run pretty-quick 2022-08-31 11:10:55 +08:00
Peng Xiao
b0b46ccc8d fix: move outside of viewport issue 2022-08-31 00:57:50 +08:00
Konstantinos Kaloutas
260131eaa6 feat: select element on context menu 2022-08-30 12:24:06 +03:00
Konstantinos Kaloutas
3ae3d4efa0 fix: prevent middle click paste on linux 2022-08-29 11:56:24 +03:00
Konstantinos Kaloutas
d8d1955303 fix: merge conflicts 2022-08-29 10:49:46 +03:00
Konstantinos Kaloutas
4ccd9e4206 Merge branch 'whiteboards' into enhance/whiteboards-ui 2022-08-29 10:32:12 +03:00
Peng Xiao
230310d0a9 fix: editing shape state issue 2022-08-29 15:04:09 +08:00
Konstantinos Kaloutas
9adadaae02 fix: remove leftover code 2022-08-29 09:55:00 +03:00
Konstantinos Kaloutas
72ec492e8f chore: remove showContextMenu state 2022-08-29 08:32:15 +03:00
Konstantinos Kaloutas
49ee95de21 fix: remove context bar fade effects 2022-08-29 08:29:58 +03:00
Konstantinos Kaloutas
ed22a9104a fix: canvas position on scroll zoom 2022-08-29 08:29:11 +03:00
Konstantinos Kaloutas
ab70d7fb4e feat: zoom factor constant 2022-08-29 08:28:05 +03:00
Konstantinos Kaloutas
69355eba73 feat: os dependent mod key 2022-08-29 08:26:00 +03:00
Konstantinos Kaloutas
d43de9b83f fix: double click duration 2022-08-29 08:25:25 +03:00
Konstantinos Kaloutas
6798d0c6eb Remove context menu state events 2022-08-26 19:09:24 +03:00
Konstantinos Kaloutas
a23c5e203e Fix error 2022-08-26 17:59:12 +03:00
Konstantinos Kaloutas
0ea893f6db Fix error 2022-08-26 17:44:10 +03:00
Konstantinos Kaloutas
f7fd54203f Add context menu and pan with middle click 2022-08-26 17:20:32 +03:00
Peng Xiao
3eb4d38034 fix: persist rotating state 2022-08-26 21:59:07 +08:00
Peng Xiao
c04c2752e9 chore: prettier & deps 2022-08-26 19:36:25 +08:00
Peng Xiao
0828680f0f chore: faster tldraw build 2022-08-26 19:11:07 +08:00
Peng Xiao
a4979c495b fix: stroke color fix 2022-08-25 13:50:49 +08:00
Peng Xiao
3235d2d2ac fix: try using inViewPort optimization again 2022-08-25 11:20:10 +08:00
Peng Xiao
aabd56decb fix: do not remove shape when editing or creating 2022-08-24 21:51:06 +08:00
Peng Xiao
0d8477534f fix: remove tln after unmount 2022-08-24 17:34:55 +08:00
Peng Xiao
68dcef4e4f fix: do not toggle isAutoResizing on resizing 2022-08-24 16:00:36 +08:00
Peng Xiao
f6a70df284 fix: minor style change 2022-08-24 15:30:31 +08:00
Peng Xiao
5502959b67 fix: Could not find a page named error 2022-08-24 14:38:12 +08:00
Peng Xiao
6b3c5bbd2c fix: remove text shape if content is empty 2022-08-24 14:12:52 +08:00
Peng Xiao
1c54e62580 fix: auto resizing toggle for logseq portal 2022-08-24 13:36:28 +08:00
Peng Xiao
365ac5c995 fix: allow pinching in editing state 2022-08-24 10:55:09 +08:00
Peng Xiao
d3cdb59f9d fix: clearEditingState function 2022-08-23 14:56:12 +08:00
Peng Xiao
328e9b5a6c fix: text shape blur issue 2022-08-23 14:49:28 +08:00