charlie
dcbd2c1477
enhance(mobile): improve settings options
2025-07-24 15:03:52 +08:00
charlie
66f0378718
enhance(mobile): improve scroll for the silk modal popup
2025-07-24 14:12:34 +08:00
charlie
ba89ef4947
enhance(mobile): add quick add modal
2025-07-24 10:54:52 +08:00
charlie
d63d5dce09
Merge branch 'master' into enhance/mobile-silk
2025-07-24 08:29:58 +08:00
Gabriel Horner
6ef1c62e95
chore: mv sanitize-filename into exporter
...
should fix outliner CI as it never loads exporter
2025-07-22 12:24:14 -04:00
Gabriel Horner
5de565dcce
fix: some pdf annotations weren't imported
...
. Creation of edn+md paths from pdf path were lacking sanitization which
resulted in edn and md files not being associated with pdf
Fixes https://github.com/logseq/db-test/issues/196#issuecomment-3059363947 .
Also fix incorrect dep
2025-07-22 12:24:14 -04:00
Gabriel Horner
6b3240f4b5
fix: imported pdf annotation image not showing up
...
in pdf viewer under Outline > Highlights
2025-07-22 08:57:21 -04:00
Gabriel Horner
f4a8b9438e
fix: block references to annotations
...
Don't rewrite annotation uuids as we don't do that for other existing blocks
2025-07-22 08:57:21 -04:00
Gabriel Horner
ad5c776f46
fix: doc files in assets shouldn't be extracted
...
Asset files that are edn or md were being treated like assets and
extracted as doc files. This was noticed because pdf annotation edn was being
needlessly extracted
2025-07-22 08:57:21 -04:00
Gabriel Horner
3f21c297b2
enhance: import markdown annotations
...
for pdfs and any children blocks under highlight. Only
imports text from md annotations
2025-07-22 08:57:21 -04:00
Gabriel Horner
4c9d063323
enhance: import pdf area annotations
2025-07-22 08:57:21 -04:00
Gabriel Horner
536f39cbbd
enhance: import basic pdf text annotation
...
Only read edn for now. Works in UI and CLI.
Also correctly keeps annotation edn from being copied since
it's no longer used
2025-07-22 08:57:21 -04:00
charlie
957109bcad
enhance(mobile): improve scroll for the editing block
2025-07-22 16:48:21 +08:00
Tienson Qin
52c724a84e
fix: block editor position on mobile
2025-07-22 13:05:44 +08:00
charlie
f14f7c3ce8
enhance(mobile): skeleton layout
2025-07-22 12:21:31 +08:00
charlie
1acac64506
Merge branch 'enhance/mobile-silk' of https://github.com/logseq/logseq into enhance/mobile-silk
2025-07-22 12:15:52 +08:00
charlie
67b2f206f2
fix(mobile): incorrect scroll for the block modal page
2025-07-22 12:15:34 +08:00
Tienson Qin
fee8d1a34f
chore: remove mobile.ionic
2025-07-22 11:50:19 +08:00
charlie
957cb9e91e
enhance(mobile): remove alert type modal
2025-07-22 11:47:26 +08:00
Tienson Qin
f9f46cfa64
Add missing pod
2025-07-22 11:41:21 +08:00
Tienson Qin
816deaa6f7
update yarn.lock
2025-07-22 11:41:21 +08:00
charlie
c8f883b5f2
enhance(mobile): improve topbar layout
2025-07-22 11:35:04 +08:00
charlie
6bbe6f97ab
Merge branch 'master' into enhance/mobile-silk
2025-07-22 09:11:58 +08:00
Gabriel Horner
1616c633df
chore: bump outdated versions on checkout action
2025-07-21 14:46:32 -04:00
Gabriel Horner
6924223c8c
fix: gh workflows missing deps
...
This result in bugs as deps changes could break downstream dependents
since their workflows aren't run. outliner was missing graph-parser and
all deps were missing common
2025-07-21 14:46:32 -04:00
charlie
ed0f63e835
enhance(mobile): improve action sheet modal for the graph switcher
2025-07-21 16:52:52 +08:00
charlie
cab7486d7f
enhance(mobile): polish details
2025-07-21 12:17:36 +08:00
charlie
e298d7d0f0
enhance(mobile): improve the editor scroll view
2025-07-21 11:31:58 +08:00
charlie
e489e93614
fix(api): incorrect lowercase for the qulified property key
2025-07-19 11:39:46 +08:00
charlie
b92038c0ee
enhance(mobile): improve safe area for topbar/tabbar
2025-07-18 19:10:30 +08:00
charlie
bfbf4a5c61
enhance(mobile): remove the full ionic components
2025-07-17 16:52:14 +08:00
charlie
3101227a6a
enhance(mobile): improve the silk popup
2025-07-17 11:27:08 +08:00
charlie
4647885c44
enhance(mobile): improve search page
2025-07-17 11:04:47 +08:00
charlie
3fed3984d0
enhance(mobile): remove ionic components
2025-07-16 17:49:54 +08:00
charlie
d5212c3b09
enhance(mobile): improve mobile popup
2025-07-16 17:41:07 +08:00
charlie
e9d8613ad5
enhance(mobile): improve block page modal
2025-07-16 14:42:53 +08:00
charlie
2cc07a67c6
enhance(mobile): introduce the silk block page modal
2025-07-16 10:25:31 +08:00
charlie
8599a1d5c7
enhance(mobile): introduce the silk components to app
2025-07-15 16:34:53 +08:00
charlie
92c478099f
Merge branch 'master' into enhance/mobile-silk
2025-07-15 13:01:56 +08:00
charlie
0c00a6a572
Merge branch 'enhance/mobile-silk' of https://github.com/logseq/logseq into enhance/mobile-silk
2025-07-15 13:01:34 +08:00
Gabriel Horner
65640ed885
fix: macro file graph properties are undeclared
...
Looks like we forgot to do this when we brought them back in
ac31842cec
2025-07-14 17:58:42 -04: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
charlie
cc9997a51b
enhance(mobile): add custom silk app tabs component
2025-07-14 16:56:51 +08:00
charlie
546d54ed5f
enhance(mobile): add custom silk topbar component
2025-07-14 13:02:23 +08:00
charlie
667f3b2d5c
Merge branch 'master' into enhance/mobile-silk
2025-07-13 15:49:19 +08:00
charlie
315941c05c
enhance(mobile): add page component
2025-07-13 15:49:00 +08: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