Commit Graph

14396 Commits

Author SHA1 Message Date
Tienson Qin
de80615c5f enhance: index embedding for updated blocks every 30s 2025-07-19 14:36:11 +08:00
Tienson Qin
133b5e497a enhance(ux): show embedding model download progress 2025-07-16 19:00:41 +08:00
Tienson Qin
00405d98d3 add local embedding model settings 2025-07-16 15:59:22 +08:00
Tienson Qin
88f62e86ec perf improvement 2025-07-16 14:40:18 +08:00
Tienson Qin
4b0cb79d0d fix: vector search 2025-07-16 04:33:05 +08:00
Tienson Qin
bfed2e3bc6 Add qwen3 embedding 2025-07-15 17:49:01 +08:00
Tienson Qin
f3e1da67c7 fix: infer worker doesn't work 2025-07-15 16:52:30 +08:00
Tienson Qin
e1147c3264 fix: c.m/run-task args 2025-07-15 15:59:01 +08:00
Gabriel Horner
adbac92f4a fix(regression): publishing app shows repo switcher
There's nowhere to switch to in publishing. Also shows menu options
which can cause errors in published file graphs
2025-07-14 10:51:08 -04:00
Gabriel Horner
e0632f0e25 fix: published file graph loading bugs
On startup of a published file graph, error notification displayed:
'read:Error: No protocol method Fs.readdir defined for type null' .
Came from :graph/ready event. Also was throwing console error '`Unknown Repo URL type:`'
2025-07-14 10:42:04 -04:00
Gabriel Horner
af1283a5da fix: login button in publishing 2025-07-14 09:40:25 -04:00
rcmerci
dbb20dea4b enhance(rtc): try to restart rtc if stop reason is ws-timeout 2025-07-12 23:09:00 +08:00
Tienson Qin
9d7856d345 fix: display reference preview in editing mode
fixes https://github.com/logseq/db-test/issues/369
2025-07-12 21:34:26 +08:00
Tienson Qin
585eb41d44 fix: editor cursor position 2025-07-12 21:05:39 +08:00
Tienson Qin
563b185a47 enhance(mobile): add sync button to restart rtc
so that users don't have to quit app to sync
2025-07-12 16:47:07 +08:00
Tienson Qin
015f7a3f54 enhance: use current time as name when pasting files 2025-07-12 14:26:55 +08:00
Tienson Qin
5f7213a47f fix: don't show [[]] for empty block 2025-07-12 14:16:38 +08:00
Tienson Qin
e98e993968 fix(mobile): tags are not displayed 2025-07-12 14:05:55 +08:00
Gabriel Horner
3c93fd2637 fix: frontend lint
Also fix desktop download instructions
2025-07-11 09:20:20 -04:00
Tienson Qin
2866d3baad fix: ensure all graphs are latest in those cases
1. upload a local graph
2. download a local graph
3. a remote graph has been deleted from another client
2025-07-11 20:49:02 +08:00
Tienson Qin
9ca7e45ec7 fix: refresh repos after uploading/downloading graph 2025-07-11 18:46:12 +08:00
Tienson Qin
489a88df78 fix: don't run file sync onboarding on web 2025-07-11 18:34:03 +08:00
Tienson Qin
2d50ca5ce2 Merge branch 'master' into feat/hnswlib+transformer-js 2025-07-11 18:15:33 +08:00
Tienson Qin
24e3a08b04 fix: style 2025-07-11 02:39:03 +08:00
Tienson Qin
5a40a2e161 fix: quick add on web/electron should open the last block 2025-07-11 01:52:18 +08:00
Tienson Qin
abe1046f22 fix: rtc group 2025-07-10 23:21:57 +08:00
Tienson Qin
2e88e1787a fix: lint 2025-07-10 18:13:34 +08:00
Tienson Qin
30d8b86f29 fix: allow login on web 2025-07-10 18:11:08 +08:00
Tienson Qin
9abe6864c1 Add rtc test group 2025-07-10 18:06:58 +08:00
Tienson Qin
d2827edcfa fix(mobile): block control not displayed initially when collapsed 2025-07-10 15:41:14 +08:00
Gabriel Horner
bb6ed709e5 refactor: use get-journal-page for finding a journal page
Only updated this in DB graph files since this is where they are
the most useful
2025-07-09 14:04:02 -04:00
Gabriel Horner
f09a0ce296 chore: add another ns to separate linter
Also fix another lint
2025-07-09 12:09:54 -04:00
rcmerci
a9a6bcee31 fix(rtc): indicator status update 2025-07-09 21:50:52 +08:00
Tienson Qin
c86885a96d feat: upload local graph to server 2025-07-09 20:19:16 +08:00
Tienson Qin
9d7d766ca4 fix: align top new graph dialog 2025-07-09 18:11:52 +08:00
Tienson Qin
adb62d9997 fix: mobile graphs 2025-07-09 17:28:37 +08:00
Tienson Qin
f2ea19bbdf fix: don't show file graphs on mobile 2025-07-09 09:30:23 +08:00
Tienson Qin
5bd4b09258 fix: dispatch mobile events only on mobile 2025-07-09 09:23:29 +08:00
Gabriel Horner
101fa65012 fix: disable nonsensical things for publishing
Disable graph creation and more ways to alter blocks in publishing
2025-07-08 15:52:38 -04:00
Gabriel Horner
379eb4d8fb fix: publishing not loading
after #11903. Also fix erroring during gc
2025-07-08 15:19:26 -04:00
Gabriel Horner
da7f9f1dcd fix: hiding #Task on mobile affects desktop
Don't hide #Task on desktop which is still useful.
Rather default mobile to hiding which has the added benefit
of handling other tags e.g. #Query.  Follow up to #11903
2025-07-08 12:11:43 -04:00
Tienson Qin
383740e987 fix(mobile): open block when clicking table row 2025-07-08 22:36:44 +08:00
Tienson Qin
dcf1649ba8 fix(mobile): block control style 2025-07-08 22:04:48 +08:00
Gabriel Horner
f736895b1b fix: remove unused e2e-test namespace
workflow step and docs for tests deleted in #11903
2025-07-08 08:53:27 -04:00
Tienson Qin
d088e3e917 fix: multiple empty blocks on quick add 2025-07-08 19:20:31 +08:00
Tienson Qin
01ee6a1c6d enhance(ux): multiple blocks dragging on mobile 2025-07-08 17:27:23 +08:00
Tienson Qin
57f29d2c68 fix: can't search blocks added from quick add 2025-07-08 15:48:56 +08:00
Tienson Qin
2c47b92675 enhance(ux): disable journal blocks virtualize to improve scroll 2025-07-08 14:24:41 +08:00
Tienson Qin
668d64ee24 Merge branch 'master' into feat/capacitor-new 2025-07-08 13:56:33 +08:00
Tienson Qin
0885de9c79 fix(regression): Invalid :number property value still displays
after moving to other block

fixes https://test.logseq.com/#/page/68669ef3-7de8-4d96-95fc-21f2c1887ef5
2025-07-08 13:55:35 +08:00