Commit Graph

17706 Commits

Author SHA1 Message Date
Charlie
56b54d5f40 Fix(mobile): share contents between apps (#12086)
* fix(mobile): share asset file for the db graph

* enhance(android): update manifest and intent handling for asset embedding
2025-09-04 16:39:50 +08:00
Tienson Qin
6c3e3c344d fix: don't show matched children blocks in view results 2025-09-03 21:22:59 +08:00
Tienson Qin
248d8c33f2 refactor: remove block/path-refs (#12081)
1. refactor: use :block/refs and has-ref rule instead of path-refs
2. remove block/path-refs
3. removes :block-parent rule since there's already :parent
4. enhance: skip pipeline calculation for rtc initial download tx
5. refactor(rtc): remove memoize

---------

Co-authored-by: rcmerci <rcmerci@gmail.com>
2025-09-03 20:33:33 +08:00
Tienson Qin
77722216d6 fix: smooth sticky header 2025-09-03 19:31:32 +08:00
Tienson Qin
b399275034 fix: don't clear selection when clicking property value in popup 2025-09-03 17:15:12 +08:00
Tienson Qin
eb2ae991b3 fix: select options order changed when choosing values 2025-09-03 17:03:50 +08:00
Tienson Qin
1c947ef229 fix: clear block selection when clicking property value 2025-09-03 16:47:48 +08:00
Tienson Qin
43e7eda18d fix(mobile): reload the app if db worker closed 2025-09-03 16:36:39 +08:00
Tienson Qin
cee1572acd fix: posthog init 2025-09-02 18:58:50 +08:00
Tienson Qin
afdf00ed26 fix: tweet embed 2025-09-02 17:40:14 +08:00
charlie
be965505d0 enhance(i18n): related with asset block actions 2025-09-02 15:03:20 +08:00
charlie
3e480d665f fix(ux): edit block for the asset ref block 2025-09-02 15:01:48 +08:00
Tienson Qin
28fbfa8f07 fix: worker-repl 2025-09-02 13:26:39 +08:00
Gabriel Horner
e9cdb52a39 fix: add publishing workaround so that a page link can load
Loading the publishing app with a journal page link e.g. #/page/00000001-2025-0901-0000-000000000000
failed with "Error: 139 is not ISeqable". Weirdly :block/tags in
publishing app is returning integers instead of set of integers while
the app loads. This was encountered before in
06b43ba5b7
2025-09-01 17:22:06 -04:00
Tienson Qin
5846e0544e fix: deleting current node move its properties to previous block
fixes https://github.com/logseq/db-test/issues/448
2025-08-31 13:18:15 +08:00
Tienson Qin
2e9b6c18b9 fix: math node does not render on desktop
related to https://github.com/logseq/db-test/issues/449
2025-08-31 13:07:24 +08:00
charlie
760cf625f1 enhance(ux): improve slash commands sorting for the priority items 2025-08-31 12:59:26 +08:00
Tienson Qin
eed6224fcd fix: dsl shows uuid instead of title
related to https://github.com/logseq/db-test/issues/451
2025-08-31 12:50:06 +08:00
Tienson Qin
4b0ea7d0cf fix: remove hidden properties from query result
fixes https://github.com/logseq/db-test/issues/452
2025-08-31 12:32:16 +08:00
Tienson Qin
6562259674 fix: remove graph conn when switching to another one 2025-08-30 22:04:15 +08:00
Tienson Qin
a92b49c8e1 enhance: move graph view to the bottom of navigations by default 2025-08-30 20:17:57 +08:00
Tienson Qin
90fa1112fd fix: don't show positioned properties in table row popup 2025-08-30 20:10:30 +08:00
Tienson Qin
b0ddf838e5 fix: math mode brackets render incorrectly
fixes https://github.com/logseq/db-test/issues/447
2025-08-30 13:03:55 +08:00
rcmerci
4c2428f858 enhance(rtc): ease mem pressure when transacting downloaded-graph
1. partition huge tx-data
2. reduce redundant computations in db-listener
2025-08-29 16:05:19 +08:00
rcmerci
4186bb0731 fix: don't cache entity which refer the db 2025-08-28 22:11:22 +08:00
rcmerci
3ffb5968cb fix(rtc): remove usage of memoize in page-of-block 2025-08-28 21:58:12 +08:00
rcmerci
290124d665 refactor: apply more changes according to review.md 2025-08-28 18:07:10 +08:00
rcmerci
d05be857f0 refactor: avoid redundant computation on db-rebuild-block-refs 2025-08-28 17:58:09 +08:00
Tienson Qin
381f4efe3e fix: don't show add property for pages when there's no properties 2025-08-27 22:27:02 +08:00
Tienson Qin
96fc41eb20 fix: show full properties for pages when expanded
fixes https://github.com/logseq/db-test/issues/409
2025-08-27 22:11:01 +08:00
Tienson Qin
2cf9a6c61c enhance(ux): increase size for page title positioned property icons 2025-08-27 22:03:24 +08:00
Tienson Qin
c00460a97d fix: press on indentation line should work recursively
related to https://github.com/logseq/db-test/issues/423
2025-08-27 19:43:40 +08:00
rcmerci
cef712243e chore(rtc): add logs when download-graph 2025-08-27 18:43:39 +08:00
Tienson Qin
1856aede43 fix: reload from js side 2025-08-27 17:36:30 +08:00
Tienson Qin
61b862d88a fix: remove inline page tags when saving or inserting blocks
Page tags here means db-class/page-classes.
2025-08-27 13:47:27 +08:00
Tienson Qin
cf47d75077 chore: remove assert 2025-08-27 11:55:35 +08:00
Tienson Qin
e095f14ef9 fix: tests 2025-08-27 11:47:00 +08:00
Tienson Qin
c3382c82bb fix: remove inline tag #Page from block/title 2025-08-27 10:51:33 +08:00
Tienson Qin
8f1d01daad fix: don't show mod+enter to inline #Page 2025-08-27 10:34:28 +08:00
charlie
876d5dba5a fix(ui): layout of the plugins top buttons 2025-08-27 10:25:14 +08:00
Gabriel Horner
a8e2b173ce fix(api): unexpected failures in api should 500
Previously we were getting 200s which makes handling more complicated
(check status and async response) and was already resulting in buggy
error handling
2025-08-26 15:19:32 -04:00
rcmerci
8405b24f8b refactor: Use db-after in fix-page-tags
Use the immutable db-after value for reads in `fix-page-tags` instead of the mutable conn.
2025-08-27 02:24:22 +08:00
Tienson Qin
40d7583a2a fix: fix tags when adding inline tags
related to https://github.com/logseq/logseq/pull/12058
2025-08-27 00:29:43 +08:00
Gabriel Horner
bf68783348 enhance: add append improvements based on feedback
* For append api call, default to today if app is not in a page context
* API relate commands can auth w/ env var
2025-08-26 11:49:02 -04:00
Gabriel Horner
58270ff934 enhance: add append command
Fixes https://test.logseq.com/#/page/689ca670-d93f-4fe0-a262-029d95f8450f
2025-08-26 11:27:34 -04:00
charlie
bc46cf7d14 enhance(api): improve append_block_in_page to handle current page context 2025-08-26 11:27:34 -04:00
Gabriel Horner
13d7709b34 chore: dry up usage of same fn across 3 namespaces 2025-08-26 11:27:34 -04:00
Gabriel Horner
0722097df1 enhance: export cmd reuses existing namespaces 2025-08-26 11:27:34 -04:00
rcmerci
92ed692151 enhance: remove usages of macro get-all-defined-kw->config 2025-08-26 21:15:23 +08:00
Tienson Qin
bb1a502806 fix: click on indentation line to unfold nodes not working
related to https://github.com/logseq/db-test/issues/423
2025-08-26 21:04:09 +08:00