Commit Graph

1837 Commits (9f106ba1fdb89fbbd37db296afdc17ccd398f852)

Author SHA1 Message Date
Tienson Qin 9f106ba1fd chore: bump minor version 2020-12-08 21:34:11 +08:00
Tienson Qin 250d41efef chore: remove unused code 2020-12-08 21:33:58 +08:00
Tienson Qin 2287c8b72b fix: native fs writing concurrency
Resolved #845
2020-12-08 21:28:08 +08:00
Tienson Qin 092126bbd5 chore: bump minor version 2020-12-08 15:38:35 +08:00
Tienson Qin 9210442d8c fix: config.edn not loading well 2020-12-08 15:38:07 +08:00
Tienson Qin 15652c87ac fix: indexeddb key can't be empty 2020-12-08 14:49:53 +08:00
Tienson Qin 08c64ec165 fix: safe check dom id before rendering code blocks 2020-12-08 14:23:17 +08:00
Tienson Qin 7bebe97e42 fix: :source-map should be in :compiler-options 2020-12-08 14:19:51 +08:00
Tienson Qin f4b3b0533c Merge branch 'master' of github.com:logseq/logseq into master 2020-12-08 14:12:33 +08:00
Tienson Qin 41cc273c13 chore: add source-map 2020-12-08 14:09:45 +08:00
Tienson Qin 3f2d610d60 fix: show custom view error
Also, display the result if custom query failed
2020-12-08 14:07:32 +08:00
Tienson Qin e62212445c fix: don't show :token/cannot-set-token for local repos 2020-12-07 22:01:44 +08:00
Tienson Qin 1b20c3e214 fix: restore the editing cursor after saving a block 2020-12-07 21:35:14 +08:00
Tienson Qin 1dfd7958d4 fix: slide style
Resolved #835
2020-12-07 21:04:38 +08:00
Tienson Qin 71b286f389 fix: properties editing not working 2020-12-07 20:52:36 +08:00
Tienson Qin 959aabecd2 fix: add missing externs 2020-12-07 01:00:48 +08:00
Tienson Qin 810783e0fc fix: another extern name :) 2020-12-07 00:49:38 +08:00
Tienson Qin 8fe8e0c924 fix: add missing externs 2020-12-07 00:45:08 +08:00
Tienson Qin b61d8a4163 fix: try to fix window.fr is not a function 2020-12-07 00:37:32 +08:00
Tienson Qin 04618b8d3b fix: add other externs 2020-12-07 00:34:13 +08:00
Tienson Qin 0ea88b4c2f fix: externs 2020-12-07 00:32:29 +08:00
Tienson Qin e32231e564 chore: bump version 2020-12-07 00:06:27 +08:00
Tienson Qin f69c89c31e
Merge pull request #724 from logseq/feat/chrome-native-fs
Chrome native file system api integration
2020-12-06 23:57:51 +08:00
Tienson Qin 1de066b237 fix: warning style 2020-12-06 23:56:58 +08:00
Tienson Qin 3e8a2a1f59 chore: add warning 2020-12-06 23:40:30 +08:00
Tienson Qin c239892b69 Merge branch 'master' into feat/chrome-native-fs 2020-12-06 21:55:26 +08:00
Tienson Qin e57a99ee3b fix: don't check pfs for local dbs when mkdir 2020-12-06 21:40:38 +08:00
Tienson Qin 8caf2fe452 chore: remove redundant ; 2020-12-06 21:28:23 +08:00
Tienson Qin 892a9892b0 chore: move cross-env to devDependencies 2020-12-06 21:27:40 +08:00
Tienson Qin b9ddb875b9 feat(chrome-native-fs): confirm permission before write the file 2020-12-06 21:19:57 +08:00
Tienson Qin ddb8053f9b feat(chrome-native-fs): show all graphs when user is not logged in 2020-12-06 20:55:41 +08:00
Tienson Qin 7b842db17c feat(chrome-native-fs): fix the permission of journal pages
Also, improve the header a bit
2020-12-06 20:38:51 +08:00
Tienson Qin 5b5283f184 chore: remove profile 2020-12-06 15:37:21 +08:00
Tienson Qin 76a53faa94 fix: make changed files scrollable 2020-12-06 15:28:58 +08:00
Tienson Qin 05371e6669 feat(chrome-native-fs): fix reloading not working 2020-12-06 15:22:13 +08:00
Tienson Qin 45b318e2f8 fix: ask the permission when refreshing local graph 2020-12-06 11:06:27 +08:00
Tienson Qin 0c4407d191 feat(chrome-native-fs): remove local- prefix 2020-12-06 01:11:04 +08:00
Tienson Qin 2637d2986e feat(chrome-native-fs): safely overwrite the content of local file 2020-12-06 00:59:45 +08:00
Tienson Qin 7b298cec1a feat(delta-tx): wip 2020-12-06 00:28:24 +08:00
Tienson Qin c1b70ae12a fix: git clone every time when refreshing the page
Resolved #787 #333
2020-12-05 17:22:02 +08:00
Tienson Qin 37f0f11a34 Merge branch 'master' into feat/chrome-native-fs 2020-12-05 16:39:51 +08:00
charlie 2bb969609e fix: remove redundant bindings 2020-12-05 12:13:54 +08:00
charlie de33233ec2 fix: try to fix #811 2020-12-05 12:13:54 +08:00
Tienson Qin 83e888d765 feat: add built-in img macro 2020-12-05 11:30:04 +08:00
Tienson Qin df36d977ee feat: macro render support both inline and block elements 2020-12-05 11:13:34 +08:00
Tienson Qin f9c7da14f9 fix(git): only call periodically-pull-current-repo once 2020-12-05 00:40:16 +08:00
Tienson Qin d563512b38 chore: bump minor version 2020-12-05 00:33:43 +08:00
Tienson Qin 1b4b220133 fix(git): allow users to push at any time 2020-12-05 00:33:09 +08:00
Tienson Qin 2ba37cdd6c feat(chrome-native-fs): save block even in editing mode 2020-12-05 00:18:24 +08:00
Michael Wong 609bf9e390
Merge pull request #807 from logseq/fix/periodically-push
fix: only periodically push/pull the current repo
2020-12-04 23:37:53 +08:00