Commit Graph

15384 Commits

Author SHA1 Message Date
Gabriel Horner
241c1c104e refactor: have one fn to fetch ~/logseq/graphs dir
Also add deps.edn to cli dep which is needed for reuse with frontend
2025-08-11 17:05:39 -04:00
Gabriel Horner
1765148851 fix: remove unused CI flag
Was used for removed e2e tests. Test rtc just in case
2025-08-11 17:05:39 -04:00
Gabriel Horner
887d91d2ac enhance: start CLI dep and implement list command
Also move common db graph list to shared ns and move common prefix
constants to common-config
2025-08-11 17:05:39 -04:00
Tienson Qin
12e1f35cc4 enhance(ux): filter by empty and not empty value 2025-08-10 22:53:05 +08:00
Tienson Qin
8f29bc17db fix: page blink when inserting new block when zoom-in a block 2025-08-10 13:23:08 +08:00
Tienson Qin
808f0f0fac fix: typo 2025-08-10 12:59:38 +08:00
Tienson Qin
1e1f4bb51b fix: remove outdated checksum entities when validating db 2025-08-10 12:56:50 +08:00
Tienson Qin
7685760aff fix: check asset exists before transacting checksum
related to https://github.com/logseq/db-test/issues/415
2025-08-10 12:48:39 +08:00
rcmerci
123d03f293 fix: use transit for :inflateGraphsInfo ipc 2025-08-09 22:25:48 +08:00
Tienson Qin
e2d8fe3088 fix: don't send cookie to youtube website on electron
related to https://github.com/logseq/logseq/issues/12031
2025-08-07 11:02:37 +08:00
Tienson Qin
1cccba3901 enhance(ux): warning if webgpu is not supported on browser 2025-08-06 12:53:56 +08:00
Tienson Qin
9d594637c4 fix: don't infer hidden blocks 2025-08-05 20:27:18 +08:00
Tienson Qin
78a054eec7 fix: posthog not defined in release mode 2025-08-05 20:08:42 +08:00
Tienson Qin
d84d3f9652 enhance(ux): set/unset #Page to convert between page and block (#11970)
* enhance(ux): add/remove #Page to toggle page/block

* enhance(ux): "p t" to set tags for selected blocks

Updated "p a" to toggle displaying all properties including hidden ones.

* feat: cmd+k move blocks

* fix: block could be converted to page and create invalid nodes

Pages with block namespace parents is nonsensical and pages in
property values led to multiple validation errors. Also guard
against class and property pages as namespace parents

