Commit Graph

20807 Commits

Author SHA1 Message Date
Tienson Qin
9a7d43daf2 replace capacitor with mobile 2025-07-04 03:38:58 +08:00
Tienson Qin
e373350aef fix: lint 2025-07-04 02:43:52 +08:00
Tienson Qin
bc8b2de4ad fix: separate page and block reference test 2025-07-04 02:13:44 +08:00
Tienson Qin
6598ba772a fix: tests 2025-07-04 01:05:59 +08:00
Tienson Qin
6b6efc8cfa fix: katex path 2025-07-03 18:35:22 +08:00
Tienson Qin
d3b58677fa Merge branch 'master' into feat/capacitor-new 2025-07-03 18:02:42 +08:00
Tienson Qin
5b6538a3bc fix: e2e tests 2025-07-03 18:00:46 +08:00
Tienson Qin
68b96fa432 fix: lost editor focus when indent to embed node 2025-07-03 17:35:35 +08:00
Gabriel Horner
b7feae4476 fix: batch remove required property
results in invalid entities e.g. invalid class
when extends is removed.
Fixes
https://test.logseq.com/#/page/6864f732-c4ac-4fea-8ef2-c40561e1bde6
2025-07-03 17:35:35 +08:00
Gabriel Horner
04d39d8de8 fix: batch delete tags breaks pages
Fixes
https://test.logseq.com/#/page/6864f732-c4ac-4fea-8ef2-c40561e1bde6.
Also fix protected property not notifying user
2025-07-03 17:35:34 +08:00
Tienson Qin
d0c54bb2b6 fix: lint 2025-07-03 17:34:38 +08:00
Tienson Qin
d46e97fafe perf: linked references
1. don't use recursive rule `block-parent`
2. using `:block/path-ref` to get both parent and children
3. run `hidden-ref?` check for refs only (not path-refs)
2025-07-03 17:34:14 +08:00
Tienson Qin
a63d21cf01 fix: lost editor focus when indent to embed node 2025-07-03 17:25:36 +08:00
charlie
32d70b2f5e refactor(dev): remove sync static files 2025-07-03 10:12:46 +08:00
Gabriel Horner
39e2967044 fix: batch remove required property
results in invalid entities e.g. invalid class
when extends is removed.
Fixes
https://test.logseq.com/#/page/6864f732-c4ac-4fea-8ef2-c40561e1bde6
2025-07-02 18:29:25 -04:00
Gabriel Horner
48adb2723d fix: batch delete tags breaks pages
Fixes
https://test.logseq.com/#/page/6864f732-c4ac-4fea-8ef2-c40561e1bde6.
Also fix protected property not notifying user
2025-07-02 18:23:10 -04:00
Tienson Qin
453ee3b3b4 fix: ensure website build doesn't rely on new mobile components
this commit also removes js e2e-tests
2025-07-02 22:38:32 +08:00
Tienson Qin
8a219cacc1 fix: update public/static to /static 2025-07-02 21:43:11 +08:00
Tienson Qin
76a8f8ce62 enhance(perf): view grouped results uses virtualized list 2025-07-02 17:16:51 +08:00
Tienson Qin
39d75f5d6f enhance(mobile): collapse query blocks by default 2025-07-02 17:09:51 +08:00
Tienson Qin
1c2648ee53 fix(mobile): click property title crashes 2025-07-02 15:55:07 +08:00
Tienson Qin
23caf1b910 perf: defaults to virtualized list for blocks
except for journals and children blocks
2025-07-02 15:23:31 +08:00
Tienson Qin
38cdc875e0 perf: get-class-extends 2025-07-02 15:23:30 +08:00
Gabriel Horner
6251e48efc enhance(dev): build :datetime properties for schema graph
Also fix intermittent issue with diffing previous exports and
misleading message for rangeIncludes
2025-07-02 15:23:01 +08:00
Gabriel Horner
16925777d6 fix(dev): rm unnecessary property conflicts for schema graph
Property conflict detection was based on older model where :block/name
was unique and built-in and user properties competed for same name
2025-07-02 15:23:01 +08:00
Gabriel Horner
c1cab09a31 enhance(dev): schema graph builds multiple parents for classes
know that extends is a :many
2025-07-02 15:23:01 +08:00
Tienson Qin
18d607a27e fix: lint 2025-07-02 15:23:01 +08:00
Tienson Qin
d4b37189a0 perf: linked references
1. don't use recursive rule `block-parent`
2. using `:block/path-ref` to get both parent and children
3. run `hidden-ref?` check for refs only (not path-refs)
2025-07-02 15:23:01 +08:00
Tienson Qin
6f4e8cc405 perf: defaults to virtualized list for blocks
except for journals and children blocks
2025-07-02 15:21:25 +08:00
Tienson Qin
2023d87f8e perf: get-class-extends 2025-07-02 15:21:25 +08:00
charlie
c9da221c59 fix(mobile): incorrect dragging style for the ios platform 2025-07-02 11:27:55 +08:00
Gabriel Horner
62c618c75d enhance(dev): build :datetime properties for schema graph
Also fix intermittent issue with diffing previous exports and
misleading message for rangeIncludes
2025-07-01 14:57:32 -04:00
Gabriel Horner
5d04681551 fix(dev): rm unnecessary property conflicts for schema graph
Property conflict detection was based on older model where :block/name
was unique and built-in and user properties competed for same name
2025-07-01 12:46:48 -04:00
Gabriel Horner
c315be920f enhance(dev): schema graph builds multiple parents for classes
know that extends is a :many
2025-07-01 11:55:45 -04:00
Tienson Qin
a5c3dda958 fix: lint 2025-07-01 23:05:25 +08:00
Tienson Qin
d8a07234c1 perf: linked references
1. don't use recursive rule `block-parent`
2. using `:block/path-ref` to get both parent and children
3. run `hidden-ref?` check for refs only (not path-refs)
2025-07-01 22:50:19 +08:00
Tienson Qin
b81c053f2a fix: hide keyboard when presenting modal 2025-07-01 16:28:31 +08:00
Tienson Qin
6ad99e8746 fix(mobile): move cursor to the end on iOS 2025-07-01 15:44:48 +08:00
Tienson Qin
88ad410a9d remove contenteditable as it introduces other issues 2025-07-01 15:28:14 +08:00
Tienson Qin
d80a1261c5 enhance(mobile): reduce breakpoints 2025-07-01 15:11:03 +08:00
charlie
be6be685d5 refactor: simplify web assets path 2025-07-01 14:55:18 +08:00
charlie
e02dff3ff7 refactor: simplify assets path 2025-07-01 14:41:17 +08:00
Tienson Qin
18309f28a9 fix(mobile): page icon size 2025-07-01 14:33:19 +08:00
Tienson Qin
b27277a2a2 fix(mobile): table view style 2025-07-01 14:23:54 +08:00
Tienson Qin
1f18aeb8c9 fix(mobile): table view scroll container 2025-07-01 10:33:16 +08:00
Tienson Qin
f339d0a712 enhance(ux): remove #Task from todos when toggle Done 2025-07-01 10:21:46 +08:00
Tienson Qin
90a776edf1 enhance(ux): hide #Task by default on mobile 2025-07-01 08:54:35 +08:00
Tienson Qin
001e5ec40c fix(mobile): display properties when zoom in 2025-07-01 08:48:35 +08:00
Tienson Qin
13305e3169 Merge branch 'master' into feat/capacitor-new 2025-07-01 08:06:47 +08:00
Tienson Qin
a365154eec fix: indentation after an embeded node
fixes https://github.com/logseq/db-test/issues/361
2025-06-30 23:28:47 +08:00