Commit Graph

7185 Commits

Author SHA1 Message Date
Tienson Qin
7d27034cd9 fix: Android crash 2022-04-11 14:30:00 +08:00
Andelf
3469efb442 fix(ui): wrong condition for rendering heading
Fix #4843
2022-04-11 11:46:27 +08:00
Tienson Qin
ec1c60322f Remove unused code 2022-04-11 11:45:50 +08:00
Tienson Qin
2c86d9af91 enhance: deeplink support (logseq://) in development
This package https://www.npmjs.com/package/electron-deeplink provides
the ability to support both development and production environments.
2022-04-11 11:45:50 +08:00
Andelf
78d9c6f2fe fix(e2e): wrong log match condition 2022-04-11 11:45:32 +08:00
Andelf
cd8a4fe339 fix(e2e): occasional failures 2022-04-11 11:45:32 +08:00
Andelf
d13b2a9dce refactor(e2e): add block fixture helpers 2022-04-11 11:45:32 +08:00
Gabriel Horner
bff1bb031f Fix typo on label
This isn't plural and even if it was this would be incorrect
2022-04-08 09:34:31 -04:00
Gabriel Horner
8e8670854c Users should use our bug reports
Also added label so we can track where issues are coming from
2022-04-08 17:15:14 +08:00
Gabriel Horner
751461ddd3 Capitalize logseq references in onboarding 2022-04-08 00:27:36 +08:00
llcc
32809dd57f enhance: add an reuse-last-block? paras key to api-insert-new-block
When last block is empty and `reuse-last-block?` is non-nil, don't
create a new block but using last block to insert contents.

Use case 1:
When receiving shared data from other apps and inserting them to today's
empty journal, it's better to insert the data to the first empty block
instead of creating a new block to save it but keeping the first one
empty.
2022-04-07 11:16:21 +08:00
Andelf
5a9155d224 fix(publishing): fix order of scripts 2022-04-06 10:28:12 -04:00
Andelf
aadbbca4ea fix(publishing): do not redirect if publishing 2022-04-06 20:47:27 +08:00
Tienson Qin
d27ec18a65 fix: disable editing after collapse/expand through block controls 2022-04-05 12:44:46 +08:00
Tienson Qin
4bf2af59ef fix: uncomment tests 2022-04-05 12:44:46 +08:00
Tienson Qin
5a0a199a1c fix: e2e tests 2022-04-05 12:44:46 +08:00
Tienson Qin
2b0a56018c fix: Disappearing children
close #4814
2022-04-05 12:44:46 +08:00
Tienson Qin
47445e4834 fix: editor freezing
related to #4807
2022-04-05 12:44:18 +08:00
Tienson Qin
5bac3be317 enhance: highlight all blocks with the same id when pressing esc 2022-04-05 11:13:04 +08:00
Andelf
3b8b7cf1a8 fix(i18n): rename translate key (#4800) 2022-04-05 11:06:14 +08:00
Tienson Qin
311c1fa96d fix: pagination for blocks with refs when inserting 2022-04-05 11:03:22 +08:00
sawhney17
dd1321e1d7 fix(markers): Blocks marked "cancelled" not working (#4812)
* fix #3663

* Update dicts.cljs

* close #4697

* fix: Cancelled not treated as canceled #4810
2022-04-04 16:49:42 -04:00
scheinriese
01c4c8a621 Made error page look more designed (#4813)
* Made error page look more designed

* Remove throw used for testing

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2022-04-04 16:44:21 -04:00
icremcr
9ea8040ba5 Merge pull request #3839 from logseq/feat/file-sync
feat: file sync
2022-04-04 22:51:19 +08:00
rcmerci
659c94e203 chore: fix lint 2022-04-04 22:41:45 +08:00
rcmerci
1ed28b5ad4 fix(sync): lint 2022-04-04 22:31:35 +08:00
rcmerci
93be69da0f chore(sync): remove commented out code 2022-04-04 22:31:34 +08:00
rcmerci
33336bb1f4 enhance(sync): move login-url to config.cljs and 2022-04-04 22:31:18 +08:00
rcmerci
e147753146 chore(sync): rename logged? to logged-in? 2022-04-04 22:31:18 +08:00
rcmerci
71ef218bfb enhance(sync): use LSP_SCHEME 2022-04-04 22:31:18 +08:00
rcmerci
f7370dee14 enhance(sync): add specs for sync-xxx fns 2022-04-04 22:31:18 +08:00
rcmerci
b182385bd6 chore(sync): rename some FileTxn's fields 2022-04-04 22:31:18 +08:00
rcmerci
250e2d241e chore(sync): clear code 2022-04-04 22:31:18 +08:00
rcmerci
34eb9784fe feat(sync): add graph list & delete graph 2022-04-04 22:31:18 +08:00
rcmerci
691f2564a8 fix(sync): remove illegal sync-state 2022-04-04 22:31:18 +08:00
rcmerci
0cdcdcedf9 fix(sync): remove redundant code & format 2022-04-04 22:31:18 +08:00
rcmerci
41e3956761 chore(sync): enable file-sync when config/dev? 2022-04-04 22:31:18 +08:00
rcmerci
ffef5ca939 fix(sync): large vars lint 2022-04-04 22:31:18 +08:00
rcmerci
d4e8f3135e fix(sync): lint 2022-04-04 22:31:17 +08:00
rcmerci
ddbc677cd9 fix(sync): lint 2022-04-04 22:30:27 +08:00
rcmerci
26de896afe fix(persist-var): do nothing if file not found, dont log error 2022-04-04 22:28:27 +08:00
rcmerci
dc97f38058 enhance(sync): update comments 2022-04-04 22:28:27 +08:00
rcmerci
7db673fd38 fix(sync): remove deleted filetxns
remove update&rename filetxns if they are deleted already
2022-04-04 22:28:27 +08:00
rcmerci
66790b61e4 fix(sync): rebase 2022-04-04 22:28:27 +08:00
rcmerci
5689872957 fix(sync): get-remote-all-files-meta and get-diff 2022-04-04 22:28:27 +08:00
rcmerci
884d315f14 fix(sync): switch graph 2022-04-04 22:28:27 +08:00
rcmerci
94cb71d8ba fix(sync): filepath encode 2022-04-04 22:28:27 +08:00
rcmerci
2803bab45e enhance(sync): impl sync-remote->local-all-files! 2022-04-04 22:28:27 +08:00
rcmerci
3e22808a23 enhance(sync): update get-remote-all-files-meta 2022-04-04 22:28:27 +08:00
rcmerci
9da5313501 chore(sync): set hiding-login&file-sync 2022-04-04 22:28:27 +08:00