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
charlie
ba70d0704c
enhance(mobile): improve topbar style
2025-08-10 11:38:56 +08:00
charlie
059261c63c
enhance(mobile): clickable link item for the left sidebar item
2025-08-10 11:33:28 +08:00
charlie
5e6e5596aa
Merge branch 'master' into enhance/mobile-silk
2025-08-10 10:50:38 +08:00
rcmerci
123d03f293
fix: use transit for :inflateGraphsInfo ipc
2025-08-09 22:25:48 +08:00
rcmerci
ca4b5c5266
fix(export): ignore :logseq.property/created-by-ref when export-edn
2025-08-08 14:10:05 +08:00
rcmerci
a971c4389a
chore: don't use frontend.util in worker
2025-08-08 13:43:42 +08:00
Tienson Qin
da73a6c48e
fix: add journal day ref to scheduled and deadline properties only
...
not all :datetime properties
2025-08-08 00:09:58 +08:00
rcmerci
e69f652041
enhance(rtc): generate rtc ops from migration-updates&tx-data
2025-08-07 23:12:23 +08:00
Gabriel Horner
3700f4bc8f
chore: bump node version to match new electron version
...
introduced in 1d9fa69296 .
See https://releases.electronjs.org/release/v37.2.6 for node version
2025-08-07 10:30:53 -04:00
charlie
10054b8213
fix(mobile): sidebar link item
2025-08-07 17:06:18 +08:00
Tienson Qin
41cb83e3ed
enhance(ux): swipe from screen edge to open sidebar
2025-08-07 16:59:05 +08:00
rcmerci
1712c0897a
enhance(rtc): sync rename-db-ident ops
2025-08-07 16:40:51 +08:00
rcmerci
87bffd7d98
refactor(rtc): rename db-ident-kv-op to update-kv-value-op
2025-08-07 13:57:53 +08:00
charlie
45499ba587
Merge branch 'master' into enhance/mobile-silk
2025-08-07 11:28:55 +08:00
charlie
d953ed87fa
fix(ui): incorrect left sidebar width
2025-08-07 11:20:19 +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
1d9fa69296
chore: bump electron to 37
2025-08-07 09:33:49 +08:00
Gabriel Horner
707f49bc4f
fix: nbb-logseq bundling and quirky datascript requires ( #12032 )
...
* fix: nbb-logseq bundling and quirky datascript requires
* fix: bump nbb-logseq for node version incompatibility
2025-08-06 13:16:50 -04:00
rcmerci
5630d9fd93
enhance: add :rename-db-idents migration type
2025-08-06 22:52:13 +08:00
charlie
f682cec29d
enhance(mobile): add favorite/unfavorite button
2025-08-06 19:54:05 +08:00
Tienson Qin
66f381a331
fix: keep keyboard open when editing another block
2025-08-06 16:50:54 +08:00
charlie
2c0affde1b
enhance(mobile): use the popup actions sheet for the switch graphs modal
2025-08-06 16:17:38 +08:00
charlie
87acee4ed2
enhance(mobile): smaller title for the actions sheet
2025-08-06 15:31:17 +08:00
charlie
dbfadca825
enhance(mobile): reuse left sidebar style
2025-08-06 15:21:09 +08:00
Tienson Qin
a14cd54767
enhance(mobile): set higher opacity for quick add backdrop
2025-08-06 15:16:50 +08:00
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
1cccba3901
enhance(ux): warning if webgpu is not supported on browser
2025-08-06 12:53:56 +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