Commit Graph

11602 Commits

Author SHA1 Message Date
Tienson Qin
467e91b0b0 fix: set loading per-length to 1000 to make UI responsive 2023-05-31 01:46:09 +08:00
rcmerci
4613a1e3ee store datoms to sqlite as transit 2023-05-31 01:17:55 +08:00
rcmerci
20618afaa7 add bb task: validate sqlite data 2023-05-30 00:39:22 +08:00
Tienson Qin
c06cfb8157 Wait shorter 2023-05-29 18:21:16 +08:00
Tienson Qin
e01846188a refactor: add frontend.db.listener 2023-05-29 17:56:35 +08:00
Tienson Qin
fe107ae8fc perf: transact datoms instead of db/add 2023-05-29 17:15:40 +08:00
Tienson Qin
c0f749b55b enhance: separate high priority pages from unloaded-pages 2023-05-29 12:33:17 +08:00
Tienson Qin
07510adb16 add debug 2023-05-29 12:00:41 +08:00
Tienson Qin
2ac5be3cb7 enhance: load high priority pages 2023-05-29 11:48:39 +08:00
Tienson Qin
357a2de3e0 enhance: disable editing while loading page/block 2023-05-28 23:01:12 +08:00
Tienson Qin
542d28c6a9 Merge branch 'master' into feat/db 2023-05-27 11:59:27 +08:00
Tienson Qin
0a37f24aea fix: small batches to keep the app responsive 2023-05-27 11:50:17 +08:00
Gabriel Horner
cb0d52fb1c Merge pull request #9480 from logseq/fix/whiteboards-issues
Fix (Whiteboards): Various issues
2023-05-26 10:09:08 -04:00
Gabriel Horner
df2edd44ac Rename temp :block keys to be explicit about their use
:block is a heavily used namespace. We should at least
be explicit about keys that aren't being transacted
2023-05-26 09:13:38 -04:00
Gabriel Horner
33285a354d Fix table and view properties not hidden on display
fix #9489
2023-05-26 09:10:46 -04:00
rcmerci
942969184b fix input-idle :diff arg 2023-05-26 14:09:07 +08:00
Tienson Qin
5b5d61b3a8 fix: load other data 2023-05-26 02:46:21 +08:00
Tienson Qin
7479044c4f fix: init data 2023-05-26 02:36:40 +08:00
Tienson Qin
1758157bc8 fix: entity not exists when loading graph from sqlite 2023-05-26 02:32:17 +08:00
rcmerci
0dcb5e1a14 faster restore-graph-from-sqlite 2023-05-26 01:50:42 +08:00
Gabriel Horner
6f50c1cc19 Merge pull request #9493 from logseq/dev/migrate-dicts-to-edn
Chore: Move language files to EDN
2023-05-25 12:26:16 -04:00
rcmerci
9a67574afb add ns docstring 2023-05-25 23:29:30 +08:00
rcmerci
a2a8aaf93b add frontend.db.restore 2023-05-25 23:28:01 +08:00
Tienson Qin
241d957586 fix: import whiteboard 2023-05-25 22:40:30 +08:00
Konstantinos Kaloutas
3ef1adefb0 fix: remove unneeded persist 2023-05-25 13:29:39 +03:00
Konstantinos Kaloutas
f8a57d9ab6 Merge branch 'fix/whiteboards-issues' of github.com:logseq/logseq into fix/whiteboards-issues 2023-05-25 12:51:12 +03:00
Konstantinos Kaloutas
72097e6b67 fix: remove empty group 2023-05-25 12:50:52 +03:00
Tienson Qin
d8c517039a fix: no whiteboards in the exported edn/json 2023-05-25 16:59:14 +08:00
Tienson Qin
3e7c9322e4 fix: import page 2023-05-25 15:16:39 +08:00
Tienson Qin
569970d450 Export all blocks 2023-05-25 13:03:53 +08:00
Konstantinos
525c4ba2de Merge branch 'master' into fix/whiteboards-issues 2023-05-25 00:02:45 +03:00
Gabriel Horner
ad3eda7c25 Tutorial fix and refactor. Update docs
* Some langs like es didn't have tutorials translated and were
  pretending to
* it lang had tutorials but they weren't being used
* Moved tutorials to the more appropriate src/resources/tutorials
* Also fixed typos and bb task
2023-05-24 16:57:48 -04:00
Gabriel Horner
28ff6b1894 Move dictionaries to EDN
Also introduce src/resources/ for classpath resources as templates/ is a
misleading name for generic resources and resources/ is being used for
non-resource things. Confirmed translations are the same with bb
lang:list
2023-05-24 16:07:54 -04:00
Konstantinos Kaloutas
fb84f336eb fix: e2e test 2023-05-24 22:27:34 +03:00
Konstantinos Kaloutas
97defb37f6 revert bounds change 2023-05-24 22:00:53 +03:00
Konstantinos Kaloutas
49b418ece5 add group class 2023-05-24 21:59:08 +03:00
Konstantinos Kaloutas
57d6b1a018 fix: group meta 2023-05-24 21:49:21 +03:00
Konstantinos Kaloutas
fe99214941 fix: e2e tests 2023-05-24 21:49:07 +03:00
Konstantinos Kaloutas
83e33905b2 chore: add tests 2023-05-24 21:24:25 +03:00
Konstantinos Kaloutas
b1cc247494 fix: undo deleted group #9486 2023-05-24 20:44:33 +03:00
rcmerci
8f65b3709f sort tx-data when restore graph from sqlite 2023-05-25 00:03:15 +08:00
level101
39f8d6f952 main/frontend/dicts/ru: update cycle-todo 2023-05-24 09:39:25 -04:00
level101
719a22f6fa main/frontend/dicts/ru: update translation 2023-05-24 09:39:25 -04:00
level101
e1486fa169 main/frontend/dicts/ru: prepare translation, add all elements 2023-05-24 09:39:25 -04:00
rcmerci
a6f362550b fix restore-graph-from-sqlite 2023-05-24 21:36:45 +08:00
Andelf
1c7ef7ed2a ci: run e2e when releasing (#9478) 2023-05-24 21:34:51 +08:00
Tienson Qin
33c7b0ee42 Rename datascript.cljc to datascript.cljs 2023-05-24 21:15:26 +08:00
Tienson Qin
e3ec6a4ced add "get-all-blocks" debug fn 2023-05-24 21:10:04 +08:00
Konstantinos
643616b2e1 Merge branch 'master' into fix/whiteboards-issues 2023-05-24 14:50:07 +03:00
Konstantinos Kaloutas
3ba55fa67b fix: update nonce on arrow position change 2023-05-24 14:44:48 +03:00