Commit Graph

23218 Commits

Author SHA1 Message Date
Tienson Qin
2c4c7db279 enhance(mobile): navigation history 2025-08-18 18:36:56 +08:00
charlie
8f2c101124 enhance(mobile): safe area for android 2025-08-18 18:04:01 +08:00
Tienson Qin
8623774e7f fix: swipe to select doesn't work sometimes 2025-08-18 17:47:53 +08:00
Tienson Qin
6f7cf740be fix: lint 2025-08-18 16:29:58 +08:00
Tienson Qin
c4e1e8c6fa fix(mobile): hard to trigger sidebar button 2025-08-18 16:20:08 +08:00
Tienson Qin
3982855840 style tweaks 2025-08-18 16:11:14 +08:00
Tienson Qin
71bfe0bad1 fix: touch favorite/recent open the page immediately 2025-08-18 15:56:58 +08:00
Tienson Qin
b16e2367c3 fix: left sidebar click outside 2025-08-18 15:54:35 +08:00
charlie
72b1428f6c fix(ui): positioned properties layout for the quote block 2025-08-18 14:10:58 +08:00
Tienson Qin
de0801996e fix(mobile): click outside to close left sidebar 2025-08-18 13:59:38 +08:00
Tienson Qin
c33239bf22 enhance: bottom tabs opacity 2025-08-18 13:24:17 +08:00
Tienson Qin
b7ac1853d3 enhance: left sidebar gap 2025-08-18 13:20:37 +08:00
Tienson Qin
d57c9bdbd6 fix(mobile): add splash screen pic for dark theme 2025-08-16 21:07:23 +08:00
Tienson Qin
62aa6b98b3 fix(mobile): can't close page modal 2025-08-16 20:52:11 +08:00
Tienson Qin
a54b1586b3 fix(mobile): clicking item in left sidebar should close it quickly 2025-08-16 20:31:31 +08:00
Tienson Qin
180778a43b fix: dark theme sidebar background 2025-08-16 18:44:00 +08:00
Tienson Qin
fb6180c525 enhance(mobile): use persistent sheet for left sidebar 2025-08-16 18:34:56 +08:00
charlie
52aba7aa07 enhance(mobile): improve styling for the status bar 2025-08-15 22:02:56 +08:00
charlie
c2d4b200dd fix(mobile): incorrect animation for the stack depth sheet 2025-08-15 16:31:21 +08:00
rcmerci
96ecab44fc test(rtc): update ut migration-results=>client-ops 2025-08-15 16:18:05 +08:00
charlie
0aec1f7b24 enhance(modal): adjust margin for icon alignment from the block modal 2025-08-15 11:19:25 +08:00
rcmerci
51ba06aa9f enhance: migrate support rename-db-idents 2025-08-15 11:17:12 +08:00
charlie
4de6bc3df6 fix(mobile): background color for the left sidebar 2025-08-15 11:13:47 +08:00
charlie
a221383ca1 enhance(modal): add default-height option to action sheets 2025-08-15 11:07:43 +08:00
Tienson Qin
c32dadb047 fix: iOS release 2025-08-15 00:02:26 +08:00
Tienson Qin
45d51c33e1 fix: set min-height for content in bottom sheet 2025-08-14 23:33:51 +08:00
Tienson Qin
14769cbc7e fix: lint 2025-08-14 22:44:47 +08:00
Tienson Qin
9f9bd6bc14 Merge branch 'master' into enhance/mobile-silk 2025-08-14 22:38:16 +08:00
Tienson Qin
2403aa86ce fix: lint 2025-08-14 22:37:26 +08:00
Tienson Qin
d4b7ac4962 fix(mobile): slow to open popup
It seems that setting a persistent height for popup sheet view fixed
the issue.
2025-08-14 22:24:01 +08:00
Tienson Qin
cf3f4f16d2 enhance(mobile): set header button && text opacity to 1 2025-08-14 21:48:51 +08:00
Tienson Qin
483473be9c enhance(mobile): block sheet header buttons 2025-08-14 21:31:57 +08:00
charlie
4c6cf5c018 enhance(mobile): depth sheet view layout 2025-08-14 19:08:29 +08:00
rcmerci
37175f7679 Merge remote-tracking branch 'origin/master' into enhance/rtc-migrate 2025-08-14 17:07:33 +08:00
rcmerci
597cded1ba fix(rtc): add :db/ident in :update-page op 2025-08-14 16:25:07 +08:00
Tienson Qin
0498e9dd58 fix: don't open modal when block is not available 2025-08-14 16:14:38 +08:00
Tienson Qin
87ebf68ff6 enhance(mobile): sidebar navigation font size 2025-08-14 15:55:07 +08:00
charlie
2040cd4a92 fix(mobile): incorrect scroll for the block page modal 2025-08-14 14:50:09 +08:00
charlie
965aec534f Merge branch 'enhance/mobile-silk' of https://github.com/logseq/logseq into enhance/mobile-silk 2025-08-14 14:45:51 +08:00
Tienson Qin
af99188c1e remove recent pages from search since they're listed on sidebar 2025-08-14 14:00:52 +08:00
Tienson Qin
060a0dd86b fix(mobile): don't switch to editing mode when scrolling 2025-08-14 13:50:34 +08:00
charlie
81f6f06981 Merge branch 'master' into enhance/mobile-silk 2025-08-14 13:41:28 +08:00
Salman Chishti
d65f81ef0a upgrading action versions (#12006)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2025-08-14 13:24:51 +08:00
Tienson Qin
36de5397e1 feat: sort groups for views (#12046)
* Add two properties for groups sorting

1. :logseq.property.table/sort-groups-by
2. :logseq.property.table/sort-groups-desc?

* Add ui for groups sort by and order

* enhance: sort by journal day desc by default

* rename to :*.view/sort-groups-by-property to make it clear that

property type is :property.

* suggested by copilot

* fix: name

* Group by Page instead of "Block Page"
2025-08-14 13:24:51 +08:00
Gabriel Horner
50325ff7f6 enhancement: add offline CLI search and predefined query
to address https://github.com/logseq/logseq/pull/12000#issuecomment-3177406045.
Also bump version for initial release
2025-08-14 13:24:50 +08:00
Tienson Qin
03a004e452 enhance: add bb ai:check-common-errors 2025-08-14 13:24:50 +08:00
Tienson Qin
3faee9cc7e fix: stale embedding check (#12049)
* fix: slow stale embedding check

* fix: mark all blocks for embedding when full embedding

Also, store hnsw index for each batch so that embedding can continue
when aborted by switching graph or closing the app.

* remove embedding/re-embedding-graph-data!

* enhance: mod+c mod+s to rebuild both keyword and semantic search
2025-08-14 13:24:50 +08:00
Tienson Qin
061528d082 fix: slow switch to large graph with local embedding enabled 2025-08-14 13:24:50 +08:00
Salman Chishti
be340b5ee4 upgrading action versions (#12006)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2025-08-14 13:23:46 +08:00
Tienson Qin
cd13713513 feat: sort groups for views (#12046)
* Add two properties for groups sorting

1. :logseq.property.table/sort-groups-by
2. :logseq.property.table/sort-groups-desc?

* Add ui for groups sort by and order

* enhance: sort by journal day desc by default

* rename to :*.view/sort-groups-by-property to make it clear that

property type is :property.

* suggested by copilot

* fix: name

* Group by Page instead of "Block Page"
2025-08-14 13:14:34 +08:00