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
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
Tienson Qin
c184d1ab99
enhance(mobile): bring back clicking title to switch graph
2025-12-04 23:53:00 +08: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
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
18409b0295
fix: keyboard && editor toolbar blink when editing another block
2025-12-04 16:13:42 +08:00
Tienson Qin
7786de4632
fix: blank until navigation push transition ends
2025-12-04 09:50:24 +08:00
Tienson Qin
a7c5baa095
enhance(mobile): move import to graph tab actions
2025-12-04 00:12:28 +08:00
Tienson Qin
266e7d9cba
chore: remove keep-keyboard-open
2025-12-03 23:07:02 +08:00
Tienson Qin
62c1bd67c2
fix: system theme
2025-12-03 20:57:53 +08:00
Tienson Qin
f64580310c
fix: all graphs link
2025-12-03 18:14:16 +08:00
Tienson Qin
50a1ddbd92
fix: iOS theme
2025-12-03 18:11:12 +08:00
Tienson Qin
298f349798
fix: sync system theme when the current theme is system theme
2025-12-03 16:55:41 +08:00
Tienson Qin
60689b25fa
enhance(ux): add graphs tab
...
move settings to sheet
2025-12-03 16:31:56 +08:00
Tienson Qin
8be999030b
enhance(ux): show encrypted icon in graph list
2025-12-03 14:26:51 +08:00
Tienson Qin
820dcb1add
fix: editor not at top of capture view
2025-12-03 13:48:04 +08:00
Tienson Qin
1d6d20a32b
fix: add audio to normal editor toolbar
2025-12-03 13:34:47 +08:00
Tienson Qin
4b0c56a87a
Revert "chore: no need to keep keyboard open on mobile"
...
This reverts commit 0d134cb4c5 .
2025-12-03 13:29:13 +08:00
Tienson Qin
2c5de63b3f
Revert "fix(mobile): blink when capture"
...
This reverts commit 3366155fad .
2025-12-03 13:06:42 +08:00
Tienson Qin
29dce2bd5b
fix: app crash after capture
2025-12-03 13:06:42 +08:00
Gabriel Horner
134dc0f2a8
enhance: validate export EDN for most export types
...
and error explicitly if they can't import. This is much better
for the user so they aren't finding out later that EDN is invalid
on import. Added both to the export menu and to export EDN commands that
aren't graph-wide. Related to
https://github.com/logseq/db-test/issues/549
2025-12-02 13:50:09 -05:00
Tienson Qin
4d52291d06
fix: skeleton bg on dark theme
2025-12-02 23:02:37 +08:00
Tienson Qin
d1abefab02
enhance(ux): add undo/redo on mobile
2025-12-02 22:58:29 +08:00
Tienson Qin
d45f0ea3e0
fix: editor toolbar should be hidden when exit capture
2025-12-02 22:51:28 +08:00
Tienson Qin
3366155fad
fix(mobile): blink when capture
2025-12-02 22:46:11 +08:00
Tienson Qin
55073d3521
fix: no need to set capture tab
2025-12-02 20:23:22 +08:00
Tienson Qin
d364205c1c
chore: comment audio-lines
2025-12-02 17:38:58 +08:00
Tienson Qin
c34fcd30a0
fix: lint
2025-12-02 17:22:20 +08:00