Commit Graph

5346 Commits

Author SHA1 Message Date
llcc
f52786a1c8 Merge branch 'master' into gesture-support-on-block 2022-05-26 10:58:38 +08:00
Yue Yang
e6817d1b40 style: optimize block alignment 2022-05-26 02:52:54 +08:00
Yue Yang
e355f9b905 fix: set :plugin/selected-theme 2022-05-26 02:47:21 +08:00
Tienson Qin
737c043c6e fix: disable block/page preview when scrolling 2022-05-26 02:41:01 +08:00
Tienson Qin
f3ed5e60c8 fix: disable page/block preview when editing 2022-05-26 00:44:02 +08:00
Tienson Qin
4152c3e380 fix: header not sticky anymore 2022-05-26 00:15:43 +08:00
Tienson Qin
1f4de901f5 fix: lazy visual blink 2022-05-25 23:12:09 +08:00
Tienson Qin
2eb5bbb6e8 fix: code not saved when click the bottom line to add a new block
related to #5406
2022-05-25 22:37:31 +08:00
llcc
f5f09d0c8b fix: decodeURIComponent file url 2022-05-25 16:21:02 +08:00
Tienson Qin
1d1d8877b6 fix: :current-page could be empty 2022-05-25 15:47:16 +08:00
Tienson Qin
b0349a8511 fix: :Xd-after/before input always returns today's date in a query
related to #5424
2022-05-25 15:31:02 +08:00
llcc
db1777efa6 Merge branch 'master' into gesture-support-on-block 2022-05-25 15:16:45 +08:00
Andelf
df12a70016 chore(release): bump version 0.7.0 2022-05-24 23:46:56 +08:00
Tienson Qin
e2359c61f0 chore: disable random-inserts and random-deletes tests 2022-05-24 23:42:31 +08:00
charlie
2bd87d5d91 fix(plugin): page crash when checking plugin updates with some network issues #5222 2022-05-24 23:32:31 +08:00
Tienson Qin
ab662fa67d chore: disable random-moves testing for now 2022-05-24 23:31:26 +08:00
Tienson Qin
877a5d8042 fix: Error + Data Loss with message block with id already exists.
close #5414

This also adds the support to insert a block as the first child.

Example:
logseq.api.insert_block("628ce7a2-02db-4aa1-a99a-2e6398297780", "foo", {sibling: false, before: true})
2022-05-24 23:18:30 +08:00
Gabriel Horner
bca255531c Remove unused binding from recent commit 2022-05-24 11:01:33 -04:00
llcc
3c816db7b2 fix footer position in zoomed display mode 2022-05-24 22:22:26 +08:00
Darwis
61806c12ed add option to hide and show table view control from advance query (#5352)
* add option to hide and show table view control from advance query

* hide table control if there is custom :view function
2022-05-24 22:10:10 +08:00
llcc
be9e45f3c6 Merge branch 'master' into gesture-support-on-block 2022-05-24 21:58:56 +08:00
Tienson Qin
ed939624c8 fix: TODOs disappear when clicked in query result
close #5395
2022-05-24 21:55:09 +08:00
Tienson Qin
3c2dc67bc0 fix: conflict lefts when creating a new page
related to #5412
2022-05-24 20:06:27 +08:00
llcc
6b4726463c fix Zoom Display issue on iOS (#5404) 2022-05-24 17:43:35 +08:00
llcc
aa1abfc71e Merge branch 'master' into gesture-support-on-block 2022-05-24 17:24:38 +08:00
Andelf
356d80d603 fix(test): test condition 2022-05-24 17:22:49 +08:00
llcc
b7ceda7250 add min-width for action-bar 2022-05-24 17:04:08 +08:00
llcc
8072ed7695 change indent-outdent icons 2022-05-24 16:38:52 +08:00
llcc
4d501458ca make filter dialog center in viewport 2022-05-24 16:30:01 +08:00
llcc
a701b2cfd6 improve tabbar display behavior 2022-05-24 16:30:01 +08:00
llcc
31092d35d4 fix lints 2022-05-24 15:09:11 +08:00
llcc
5a528bb335 Merge branch 'master' into gesture-support-on-block 2022-05-24 15:02:32 +08:00
llcc
bac496d09c hide action-bar when editing 2022-05-24 14:39:13 +08:00
llcc
c4cfd1ca70 tweak action-bar css 2022-05-24 14:39:04 +08:00
llcc
e05af8b914 improve swipe condition 2022-05-24 13:49:46 +08:00
llcc
9cc7517758 fix merge error 2022-05-24 09:37:00 +08:00
Tienson Qin
92adab37f9 chore: don't remember lazy visible components' height for now 2022-05-24 03:04:53 +08:00
Tienson Qin
2f03dbb070 fix: page parameter for plugins 2022-05-24 01:18:45 +08:00
Tienson Qin
ce5f9965ed fix: don't save collapsed property after parsing 2022-05-24 00:49:30 +08:00
Tienson Qin
6843271591 enhance: pointer cursor when selecting non-consecutive blocks 2022-05-24 00:29:29 +08:00
Tienson Qin
c7f9072396 fix: lazy visible blanks 2022-05-24 00:18:52 +08:00
llcc
35364765fb Merge branch 'master' into gesture-support-on-block 2022-05-23 22:22:44 +08:00
Tienson Qin
a49d4b07aa fix: remove header background color for PC 2022-05-23 22:19:12 +08:00
Tienson Qin
276bfc7aae fix: don't show mobile toobar on PC 2022-05-23 22:08:48 +08:00
llcc
ee3b578d99 Merge branch 'master' into gesture-support-on-block 2022-05-23 22:07:36 +08:00
Andelf
201093bdd6 chore(release): bump version 0.6.10 2022-05-23 21:45:52 +08:00
llcc
df33aba4e6 Merge branch 'master' into disable-webview-resize 2022-05-23 21:09:38 +08:00
Jonas Diemer
f047f58990 Adjusted test to work with BigNums 2022-05-23 15:00:25 +02:00
Jonas Diemer
30ab6e6a68 Fixed behavior for several operations. 2022-05-23 14:48:43 +02:00
Tienson Qin
9bcfb9783d enhance: polish based on Zhiyuan's suggestion 2022-05-23 15:20:29 +08:00