Commit Graph

20661 Commits

Author SHA1 Message Date
Tienson Qin
bfbb5422d6 fix: disable contenteditable in selection mode 2025-06-23 16:27:18 +08:00
charlie
2682bd4522 fix(mobile): invalid css 2025-06-23 15:59:19 +08:00
charlie
8e62a22aac fix(mobile): alignment for the block items 2025-06-23 15:56:58 +08:00
charlie
8571214e70 fix(mobile): text overflow for the references view body 2025-06-23 15:47:53 +08:00
charlie
2e7d778f30 fix(mobile): block editing cursor for ios platform 2025-06-23 14:11:31 +08:00
Tienson Qin
3c52bced5c Merge branch 'master' into feat/capacitor-new 2025-06-22 21:39:37 +08:00
Tienson Qin
bc56fa3bd0 fix: typo 2025-06-22 20:51:43 +08:00
Tienson Qin
73fdd87dcf enhance(ux): separate delete local graph and remote graph 2025-06-22 20:42:21 +08:00
Tienson Qin
33331cc3e6 enhance(perf): avoid re-run built-in queries when collapsed 2025-06-22 18:26:18 +08:00
Tienson Qin
f33d02c8ab fix: no border for table rows 2025-06-22 16:17:57 +08:00
Tienson Qin
ff2ebe31ef fix: open asset file with default app on Electron
related to https://github.com/logseq/db-test/issues/337
2025-06-22 16:06:52 +08:00
Tienson Qin
2383e44539 enhance: word 2025-06-22 12:50:52 +08:00
Tienson Qin
9b0263823f fix: invalidated blocks
related to https://github.com/logseq/db-test/issues/281
2025-06-22 12:33:48 +08:00
Tienson Qin
ac019a271d fix: graph view
related to https://github.com/logseq/db-test/issues/330
2025-06-22 10:34:19 +08:00
Tienson Qin
b5f0a4d236 fix: building search index shouldn't blocked by one block
related to https://github.com/logseq/db-test/issues/332
2025-06-22 10:22:02 +08:00
Tienson Qin
c8e869db4a fix: can't edit blocks on tags
fix https://github.com/logseq/db-test/issues/335
fix https://github.com/logseq/db-test/issues/336
2025-06-22 10:13:40 +08:00
Gabriel Horner
fdff75cdf8 fix: import not handling scheduled and deadline property
on same block. Fixes https://github.com/logseq/db-test/issues/318
2025-06-20 17:06:52 -04:00
Gabriel Horner
5479564899 fix: outliner lint 2025-06-20 15:11:54 -04:00
Gabriel Horner
b22e5af239 fix: built-in page converts to tag
from editor. Another fix for
https://github.com/logseq/db-test/issues/333
2025-06-20 15:06:55 -04:00
Gabriel Horner
e489cc283c fix: built-in pages could be turned into tags
Fixes https://github.com/logseq/db-test/issues/333.
Also added guards at handler level in case they are used elsewhere.
Made sure to couple them to outliner-validate as centralizing validation
is important if we want to have a consistent, bug-free approach
to updating entities
2025-06-20 12:53:23 -04:00
Tienson Qin
04aaa700af fix: disallow removing tag properties from tags 2025-06-19 23:43:23 +08:00
Tienson Qin
82e358953a perf: recycle dom nodes when folding references 2025-06-19 23:18:23 +08:00
Tienson Qin
f8488892f4 chore: remove image placeholder 2025-06-19 22:38:51 +08:00
Tienson Qin
119485fafb enhance(perf): reduce get-block calls when children have been loaded 2025-06-19 22:21:45 +08:00
Tienson Qin
b6c06b692a enhance(perf): reduce <get-block calls for children 2025-06-19 21:31:16 +08:00
Tienson Qin
7b5e545747 fix(regression): slow to scroll on 40k all pages 2025-06-19 20:05:43 +08:00
Tienson Qin
0047730991 enhance(perf): sort view data using datoms when possible 2025-06-19 19:26:09 +08:00
Tienson Qin
21a9b37ed0 enhance(perf): render references after table has been loaded
Also, use search index to check whether there're unlinked refs.
2025-06-19 18:37:02 +08:00
Tienson Qin
6c14572e9e perf: lazy render references 2025-06-19 16:37:48 +08:00
Tienson Qin
5d6f5ad8dd fix: a few bugs on sentry 2025-06-19 14:33:22 +08:00
Tienson Qin
477029d2ed fix(regression): assets referenced in blocks do not load correctly
on initial graph load

fixes https://test.logseq.com/#/page/6852fb42-bb45-486c-82cc-23ce9a4013d4
2025-06-19 14:11:52 +08:00
Tienson Qin
f2c96e0c0f chore: remove missing addresses check 2025-06-19 13:47:08 +08:00
Tienson Qin
e33e579c15 fix: use datascript db instead of sqlite kvs table for debug datoms 2025-06-19 13:35:30 +08:00
Tienson Qin
1e911808c4 fix: tests 2025-06-19 13:11:40 +08:00
Gabriel Horner
ca108e9ea6 fix: remove test and export support for tags
that doubled as properties. Follow up to
https://test.logseq.com/#/page/684af61f-7cf9-4680-a7da-e7f647332e0c
2025-06-18 15:52:53 -04:00
Gabriel Horner
4a6a3f8169 fix: schema not validating extends
Properties that are validated in a top-level schema need to be declared
in exceptions-to-block-properties. Also remove unused attribute for empty-placeholder
2025-06-18 15:26:14 -04:00
Gabriel Horner
8c6146a00d enhance: import markdown quotes
Went ahead and implemented ast block to string
as regex version of this would've been to buggy
2025-06-18 13:54:48 -04:00
Gabriel Horner
5b4f43d6f4 enhance: import quotes as #Quote
Can only support one quote per block so text around quotes
and multiple quotes aren't possible
Fixes https://github.com/logseq/db-test/issues/195
2025-06-18 13:54:48 -04:00
Tienson Qin
785e5b3203 fix: remove :block/order for tags 2025-06-19 00:58:48 +08:00
rcmerci
665a5a3725 test(e2e): add tag-basic-test, fix assert-non-editor-mode 2025-06-18 23:39:40 +08:00
Tienson Qin
170b0a9a81 fix: migrate for using properties as tags 2025-06-18 23:06:02 +08:00
Tienson Qin
f5d678b1ac fix: tests 2025-06-18 22:31:11 +08:00
Tienson Qin
9bb6842b1e fix: missing db/ident for inline tags 2025-06-18 21:57:57 +08:00
rcmerci
d6a96e825e fix: repo has wrong graph-schema-version in all-repos 2025-06-18 19:51:07 +08:00
rcmerci
e5a4417838 fix(rtc): missing create-by-ref 2025-06-18 19:49:42 +08:00
Tienson Qin
54a82f38cd fix: load all user datoms when opening a graph 2025-06-18 18:32:21 +08:00
Tienson Qin
f4f15c251a enhance(ux): set initial height for pictures 2025-06-18 17:26:16 +08:00
Tienson Qin
e09b8ca97e fix: task status in references are not loaded when rendering 2025-06-18 16:52:06 +08:00
Tienson Qin
3bdd46a898 enhance(ux): use yyyymmdd to search journals 2025-06-18 15:44:40 +08:00
Tienson Qin
e5a75db04d fix: tag properties migration 2025-06-18 14:28:46 +08:00