Commit Graph

744 Commits

Author SHA1 Message Date
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
Konstantinos Kaloutas
13d94347f1 fix: prevent translating 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
aa6b249705 fix: filter context bar shapes 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
64f5c59c9f fix: hide circle button on locked portals 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
865f0ac4e5 feat (wip): lock elements 2023-04-24 13:30:27 +08:00
Konstantinos Kaloutas
a31d54ff42 fix: select position and run prettier 2023-04-14 10:48:48 -04:00
Konstantinos Kaloutas
e5ea451e42 feat: introduce global scale level option 2023-04-14 10:48:48 -04:00
Konstantinos Kaloutas
4c7597af11 enhance: enter edit mode when creating shapes 2023-04-12 20:44:59 +08:00
Konstantinos Kaloutas
f9f8c8f471 fix: header bg when switching to custom color 2023-04-12 20:44:59 +08:00
Konstantinos Kaloutas
bdcf0740d2 fix: custom portal color on previews 2023-04-12 20:44:59 +08:00
Konstantinos
95149e13f6 Feat: Export to image (#9037)
* feat: export to image

* chore: export selection on whiteboards

* fix: whiteboards zoom on export

* fix: loading position

* chore: support video thumb

* core: add export to  whiteboards context menu

* fix: context menu entry

* fix; copy image to clipboard

* fix: copy / export label

* fix: hide ui elements

* fix: remove random character

* fix: graph export

* chore: remove console log and jpg format

* style: run prettier

* fix: disable on multiple selected blocks

* fix: multiple blocks

* enhance: restrict bounds of selected shapes

* chore: export selection on whiteboards

* fix: whiteboards zoom on export

* chore: support video thumb

* core: add export to  whiteboards context menu

* fix: context menu entry

* fix; copy image to clipboard

* fix: copy / export label

* fix: hide ui elements

* fix: remove random character

* fix: graph export

* chore: remove console log and jpg format

* style: run prettier

* fix: disable on multiple selected blocks

* fix: multiple blocks

* enhance: restrict bounds of selected shapes

* Fix any html2canvas related functionality failing in publishing

* fix: portal header gradient on export

* chore: add comment about html2canvas-ignore attr

* fix: use export padding constant

* fix: export collapsed portals with size >  medium

* fix: reset export type

* enhance: export filename

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2023-04-12 17:39:22 +08:00
Konstantinos Kaloutas
0edb4f5f5a fix: iphone main toolbal issue 2023-04-12 15:15:53 +08:00
Konstantinos Kaloutas
d86dbde640 feat (whiteboards): Support custom colors 2023-04-12 15:15:53 +08:00
Konstantinos Kaloutas
891a1ddbb5 fix: check if clientX exists on event 2023-04-03 12:45:55 +08:00
Konstantinos Kaloutas
74866b2e8c fix: stop keyboard propagation on backlinks 2023-04-03 12:45:55 +08:00
Konstantinos Kaloutas
17dbb40f1b fix: breadcrumb wrap on portal header 2023-04-03 12:45:55 +08:00
Konstantinos Kaloutas
37230c229f fix: breadcrumb icon alignment on wb references 2023-03-29 17:30:46 +08:00
Konstantinos Kaloutas
16f8188fd1 fix: quick add 2023-03-27 14:17:18 -04:00
Konstantinos Kaloutas
8a92caa7f9 fix: double click 2023-03-27 14:17:18 -04:00