* fix: warn on failed cut+paste or indent/outdent of page blocks. Better to warn than silent failure which leaves user confused on
what happened. 

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2025-08-05 17:45:57 +08:00
Tienson Qin
af41e7ea3d Merge branch 'master' into feat/hnswlib+transformer-js 2025-08-04 23:08:23 +08:00
Tienson Qin
3025c94d28 fix: checkbox property value should be aligned center 2025-08-04 20:40:53 +08:00
Tienson Qin
a918e5b6f1 enhance(ux): show edit button instead of 00:00 for datetime property 2025-08-03 16:58:19 +08:00
Tienson Qin
c2c8727f6c Merge branch 'master' into feat/hnswlib+transformer-js 2025-08-03 16:40:22 +08:00
Tienson Qin
be69292346 set *publishing? 2025-08-03 16:37:45 +08:00
Tienson Qin
11eb0f38a6 use official @sqlite.org/sqlite-wasm instead of our fork 2025-08-03 14:33:47 +08:00
Tienson Qin
c9e446fd86 fix: application Crash when trying to populate node property
fixed https://github.com/logseq/db-test/issues/402
2025-08-01 13:45:04 +08:00
Tienson Qin
fe93a31563 fix: macros not rendering in property value and views
fixed https://github.com/logseq/db-test/issues/151
fixed https://github.com/logseq/db-test/issues/388
2025-08-01 03:56:37 +08:00
Tienson Qin
25b0e25d4f fix: page tags not showing on page view in iOS
fixed https://github.com/logseq/db-test/issues/399
2025-08-01 03:03:43 +08:00
Tienson Qin
de67a46e92 fix: video assets can not play on desktop app
fixed https://github.com/logseq/db-test/issues/398
2025-08-01 02:37:57 +08:00
Tienson Qin
1fe46682e4 Merge branch 'master' into feat/hnswlib+transformer-js 2025-08-01 00:14:28 +08:00
Tienson Qin
8c402676a9 fix: page references with same name in one block (#12017)
* fix: page references with the same name in one block

* fix: empty :block/name for Library pages

* fix: invalid call to uuid-string?

trace suddenly showing up in multiple CLI calls

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2025-08-01 00:09:31 +08:00
Tienson Qin
1e8d7de446 fix: load progress in shared worker 2025-08-01 00:03:22 +08:00
Tienson Qin
1e84a21042 enhance: use sharedworker for inference to reduce memory usage 2025-07-31 22:38:44 +08:00
Tienson Qin
e8d6ae1a2f disable qwen3 embedding 2025-07-31 22:02:13 +08:00
Tienson Qin
67a0f7cd8c Merge branch 'master' into feat/hnswlib+transformer-js 2025-07-31 20:08:29 +08:00
Tienson Qin
0bfb458d90 fix(regression): table view in file graph 2025-07-31 20:01:41 +08:00
Tienson Qin
474b192027 fix: click on page title in query table opens it twice in file graph
fixed https://github.com/logseq/db-test/issues/395
2025-07-31 18:19:01 +08:00
Tienson Qin
9ed4cdc34d fix: blocks in Library pages have incorrect page relationship
fixed https://github.com/logseq/db-test/issues/394
2025-07-31 17:53:35 +08:00
rcmerci
b4b375fe03 fix(rtc): :client/schema is empty for class-block 2025-07-31 00:44:37 +08:00
rcmerci
8c1930ec71 fix(rtc): is rtc-graph if graph-uuid exists 2025-07-31 00:00:41 +08:00
Tienson Qin
3527a43583 enhance(ux): show loading when creating a remote graph 2025-07-30 23:49:54 +08:00
Tienson Qin
6e9864a3b6 fix: cursor position bug in code-block 2025-07-30 17:58:36 +08:00
Tienson Qin
44f9d8aa03 enhance(ux): don't show block breadcrumbs on header
Only shows page parents on header.
2025-07-30 17:43:46 +08:00
Tienson Qin
4caa79a227 fix(regression): "icon::" property doesn't work for file graphs
fixed https://github.com/logseq/db-test/issues/378
2025-07-30 16:38:17 +08:00
Tienson Qin
2390f81da9 fix: Multi Value Property Available Choices list is not scrollable
fixes https://github.com/logseq/db-test/issues/381
2025-07-30 16:13:02 +08:00
Tienson Qin
3870f7c108 fix: lint 2025-07-30 15:59:06 +08:00
Tienson Qin
0e953e2572 fix: image link 2025-07-30 15:48:24 +08:00
Tienson Qin
37736741e6 fix: local file path is not working on MD and DB
related to https://github.com/logseq/db-test/issues/389
2025-07-30 15:16:23 +08:00
Tienson Qin
45709f9435 fix: :number values in property can't be deleted in table view
fixed https://github.com/logseq/db-test/issues/382
2025-07-30 14:00:54 +08:00
Tienson Qin
281817ecb0 fix: rtc extra tests 2025-07-30 12:12:20 +08:00
Tienson Qin
7605ed61a0 fix: rtc e2e tests 2025-07-29 12:53:37 +08:00
Tienson Qin
7e04733acf fix: lint 2025-07-29 01:21:49 +08:00
Tienson Qin
5ee795171c enhance: display show more by default 2025-07-29 01:19:26 +08:00
Tienson Qin
a9e9149350 fix: add score for non-matched results 2025-07-29 01:17:22 +08:00
Tienson Qin
d1cabafcc2 ensure db/id is not great than 2147483647 for embedding 2025-07-29 00:53:24 +08:00