Commit Graph

21139 Commits

Author SHA1 Message Date
charlie
099d27fda5 enhance(mobile): improve actions sheet style 2025-08-06 14:02:20 +08:00
Tienson Qin
6bf87990ff remove opacity on header buttons 2025-08-06 13:24:44 +08:00
Tienson Qin
dd521b0e57 enhance(mobile): add left sidebar 2025-08-06 00:00:41 +08:00
Tienson Qin
1ba20ba4bf Separate mobile header from app 2025-08-05 23:30:33 +08:00
Tienson Qin
ba39408d8f chore: remove ionic ui 2025-08-05 23:07:05 +08:00
charlie
e828e960be fix(mobile): css watch 2025-08-05 22:58:20 +08:00
charlie
51646c5da1 fix(mobile): css watch 2025-08-05 22:51:52 +08:00
charlie
8c8c82cdfd enhance(mobile): add cancel button to the search bar 2025-08-05 22:50:52 +08:00
Tienson Qin
abf1e27025 fix: sync worker js files to static/mobile/js 2025-08-05 22:42:30 +08:00
Tienson Qin
4960790857 add silk sidebar and persistent sheet 2025-08-05 22:09:36 +08:00
Tienson Qin
a7fa1812da Merge branch 'master' into enhance/mobile-silk 2025-08-05 21:09:05 +08:00
Tienson Qin
ab07860907 fix: release-electron
related to https://github.com/logseq/db-test/issues/411
2025-08-05 20:42:30 +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
a4d41f63ef Merge branch 'master' into enhance/mobile-silk 2025-08-05 19:27:16 +08:00
Tienson Qin
11514a0c3c fix: remove mobile static from test website 2025-08-05 19:07:28 +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
charlie
88e41f95bc fix(mobile): layout for the view actions toolbar 2025-08-05 14:00:33 +08:00
charlie
1c113c7a73 fix(mobile): keyboard for editing 2025-08-05 13:41:41 +08:00
Tienson Qin
a20d1f2b18 fix: failed to load fonts 2025-08-05 02:31:15 +08:00
Tienson Qin
f8c15c96e1 fix: clear search input quit and re-open keyboard 2025-08-05 01:49:21 +08:00
Tienson Qin
cdbbf668de fix: add button and Add new graph not aligned 2025-08-05 01:28:30 +08:00
Tienson Qin
9a2c28c969 fix: Quick add doesn't auto-focus on the last block 2025-08-05 00:53:44 +08:00
Tienson Qin
80b7396ade fix: always render popup 2025-08-05 00:34:25 +08:00
Tienson Qin
89a4323485 fix: Recent search and Recent updates not aligned 2025-08-04 23:47:53 +08:00
Tienson Qin
a2eee34d80 Merge pull request #12009 from logseq/feat/hnswlib+transformer-js
feat: semantic search
2025-08-04 23:08:38 +08:00
Tienson Qin
af41e7ea3d Merge branch 'master' into feat/hnswlib+transformer-js 2025-08-04 23:08:23 +08:00
Gabriel Horner
a407035d80 fix: app and other builds no longer require shadow-cljs config hack
Reverts bug fix for
347323b7d6
and for other builds. This bug no longer applies b/c :shared is no
longer used or b/c of shadow-cljs update
2025-08-04 10:41:55 -04:00
Tienson Qin
3025c94d28 fix: checkbox property value should be aligned center 2025-08-04 20:40:53 +08:00
charlie
37ae49e3fd fix(mobile): incorrect notification ui 2025-08-04 15:49:28 +08:00
charlie
67da127ba7 Merge branch 'master' into enhance/mobile-silk 2025-08-04 15:16:49 +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
charlie
ebc14a51f7 Merge branch 'master' into enhance/mobile-silk 2025-08-02 10:16:14 +08:00
Gabriel Horner
74fa24cb1e fix: publishing no longer has bug requiring shadow-cljs config hack
Reverts bug fix from
a80a182a8f.
Confirmed dev and release work for publishing. This bug may no longer
apply b/c :shared is no longer used or b/c of shadow-cljs update
2025-08-01 19:24:06 -04:00
Gabriel Horner
182a51a85e fix: publishing app in prod mode
Also fix watch-publishing-frontend which had stopped working awhile back
with shadow-cljs update
2025-08-01 17:56:39 -04:00
Gabriel Horner
f7e32108f2 enhance(dev): add more workers and db ns to linters 2025-08-01 14:37:18 -04:00
Gabriel Horner
cf4153b1cd fix: yarn watch 2025-08-01 13:49:31 -04: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
3fc53f4778 fix: add missing code-editor.js to mobile
related to https://github.com/logseq/db-test/issues/400
2025-08-01 03:22:19 +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