Commit Graph

762 Commits

Author SHA1 Message Date
Tienson Qin
327d0abdb3 fix: wrong position when editing a block from sidebar or whiteboard 2023-06-16 12:29:20 +08:00
Konstantinos Kaloutas
1443c2eb97 fix: new page name 2023-06-08 10:10:24 -04:00
Konstantinos Kaloutas
22ebc1d5ab fix: whiteboards export 2023-06-06 10:03:40 -04:00
dependabot[bot]
498abf568c chore(deps-dev): bump vite from 3.2.4 to 3.2.7 in /tldraw (#9593)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.4 to 3.2.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-06 17:37:08 +08:00
Konstantinos Kaloutas
fbf365ceff enhance: support whiteboard translations 2023-06-02 17:06:12 -04:00
Konstantinos Kaloutas
6aed9edf3a enhance: naming 2023-06-02 15:45:10 -04:00
Konstantinos Kaloutas
960f324972 enhance: auto pan 2023-06-02 15:45:10 -04:00
Konstantinos Kaloutas
6e101a8fbf fix: endless loop 2023-06-01 09:57:21 -04:00
Konstantinos Kaloutas
0a91115f03 fix: remove unneeded persist 2023-06-01 09:57:21 -04:00
Konstantinos Kaloutas
2e9cd3a1f2 fix: color format warning 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas
c87377fb9d fix: allow-presentation iframe error 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas
ede076a501 fix: invalid DOM property for 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas
3ef1adefb0 fix: remove unneeded persist 2023-05-25 13:29:39 +03:00
Konstantinos Kaloutas
72097e6b67 fix: remove empty group 2023-05-25 12:50:52 +03:00
Konstantinos Kaloutas
97defb37f6 revert bounds change 2023-05-24 22:00:53 +03:00
Konstantinos Kaloutas
49b418ece5 add group class 2023-05-24 21:59:08 +03:00
Konstantinos Kaloutas
3ba55fa67b fix: update nonce on arrow position change 2023-05-24 14:44:48 +03:00
Konstantinos Kaloutas
cd8e4b8d0b fix: quick links memoization #9436 2023-05-24 13:25:14 +03:00
Konstantinos Kaloutas
f8cc599625 style: run prettier 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
d85a014cc2 revert unneeded change 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
e5de374471 chore: add tests 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
0c29437303 fix: context bar actions of converted shapes 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
ad5757de61 fix: undo/redo of converted shapes 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
c119b1eeb5 fix multiselect right click on converted shape 2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
aa65cff5b6 fix: remove unneeded persist 2023-05-12 19:23:58 +08:00
Konstantinos Kaloutas
8b8bd04ced fix: stop propagation on select component 2023-05-08 18:50:31 +08:00
Konstantinos Kaloutas
eee3862644 fix: drag to clone text shapes 2023-05-05 10:57:34 -04:00
Konstantinos Kaloutas
ab2d9dd0ef fix: hide lock/unlock on published whiteboards 2023-05-05 10:57:34 -04:00
Konstantinos Kaloutas
f4b4ecb526 fix: allow interactions with published embeds 2023-05-05 10:57:34 -04:00
Adam Hupp
c7e0d86e8b Fix yarn install on Windows
`yarn install` currently fails due to two issues:

 a) several build scripts use "cd some_dir && yarn ...", which is not
 valid in cmd.exe.  Replace with "yarn --cwd some_dir .."
 b) zx is somehow defaulting to bash, which finds WSL and runs the
 script in the WSL instance.  Supposedly this was fixed in
 https://github.com/google/zx/pull/458, not sure why it's not working
 even if I upgrade zx.
2023-05-04 13:51:17 +08:00
Konstantinos Kaloutas
0cb77900b6 fix: portal tool selection 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
1d13eb3d4b chore: add shortcut to collapse toggle tooltip 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
234f92a3fe style: run prettier 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
00be5edb4c chore: handle tool shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
dd9eb3a4e2 enhance (wip): customizable shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
96aed148b4 enhance (wip): customizable shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
9a89def497 enhance (wip): customizable shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos
1aca903449 Fix (Whiteboards): Portal height calculation bug (#9161)
* fix: portal height

* fix: remove circle button from portals

* enhance: remove unnecessary dev tools

* enhance: convert collapse btn-group to toggle

* enhance: introduce collapse shortcut
2023-04-24 21:06:51 +08:00
Konstantinos Kaloutas
ab0c1c1860 fix: change shortcut of zoom to selected 2023-04-24 16:22:45 +08:00
Konstantinos Kaloutas
c204bce3d4 fix: export grouped elements 2023-04-24 16:22:45 +08:00
Konstantinos
fd375dde5d Feat (Whiteboards): Shape conversion (#9192)
* feat: shape shift

* fix: input border radius

* fix: maintain shape id for references

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2023-04-24 13:33:18 +08:00
Konstantinos Kaloutas
0831115ae6 fix: global set color 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
84cd21b46a fix: update shapes 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
5fc4e5074d enhance: add lock keyboard shortcut 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
78c3427923 style: run prettier 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
f5673da476 fix: context bar action factory 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
5539bb8351 fix: circle button 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
567befc9a5 style: improve naming 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
ecb338c03d fix: clone on translate with alt key 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
0290e56c4d fix: scale level filtering 2023-04-24 13:30:27 +08:00