Commit Graph

671 Commits

Author SHA1 Message Date
Konstantinos Kaloutas
b211a93807 fix: remove unused imports and run prettier 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas
bdd665052e fix: initial height calculation of portal 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas
a2f76519fb remove some more unneeded changes 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas
49716c1ff5 enhance: use cursor 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas
d040dbe4ee fix: revert inefficient changes 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas
2043f3a5a4 enhance: allow rendering empty portals once 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas
f9dbdc1d7c wip: performance enhancements 2023-01-31 11:03:13 +08:00
Konstantinos
5487ca675f Fix (Whiteboards): paste type order (#8416)
* fix: set min width to tweet shape

* fix #8407

Co-authored-by: Bad3r <bad3r@protonmail.com>
2023-01-24 11:30:55 -05:00
Konstantinos Kaloutas
bee2293741 fix: auto height 2023-01-16 18:40:07 +02:00
Konstantinos Kaloutas
9a7e7d5f3f chore: add tweet preview 2023-01-13 20:07:51 +02:00
Konstantinos Kaloutas
4dac7a2776 wip: auto height calculation 2023-01-11 20:41:44 +02:00
Konstantinos Kaloutas
50fc185df0 fix: infinite loop error 2023-01-10 12:55:53 +02:00
Konstantinos Kaloutas
61d806a5c6 fix: add allow same origin to sandbox 2023-01-10 10:25:47 +02:00
Konstantinos Kaloutas
b1cf9bf7ce fix: edit action on context bar for portals 2023-01-09 20:37:06 +02:00
Konstantinos Kaloutas
ca1226e3d3 Merge branch 'master' into feat/tweet-shape 2023-01-09 12:55:41 +02:00
Konstantinos Kaloutas
5b491ef54f [wip] feat (whiteboards): tweet shape 2023-01-05 17:25:26 +02:00
Konstantinos Kaloutas
1eb94092f0 style: run prettier 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
121e1ebe15 fix: adjust scale select on mobile 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
d988ba3e8b fix: potential overflow issue 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
f1ba9342d2 fix: potential zoom validation issue 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
e03d48d844 fix: mobile tap 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
21988d3df9 fix: mobile tap on quick search items 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
21ddb7e0d6 feat: add scale option to pencil and highlighter 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
c33fc8a60e fix: prevent multiple context menus 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
fbda779931 fix: zoom to selection wording 2023-01-05 19:27:59 +08:00
dependabot[bot]
dd581b6961 chore(deps): bump json5 from 2.2.1 to 2.2.2 in /tldraw
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 17:42:17 +08:00
Konstantinos Kaloutas
2673cbef33 style: run prettier 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
5b1a323a06 feat: add scale option to shapes and arrows 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
2010ccf554 fix: hide open page button on whiteboard blocks 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
9d4497b033 fix: remove unused import 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
4df5834f2f style: run prettier and fix a type issue 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
bdd1dbb937 fix: disable context menu on editing 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
d2419434d5 chore (deps): upgrade radix ui context menu 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
7f9ade3931 fix: remove unused imports 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
da66d0f20f fix: disable delete shortcut while editing 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
921418d87d fix: reduce the chance of blurry text 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
376d97f7c6 fix: enable pointer events on shape labels 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
5ddc003939 fix: remove unused import 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
2665ceda33 chore: add group icons 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
c0d1060c74 fix: shortcuts padding 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
f49f1391c1 fix: zoom labels 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
87427dfa3d chore: add focus to context menu 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
05010d1c00 fix: redirect to whiteboard on edit 2022-12-28 12:19:22 +08:00
Peng Xiao
0a2737782b fix: pencil issue when drawing quickly (#7781)
* fix: pencil issue when drawing quickly

* fix: fix touch callout in iOS
2022-12-20 01:25:22 +08:00
Peng Xiao
effe00f791 fix: magnifier issue on iOS (#7778)
fix: magnifier issue on iOS
2022-12-19 22:16:02 +08:00
Konstantinos
92f48050f4 Fix: Arrow label and indicator (#7746)
* fix: label focused state

* fix: remove bounds check on double click

* fix: remove label mask from arrow indicator

* fix: label focused state

* fix: remove bounds check on double click

* fix: remove label mask from arrow indicator

* fix: dom validation warning

* fix: hide indicators while editing

* fix: tweak padding of arrow label

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-12-19 21:56:42 +08:00
Peng Xiao
54fb5effef fix: pasting group shape issue 2022-12-19 20:46:44 +08:00
Peng Xiao
d6bd4956cb perf: optimize getShapeById 2022-12-19 20:46:44 +08:00
Peng Xiao
3bce646b23 Update tldraw/apps/tldraw-logseq/src/components/ContextMenu/ContextMenu.tsx
Co-authored-by: Konstantinos <konstantinos@logseq.com>
2022-12-16 20:04:44 +08:00
Peng Xiao
ea92147bea fix: group/ungroup shortcuts 2022-12-16 20:04:44 +08:00