Commit Graph

4715 Commits

Author SHA1 Message Date
Tienson Qin
ef6e159675 fix: protocol events can't be received on Electron 2022-04-04 22:20:26 +08:00
Tienson Qin
25d3958bec debug: scheme 2022-04-04 22:20:26 +08:00
Tienson Qin
0ba583e98b debug: protocol 2022-04-04 22:20:26 +08:00
Tienson Qin
918f6f8613 feat(sync): add logseq protocol 2022-04-04 22:20:25 +08:00
rcmerci
b185eeb0a2 feat(sync): update local->remote logic 2022-04-04 22:20:25 +08:00
rcmerci
3661f9ad0f [wip] feat: file sync 2022-04-04 22:20:25 +08:00
Tienson Qin
00c9a5b299 feat(sync): capacitor glue code 2022-04-04 22:20:25 +08:00
Andelf
086b513dbd fix(editor): cannot create journal 2022-04-03 14:55:51 +08:00
Tienson Qin
c37b5bd622 enhance: only restore the last opened graph 2022-04-02 21:52:31 +08:00
Tienson Qin
ca9cecc7d5 fix: don't open link in editing mode 2022-04-02 21:52:31 +08:00
Andelf
ec43dd7ee1 fix(test): e2e fails
refactor(e2e): print logs when error
2022-04-02 21:52:28 +08:00
Tienson Qin
3758a9e1c0 tempory fix for wrong positions of custom context menu
which is caused by the bump of rum too.
2022-04-02 21:49:37 +08:00
Tienson Qin
b7348af7d4 fix: input editor blinks when saving or deleting a block 2022-04-02 21:49:37 +08:00
Tienson Qin
e37649299f use forked rum 2022-04-02 21:49:37 +08:00
Tienson Qin
1ef811ed8e fix code block 2022-04-02 21:49:37 +08:00
Andelf
f1af5344b2 fix(test): refactor and fix all e2e tests 2022-04-02 21:49:34 +08:00
Tienson Qin
dbeca541cf fix: drag drop 2022-04-02 21:40:29 +08:00
Tienson Qin
1682dc3c7e fix: avoid reentrancy when pressing ESC to quit codemirror 2022-04-02 21:40:29 +08:00
Tienson Qin
019160f32a clear last saved cursor when pressing esc 2022-04-02 21:40:28 +08:00
Tienson Qin
d7ac0b197c remove unused code 2022-04-02 21:40:28 +08:00
Tienson Qin
418d084268 remove unused debugging 2022-04-02 21:40:28 +08:00
Tienson Qin
544f0aed81 fix tests 2022-04-02 21:40:28 +08:00
Tienson Qin
a630983cdc fix lint warnings 2022-04-02 21:40:28 +08:00
Tienson Qin
c46c68cd14 improve performance for drag && drop 2022-04-02 21:40:28 +08:00
Tienson Qin
096c69ffb8 fix: cursor jumps to the beginning when indent/outdent
It might be caused by the recent upgrading of rum, which brings back
the old render queue and batched updates.

ae6a85028e
2022-04-02 21:40:28 +08:00
Tienson Qin
c8e5ce3776 fix: first block's content is not updated when pressing enter
between the content.
2022-04-02 21:40:28 +08:00
Tienson Qin
b5b0c1e06b fix: lazy loading ids 2022-04-02 21:40:28 +08:00
Tienson Qin
e848dbf9f8 enhance: run custom queries immediately if editing in a query component 2022-04-02 21:40:28 +08:00
Tienson Qin
daf0b6174e detects has-more loading by whether there's a next open block 2022-04-02 21:40:28 +08:00
Tienson Qin
b0999efa47 Switch back to blocks tree instead of virtual list for now 2022-04-02 21:40:28 +08:00
Tienson Qin
2d5c929407 Improve performance of get-by-parent-&-left 2022-04-02 21:40:28 +08:00
Tienson Qin
c3d95482bc Bump rum to batch updates 2022-04-02 21:40:28 +08:00
Tienson Qin
b679f549d3 remove unused code 2022-04-02 21:40:28 +08:00
Tienson Qin
d6a4c705c5 fix: pagination fetch for nested scoped blocks 2022-04-02 21:40:28 +08:00
Tienson Qin
42f8f087b6 fix: don't transact :block/children, left, level into db 2022-04-02 21:40:28 +08:00
Tienson Qin
bfae3f07d4 feat: virtual list 2022-04-02 21:40:28 +08:00
Tienson Qin
af6e727071 fix: prevent auto-scroll when inserting new blocks 2022-04-02 21:40:28 +08:00
Tienson Qin
06b15bdfc3 use :block/_refs instead of reactive block-refs-count query 2022-04-02 21:40:28 +08:00
Tienson Qin
7a095571f6 remove unused code 2022-04-02 21:40:28 +08:00
Tienson Qin
94a6d5eef2 fix: loading in page embed 2022-04-02 21:40:28 +08:00
Tienson Qin
b6e02e18b1 fix: lazy loading in block embeds 2022-04-02 21:40:28 +08:00
Tienson Qin
2ea282b902 Reduce reactive queries for core outliner ops 2022-04-02 21:40:28 +08:00
Tienson Qin
c244674ad1 remove unused code 2022-04-02 21:40:28 +08:00
Tienson Qin
df597688b6 fix: simplify pagination loop 2022-04-02 21:40:28 +08:00
Tienson Qin
b9df07ee45 Merge page and block queries to get-paginated-blocks 2022-04-02 21:40:28 +08:00
Tienson Qin
ee897c244b Refactor page loading 2022-04-02 21:40:28 +08:00
Tienson Qin
b5576c8a22 WIP: long page performance improvement 2022-04-02 21:40:28 +08:00
Charlie
0d3ac91ca3 Feature/Setups of Onboarding Process (#4580)
UX enhancement: onboarding setup graphs 

Co-authored-by: llcc <lzhes43@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-04-02 21:37:38 +08:00
Tienson Qin
bcffcd7661 Add large vars hint 2022-04-02 20:05:58 +08:00
charlie
8b8967e85a enhance(ux): filter of marketplace plugins list 2022-04-02 20:05:58 +08:00