Commit Graph

9973 Commits (f0458754607959409a2865b307442f5cbae268ae)

Author SHA1 Message Date
Konstantinos Kaloutas 766d91be0c add popover indicator 2022-11-17 13:54:52 +02:00
Konstantinos Kaloutas ca84c021f4 refactor: geometry tools 2022-11-17 13:28:43 +02:00
Yue Yang a6f6b0abae fix: ci 2022-11-17 17:50:56 +08:00
Yue Yang a842818ab6 fix: use name to detect default theme 2022-11-17 17:50:56 +08:00
Peng Xiao 0260f5da5d refactor(whiteboard): using canvas to render the whiteboard grid dots 2022-11-17 16:50:45 +08:00
Manu [tennox] 4217057a44 Add option to insert block without focusing it afterwards 2022-11-17 15:48:43 +08:00
Peng Xiao 8bf59a564b fix(whiteboard): disable dot grid background for iOS & iPad 2022-11-17 11:44:09 +08:00
Peng Xiao 408001ede7 fix: displaying images in previews for iOS & iPad 2022-11-17 11:22:35 +08:00
Peng Xiao ffc93fdae0 fix(whiteboard): wb preview sometimes is black 2022-11-17 10:48:03 +08:00
Peng Xiao aa4f809ff0 feat(whiteboard): pasting images should also pack in a rect 2022-11-17 10:40:16 +08:00
Peng Xiao dd0509fdd4 fix: rename generate preview functions 2022-11-17 10:39:44 +08:00
Andelf dd7460f198 fix(ci): handle boolean build condition 2022-11-17 09:32:57 +08:00
Gabriel Horner 037ec33b40 Address review feedback
- eval-result's additional sci options should not impact other features
- remove custom-js binding to allow for more general purpose solutions
2022-11-16 15:13:53 -05:00
Darwis d57df063a4 - expose goog.string, goog.dom, goog.obj for helper to interact with javascript
- revert evel-string arguments into single arguments, current block are not passed into `eval-string`
- use metadata to detect if returned eval-result are hiccup.
2022-11-16 15:13:53 -05:00
Darwis c4604c9254 use meta to detect returned result from eval-result are hiccup vector 2022-11-16 15:13:53 -05:00
Darwis 66f7656fd8 add and expose current block into sci namespace (editor/block)
add logseq-api and logseq-graph-parser into sci classes to make it avaliable in sci eval-string
add bindings custom-js to window object that can be defined in custom.js file as `customJs` object (for custom javascript function to be called from sci)
2022-11-16 15:13:53 -05:00
Konstantinos Kaloutas 58d41083f8 fix: styles 2022-11-16 19:24:34 +02:00
Konstantinos Kaloutas f004236369 update portal icon 2022-11-16 19:24:06 +02:00
Konstantinos Kaloutas fcac11664e feat: color panel 2022-11-16 17:49:53 +02:00
Konstantinos Kaloutas c41aab13b7 chore: rearrange tools 2022-11-16 16:00:41 +02:00
Konstantinos Kaloutas 072442aeef refactor: tool button 2022-11-16 15:52:25 +02:00
Peng Xiao 53415d2eec Merge branch 'fix/wb-fixes' of https://github.com/logseq/logseq into fix/wb-fixes 2022-11-16 15:53:40 +08:00
Peng Xiao cd0be06d47 dev: tldraw preview button in demo 2022-11-16 15:53:29 +08:00
Peng Xiao 24dc494f2a
Merge branch 'master' into fix/wb-fixes 2022-11-16 14:29:04 +08:00
Peng Xiao 065e2e2ca8 fix: show whiteboard outliner in sidebar 2022-11-16 14:25:52 +08:00
Peng Xiao d86f3d9314 fix: some dev warnings 2022-11-16 14:25:35 +08:00
Tienson Qin fd3bc86c73 chore: bump mldoc 2022-11-16 13:25:55 +08:00
Andelf 15b3b27b67 fix(build): android file sync prod env 2022-11-16 12:45:58 +08:00
Andelf 8e8834854b fix(build): use npx to run tsup 2022-11-16 12:26:58 +08:00
Peng Xiao 84ecc4c897 fix: cleanup whiteboard page checks 2022-11-16 09:33:14 +08:00
Peng Xiao 01f25fdcb5 fix: remove show blocks in outliner popup 2022-11-16 09:24:23 +08:00
Gabriel Horner e7e49f2ff3 Clarify when to run static install for #7255 2022-11-15 14:25:24 -05:00
charlie 3940db3107 fix: disable plugins system 2022-11-15 16:01:06 +08:00
Peng Xiao 7cb215dd44 fix: revert back a change 2022-11-15 14:53:57 +08:00
Peng Xiao 62c07ec8f5 fix: lint issue 2022-11-15 14:39:17 +08:00
Peng Xiao e9f7b53928
Merge branch 'master' into fix/wb-fixes 2022-11-15 14:38:32 +08:00
Peng Xiao d5d2d3d71d fix(whiteboard): makes sure full screen pages displaying without scrollbar 2022-11-15 14:08:28 +08:00
Peng Xiao 306fe621bb chore: add a hidden button to show the blocks created in the whiteboard 2022-11-15 13:36:39 +08:00
Peng Xiao 6115ea0230 fix(whiteboard): some pasted shapes do not have ids 2022-11-15 13:33:18 +08:00
Peng Xiao 8a1518d83a fix: reveal whiteboard file in directory 2022-11-15 10:58:53 +08:00
Peng Xiao 378e5732d4 fix: missing key issues 2022-11-15 10:54:21 +08:00
Peng Xiao b3ecf86ec5 fix(whiteboard): should not show presentation mode for whiteboard 2022-11-15 10:54:09 +08:00
Peng Xiao 35360a970d fix(whiteboard): url handling for whiteboard 2022-11-15 10:41:33 +08:00
sallto e882b7cabd
fix: Scheduled date picker always points to today, regardless of a previous date (#7329)
* fix: Scheduled date picker always points to today, regardless if a previous date was already set
fixes #6985

* fix: e2e-test flakyness for datepicker
2022-11-15 10:36:01 +08:00
Loïc Gerbaud 3de6f3de96
Update french translation (#7327)
* updating French translation

* Update French translations
2022-11-14 16:08:51 -05:00
Peng Xiao e0ac311f2a build: autoprefixer for generated css 2022-11-14 22:43:15 +08:00
Peng Xiao d35c6d2b06 fix: e2e fix 2022-11-14 22:39:53 +08:00
Peng Xiao 02749a4b34 fix: add a line link to whiteboard onboard template 2022-11-14 22:39:53 +08:00
Peng Xiao ecf5495edc fix(whiteboard): disable user select on whiteboard pages on iOS 2022-11-14 22:39:53 +08:00
Peng Xiao 2b32f77809 fix(whiteboard): reverting contextMenu transitioning event 2022-11-14 22:39:53 +08:00