Commit Graph

817 Commits

Author SHA1 Message Date
Tienson Qin
d8c6ca264b Revert "fix tsup domain"
This reverts commit 75f4cd11ce.
2024-06-03 08:11:19 -04:00
EGOIST
75f4cd11ce fix tsup domain 2024-06-01 20:39:18 +08:00
Matt Mazzola
3391a9a0a5 Update Tldraw regex to detect both x.com AND twitter.com urls to preserve embed capabilities (#11321)
* Update Tldraw-logseq regex to recognize x.com OR twitter.com, add copy of test with x.com url

* Add regex101 link

* fix(test): whiteboard e2e

---------

Co-authored-by: Andelf <andelf@gmail.com>
2024-05-24 17:10:10 +08:00
charlie
976885a34a enhance(ui): polish whiteboard colors for the non-accent colors 2024-01-25 17:03:06 +08:00
charlie
919319bad1 enhance(ui): polish line height for the wb context menu shortcut slot 2024-01-16 16:12:54 +08:00
charlie
9b03005b97 Merge branch 'master' into enhance/refacotr-ui-x-menu 2024-01-16 10:23:47 +08:00
Mark Lansky
1d24ca784b chore: upgrade @swc/core (#10857) 2024-01-15 17:14:02 +08:00
charlie
0fcb9a8869 enhance(ui): polish colors for the whiteboard toolbar buttons 2024-01-15 15:41:43 +08:00
charlie
10d2dff91f fix(ui): alignment buttons for the whiteboard context menu 2024-01-15 12:20:23 +08:00
charlie
0bd29e318b enhance(ui): polish the context menu for the whiteboard 2024-01-12 17:16:00 +08:00
charlie
8b78a07b9a refactor(ui): replace the whiteboard context menu with the new context menu component 2024-01-12 16:33:59 +08:00
Konstantinos Kaloutas
81eab963e6 limit clone functionality 2023-12-14 14:42:03 -05:00
Konstantinos Kaloutas
6e67df9e37 add shortcuts and fix naming 2023-12-14 14:42:03 -05:00
Konstantinos Kaloutas
760cb8e314 refactor 2023-12-14 14:42:03 -05:00
Konstantinos Kaloutas
cc3c0197da clean refs on cloned shape 2023-12-14 14:42:03 -05:00
Konstantinos Kaloutas
844fa15041 handle cloning and positioning 2023-12-14 14:42:03 -05:00
Konstantinos Kaloutas
0869a10cef enhance clone handles 2023-12-14 14:42:03 -05:00
Konstantinos Kaloutas
fcb7435b3b filter out non geometry shapes 2023-12-14 14:42:03 -05:00
Konstantinos Kaloutas
98b615b22d (wip): introduce clone handles 2023-12-14 14:42:03 -05:00
Tienson Qin
10a025e8ef fix: whiteboard selected button bg 2023-11-14 14:55:07 +08:00
Tienson Qin
4402dcd38a chore: replace --logseq-og with --ls 2023-11-09 13:37:33 +08:00
Tienson Qin
de4ad909a9 Merge branch 'master' into feat/cmdk 2023-11-06 16:12:02 +08:00
dependabot[bot]
033395395f chore(deps): bump @babel/traverse from 7.19.1 to 7.23.2 in /tldraw
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.19.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 12:29:49 +09:00
dependabot[bot]
d090954aaf chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 in /tldraw
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 12:28:49 +09:00
dependabot[bot]
7fe8178a45 chore(deps): bump browserify-sign in /tldraw/cljs-demo
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 12:28:34 +09:00
Ben Yorke
69e02edaeb Merge branch 'master' into feat/cmdk 2023-10-16 21:02:12 +02:00
Konstantinos
bdba1ff86f Feat (Whiteboards): Pen mode (palm rejection) (#10222)
* introduce pen mode
* add isPrimary check
2023-09-28 15:16:22 +08:00
Ben Yorke
0f7f9adf9b Merge github-bendyorke:logseq/logseq into feat/cmdk 2023-08-31 16:08:22 +02:00
Konstantinos
caf1d9d1e3 Enhance: Left sidebar (#9880)
* wip: right sidebar

* fix: graph height

* re-enable scrolling on list

* style: indentation

* fix: always expand block when added to sidebar

* fix: show close button on mobile

* wip: right sidebar

* support default and custom icons

* fix whiteboard icon

* fix: header overflow

* remove unneeded dependency

* fix graph icon

* add middle click action and context menu

* add more context menu actions

* add reordering support

* fix dropdown visibility

* dnd fixes and initial state

* varous fixes

* fix event propagation

* enhance accesibility

* area expanded fix

* add translations

* refactoring

* enhance performance

* enhance text overflow

* fix page link

* drag enter fix

* add rounded corners and transition

* add keyboard shortcuts icon

* revert left sidebar change

* left sidebar bg and border

* various left sidebar enhancements

* alignment fixes

* split favorites and recents scrolling

* handle unavailable icon

* handle overflow edge case

* fix and refactor menu shortcuts

* handle zero items

* display nan shortcuts on mouse over

* min height fix

* min height fix

* simplify chevron icon

* minor fixes

* add flashcards shortcut

* revert initial sidebar state changes

* cloud icon fix

* fix border radius

* add missing go-home shortcut

* add clear recent button

* fix typo

* hide scrollbars

* remove transition

* fix: favorites

* fix: border and rounded corners

* fix: dnd delay

* Revert "add clear recent button"

This reverts commit d8c52c35f0.

* fix: keyboard shortcuts

* fix: shortcuts

* remove unused require
2023-08-16 23:39:29 +08:00
HikoriHawky
a160151ceb altered hardcoded pressure values 2023-08-07 12:40:48 +08:00
Konstantinos Kaloutas
b5df30f4e1 move and refactor css files 2023-08-04 11:17:30 +08:00
dependabot[bot]
a254775a81 chore(deps): bump word-wrap from 1.2.3 to 1.2.5 in /tldraw (#9915)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 21:00:34 +08:00
dependabot[bot]
1f9c1ec5df chore(deps): bump semver from 6.3.0 to 6.3.1 in /tldraw
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 22:14:27 +08:00
Konstantinos Kaloutas
6343f7a7aa remove more excalidraw assets 2023-07-10 00:54:54 +08:00
Ben Yorke
c8692d12c4 Updates to radix jakobs feedback 2023-06-30 09:35:01 +02:00
Ben Yorke
c6cad4135e second pass at styling 2023-06-30 09:34:31 +02:00
Konstantinos Kaloutas
642c0b2064 remove unneeded class 2023-06-28 17:32:35 +03:00
Konstantinos Kaloutas
249a9dc688 style: run prettier 2023-06-28 17:19:21 +03:00
Konstantinos Kaloutas
c17dd5fa31 remove pdf url params 2023-06-28 17:16:09 +03:00
Konstantinos Kaloutas
0aa025fc43 remove custom pdf renderer 2023-06-28 16:48:54 +03:00
Konstantinos Kaloutas
0b2304202b fix: dnd pdf ref 2023-06-26 21:48:14 +03:00
Konstantinos Kaloutas
db95712534 switch to simple pdf embed 2023-06-26 15:54:27 +03:00
Konstantinos Kaloutas
aa39e5f6da Merge branch 'master' into feat/pdf-shape 2023-06-23 17:47:42 +03:00
Konstantinos Kaloutas
08f70c979e fix: preserve aspect ratio 2023-06-22 12:02:32 -04:00
Konstantinos Kaloutas
d3113a35c8 fix: drag n drop pdf ref 2023-06-21 13:24:49 +03:00
Konstantinos Kaloutas
afd31ce7b6 fix: preserve aspect ratio on resize 2023-06-21 11:22:11 +03:00
Konstantinos Kaloutas
340a037b3a Merge branch 'master' into feat/pdf-shape 2023-06-21 11:13:44 +03:00
Konstantinos Kaloutas
693f919efa fix: auto pan speed 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas
ace5ba56e1 fix: snap to grid of arrow handlers 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas
b468f0dc07 fix: text origin on create 2023-06-20 09:09:10 -04:00