Commit Graph

597 Commits (236142c5f26ae18a4092a82be9e57081294f6c32)

Author SHA1 Message Date
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
Konstantinos Kaloutas fbf365ceff enhance: support whiteboard translations 2023-06-02 17:06:12 -04:00
Konstantinos Kaloutas 6e101a8fbf fix: endless loop 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 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 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 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 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 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 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 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 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 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 d00ec0a86c style: run prettier 2023-03-27 14:17:18 -04:00
Konstantinos Kaloutas 133d520e25 enhance: introduce read only flag 2023-03-27 14:17:18 -04:00
Konstantinos Kaloutas 4330f92746 fix: hide context bar actions 2023-03-27 14:17:18 -04:00
Konstantinos Kaloutas 6a3f928a94 enhance (wip): adjust ui on published whiteboards 2023-03-27 14:17:18 -04:00
Konstantinos b5494f33cc
Fix (Whiteboards): An attempt to fix most of the remaining issues (#8893)
* Revert "enhance: clear selection ranges"

This reverts commit cb2c1f1d6a.

* fix: untitled name crash on click

* fix: breadcrumb without label

* fix: maintain original page name

* fix: revert shape to block change

* fix: allow toolbar scrolling

* fix: remove overflow from context bar
2023-03-25 10:40:58 +08:00