Tienson Qin
05f21dd8ba
fix: capture error support extra data
2025-12-08 00:10:10 +08:00
rcmerci
af22f09748
script: update create-graph-with-clojuredocs
2025-12-07 23:49:43 +08:00
Tienson Qin
07cc46663a
fix(mobile): disable main content horizontal scrollable
2025-12-07 23:48:26 +08:00
Tienson Qin
bd8ba941e3
fix: lint
2025-12-07 23:18:56 +08:00
rcmerci
e90191f632
script: add create-graph-with-clojuredocs
2025-12-07 23:10:07 +08:00
Tienson Qin
71866e50ef
enhance(mobile): login uses bottom sheet instead of dialog
2025-12-07 23:04:50 +08:00
Tienson Qin
edb9f914c3
enhance: save record audio to quick add when capture
2025-12-07 22:50:33 +08:00
Tienson Qin
489f7afedf
fix(mobile): widget shortcuts
2025-12-07 22:41:09 +08:00
Tienson Qin
f1f8f22de5
fix: slow rendering after searching and back to home
2025-12-07 20:14:30 +08:00
Tienson Qin
57fcd59966
fix: reset search stack
2025-12-07 19:21:13 +08:00
Tienson Qin
cbb7556178
enhance: mobile multi navigation stacks
2025-12-07 19:21:13 +08:00
Tienson Qin
4b1d51ae4a
multi nav stacks impl
2025-12-07 19:21:13 +08:00
Tienson Qin
39d834d038
single nav stack impl
2025-12-07 19:21:13 +08:00
rcmerci
21cf99c1ab
test(rtc,e2e): add long-block-title-test
2025-12-06 21:14:18 +08:00
rcmerci
c196448e94
test(e2e): retry new-block
2025-12-06 21:14:18 +08:00
Gabriel Horner
9c77a2f2ad
fix(regression): file graph pasting blocks with
...
multiple levels of children. Similar to d08acfc3ba
2025-12-05 14:51:53 -05:00
Tienson Qin
892c6c32e7
fix(mobile): safe area
2025-12-06 02:49:48 +08:00
Tienson Qin
a02c9d3142
fix(mobile): editor toolbar not always displayed
2025-12-06 02:49:48 +08:00
Tienson Qin
88721b45fb
enhance(mobile): replace buggy capture bottom sheet with tab
2025-12-06 02:49:48 +08:00
rcmerci
285eb612a1
fix(rtc): fix assets-sync-loop stopped, fix read-asset err behaviour
...
- ensure rtc-loop stops when assets-sync-loop stopped
- ensure read-file/read-file-raw have same behaviour on web and electron
- handle exceptions between ui-thread <-> worker-thread
- ignore upload-asset if not exist at local
- ignore download-asset if not exist at remote
2025-12-05 20:49:00 +08:00
Tienson Qin
f7e154f3ae
fix: scroll to top after capture
2025-12-05 19:38:14 +08:00
Tienson Qin
41d8554546
fix: focus hidden input to invoke keyboard when capture
2025-12-05 19:31:09 +08:00
Tienson Qin
07ef1ec3be
fix: capture view blink
2025-12-05 19:04:06 +08:00
Tienson Qin
8153a3783e
fix(mobile): re-tap capture
2025-12-05 17:15:17 +08:00
Tienson Qin
1b8c5ac3ab
fix(mobile): re-tap capture results in app blank
2025-12-05 16:34:18 +08:00
Tienson Qin
d3188d63a6
rename quick access to go to
2025-12-05 16:17:25 +08:00
Tienson Qin
d867bf603a
fix: don't delete asset file when deleting its block
2025-12-05 15:16:33 +08:00
rcmerci
08502ad184
enhance: log error if background-task stopped
2025-12-05 12:20:51 +08:00
rcmerci
c7816057f9
fix(rtc): auto restart err handle
2025-12-05 12:08:33 +08:00
Tienson Qin
13d12ff6f9
fix(mobile): adjust capture height
2025-12-05 11:48:19 +08:00
Tienson Qin
671b6287f6
fix(mobile): show page actions for quick access pages
2025-12-05 11:24:19 +08:00
Tienson Qin
62f384e279
enhance(mobile): rename favorites to quick access
2025-12-05 10:42:17 +08:00
Tienson Qin
f6371eb376
fix(mobile): keyboard blink when deleting a block
2025-12-05 10:15:53 +08:00
Tienson Qin
a8e2065eff
fix: editor line-height
2025-12-05 10:03:18 +08:00
Gabriel Horner
f6ce9fb472
enhance: add descriptions for DB export options to clarify their purpose
2025-12-04 15:53:56 -05:00
Gabriel Horner
fdc5d889d6
fix: invalid DB when class turned page has hanging :db/ident
...
Resolves https://github.com/logseq/db-test/issues/636#issuecomment-3604890145
2025-12-04 12:23:45 -05:00
Gabriel Horner
deaed7d305
fix(cli): validate shouldn't consider some :block.temp/* attributes
...
Encountered this with a graph in
https://github.com/logseq/db-test/issues/636 and a previous issue
2025-12-04 11:38:27 -05:00
Tienson Qin
973e3c5d8e
fix: clickable title opacity
2025-12-04 23:53:00 +08:00
Tienson Qin
c184d1ab99
enhance(mobile): bring back clicking title to switch graph
2025-12-04 23:53:00 +08:00
Gabriel Horner
07a0feb856
enhance(cli): Add validate option to export-edn command
...
Useful for sanity checking exports and dev
2025-12-04 10:30:56 -05:00
Gabriel Horner
8fc56bfaa3
refactor: Update importer to use validate-local-db
...
Also update validation in DB scripts:
* replace alternative validate-db impl with standard CLI one
* Add validation to import script
* Choose to decouple other DB scripts from validate-db as it may go away
later
2025-12-04 10:30:56 -05:00
Gabriel Horner
c8f99d1ff3
refactor: make CLI and testing validation consistent
...
Both have needs that are more for local graphs
2025-12-04 10:30:56 -05:00
Tienson Qin
c524762773
fix: fold button overlap with block title
2025-12-04 22:45:06 +08:00
Tienson Qin
bcddc3dbbc
fix: no extra space when keyboard is open
2025-12-04 22:08:16 +08:00
Tienson Qin
7e8ed5333a
enhance: iOS dynamic type
2025-12-04 22:02:34 +08:00
Tienson Qin
0327e0f4a7
fix: sometimes can't scroll on journals
2025-12-04 19:11:58 +08:00
Tienson Qin
34121d1261
fix: no topbar when switching graph
2025-12-04 18:28:36 +08:00
Tienson Qin
7389964700
fix(mobile): home page bounce
2025-12-04 16:54:17 +08:00
Tienson Qin
b20f854fe8
fix: lint
2025-12-04 16:44:33 +08:00
Tienson Qin
1a9e6508c1
fix: enforce swipe from edge to back to avoid conflicts
2025-12-04 16:43:34 +08:00