Commit Graph

23218 Commits

Author SHA1 Message Date
Tienson Qin
8a862b7a0d fix: buggy sticky header when there're multiple tables 2025-09-03 18:06:31 +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
Gabriel Horner
a81274cd0d fix: import quoted math blocks
and lists in quote blocks. Addresses main issue in https://github.com/logseq/db-test/issues/434
2025-09-02 13:52:32 -04:00
Gabriel Horner
6ed338b96a fix(regression): journal refs not being built for user :datetime properties
Regression accidentally introduced in da73a6c48e
2025-09-02 11:20:41 -04:00
Tienson Qin
ef5b668c55 fix: remove inference-worker from release-mobile 2025-09-02 20:35:12 +08:00
Tienson Qin
2aee658547 perf: add weak references to reduce memory usage (#12082)
* chore: bump datascript
2025-09-02 19:25:52 +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
Tienson Qin
d4217fba89 fix: remove main-bundle.js 2025-09-02 09:58:08 +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
Gabriel Horner
dac7ad37a6 fix: publishing doesn't load with latest shadow changes 2025-09-01 16:54:06 -04:00
Tienson Qin
b97b63fd21 fix: run cljs build before webpack 2025-09-01 23:22:18 +08:00
Tienson Qin
abe03fdaca refactor: use webpack only for workers 2025-09-01 10:27:34 +08:00
Tienson Qin
a59b76bb56 enhance: improve shadow-cljs initial load time
https://clojureverse.org/t/improving-initial-load-time-for-browser-builds-during-development/2518
2025-08-31 15:41:42 +08: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
8f6457b373 dev: update prompts/review.md about dorun 2025-08-29 13:19:04 +08:00
rcmerci
6b2bf51db7 dev: update prompts/review.md 2025-08-29 01:48:52 +08:00
rcmerci
ceb1603a11 update logseq/datascript 2025-08-28 22:46:26 +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
9ac33d60c3 refactor: update review.md, update date_time.cljs 2025-08-28 17:58:09 +08:00
rcmerci
d05be857f0 refactor: avoid redundant computation on db-rebuild-block-refs 2025-08-28 17:58:09 +08:00
Gabriel Horner
8ea1edd9e5 fix(cli): Unexpected errors should exit 1 2025-08-27 15:06:41 -04: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
d7ef292718 fix: tests 2025-08-27 21:58:14 +08:00
Tienson Qin
284edf5d70 fix: can't toggle collapse page 2025-08-27 21:47:13 +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
2704becc67 enhance: add low memory check 2025-08-27 16:25:48 +08:00
Tienson Qin
d133575684 fix: screen white when restoring app from background 2025-08-27 15:05:22 +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