Commit Graph

17706 Commits

Author SHA1 Message Date
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
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
06b2793d91 fix: devtool warning 2020-12-05 15:59:35 +08:00
charlie
1cc12f4166 refactor: add default css variable for editor content area 2020-12-05 12:23:11 +08:00
charlie
e0b224cbca refactor: adapt some styles for new layout container 2020-12-05 12:23:11 +08:00
charlie
8bf550d2ea [refactor] improve main content layout . 2020-12-05 12:19:21 +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
Tienson Qin
17bb4be3ad fix: add loading status 2020-12-04 18:25:46 +08:00
Yukun Guo
2d50185379 fix: only periodically pull current repo 2020-12-04 17:34:22 +08:00
Yukun Guo
367f288941 fix: only periodically push current repo 2020-12-04 17:34:18 +08:00
Tienson Qin
89d5593ad8 fix: mkdir not works for nfs
Also, fix readme
2020-12-04 16:17:07 +08:00
Tienson Qin
7a8d2dc9ef feat(chrome native fs): respect .gitignore 2020-12-03 19:04:29 +08:00
Tienson Qin
4c738d3824 Merge branch 'master' into feat/chrome-native-fs 2020-12-03 17:02:45 +08:00
Tienson Qin
b43ca56cd2 fix: remove unused component 2020-12-03 16:23:44 +08:00
Tienson Qin
98bde66b48 fix: try to fix entire file content deleted after unusual sync behavior
Related to #783
2020-12-03 16:23:44 +08:00
Tienson Qin
f09c8aed75 chore: bump minor version 2020-12-03 15:16:05 +08:00
Yukun Guo
9cf79e9a66 fix: do not show intro on published sites 2020-12-03 15:03:59 +08:00
anoffvu
d409aa682c Merge branch 'master' into feat/light-theme 2020-12-02 20:40:25 -08:00
Tienson Qin
66b3ec19d2 fix: refresh button style 2020-12-03 00:11:29 +08:00
Tienson Qin
0dce7cdb11 feat: add refresh progressing animation 2020-12-03 00:06:49 +08:00
Tienson Qin
bcb40c6629 fix: only show open a directory when nfs api is supported
Also, ask for permission when clicking the refresh button
2020-12-02 23:29:16 +08:00
Tienson Qin
f0c0e44628 fix: nfs diffs 2020-12-02 21:12:28 +08:00
Tienson Qin
c49a31778a fix: don't rename journal files 2020-12-02 19:24:27 +08:00
Tienson Qin
5c63ff25e9 feat(date): add yyyyMMdd format support 2020-12-02 19:19:40 +08:00
defclass
bbf76eb87f fix(token): add extra time to deal with some critical condtions 2020-12-02 17:33:47 +08:00
defclass
0dfbc31875 fix(token): calculate expiration based on user's system time and duration 2020-12-02 17:33:47 +08:00
Tienson Qin
43e925767b fix: click contents page doesn't close the left bar 2020-12-02 17:31:22 +08:00
Charlie
ed2b68d863 Merge pull request #774 from logseq/refactor/editor
Change editor input as uncontrolled component & try composition input for UX (by xyhp915)
2020-12-02 13:03:46 +08:00
Tienson Qin
4d59e4317d fix(editor): add yarn test and fix CI 2020-12-02 11:27:57 +08:00
Tienson Qin
9f2346ebbd refactor(editor): remove *warn-on-infer* 2020-12-02 11:11:27 +08:00
Tienson Qin
8b165c89a5 refactor(editor): fix on-key-down mixin
Add both explicit options:
1. :not-match-handler
2. :all-handler
2020-12-02 11:08:50 +08:00