Commit Graph

23218 Commits

Author SHA1 Message Date
Gabriel Horner
43b09095ac fix: graph-parser lint 2025-11-20 12:13:04 -05:00
Gabriel Horner
23937b59fc fix(cli): mcp-server api mode can fail confusingly
Describe the required setup and fail fast with CLI instead
of lazily in the llm client
2025-11-20 12:13:04 -05:00
Tienson Qin
c488335f9d fix: typo 2025-11-21 01:09:13 +08:00
Tienson Qin
20aecdb27c fix: inline tag resolved as page when saving block 2025-11-21 00:52:43 +08:00
Tienson Qin
c4c4634bee fix: remove entity db/id from tx-data 2025-11-21 00:33:34 +08:00
Tienson Qin
e311e1b85c fix: don't create child tags when saving inline 2025-11-21 00:33:34 +08:00
Gabriel Horner
b699ebf24c fix(cli): most API commands not pinging API when $LOGSEQ_API_SERVER_TOKEN set 2025-11-20 10:20:17 -05:00
Tienson Qin
ddc8a566d7 fix: assets can't be synced to desktop
related to https://github.com/logseq/db-test/issues/595
2025-11-20 18:18:23 +08:00
Tienson Qin
0a5ebf97d1 enhance: swipe anywhere to go back 2025-11-20 16:50:56 +08:00
Gabriel Horner
7bb8655d71 chore: remove unused errors-by-type 2025-11-19 23:31:04 -05:00
Gabriel Horner
79e75060d6 enhance(cli): Add validate command for local graph(s)
Improves :errors of invalid errors to be more user friendly.
Also enable closed-value validation optionally as it is useful
to have higher data quality for non RTC graphs
2025-11-19 17:51:45 -05:00
Gabriel Horner
4dce582d33 fix: frontend lint
Move ensure-db-graph check which provides clear and consistent
error messages instead of the inconsistent, confusing errors
we had before for file graphs
2025-11-18 12:21:12 -05:00
Gabriel Horner
d6a20e6a9b fix(cli): ensure cli commands are running against DB graphs
Fixed all local graphs and a couple of API commands
2025-11-18 11:56:45 -05:00
Gabriel Horner
5489e7572f enhance(cli): export-edn prints unexpected errors
especially when an invalid export-type is given
2025-11-18 09:51:20 -05:00
charlie
8c3e4f25c7 fix(property): improve cardinality handling for property types 2025-11-18 20:14:37 +08:00
Tienson Qin
8bd6acfb2a fix: relax closed values validation
because we can't ensure this when merging updates from server
2025-11-18 14:13:48 +08:00
Tienson Qin
918e33affd fix: closing search backs to home 2025-11-18 13:20:37 +08:00
Tienson Qin
cad7c88764 disable swipe to open sidebar temporally 2025-11-18 12:22:48 +08:00
Tienson Qin
ed950ccee9 fix: search recents 2025-11-18 11:28:59 +08:00
Tienson Qin
6a7ddfe265 enhance: redirect to home after closing search 2025-11-18 11:21:41 +08:00
Tienson Qin
6d48ab2165 fix: auto focus 2025-11-18 11:10:41 +08:00
Gabriel Horner
7b07116b41 enhance(cli): improve error messages for unspecified graphs
Introduced a breaking change for query and search commands where
graph(s) are specified as options instead of arguments. This
makes local graph usage consistent across all commands.
Also fixed in-app search not working and local query with multiple
graphs not querying from the right db
2025-11-17 17:40:23 -05:00
Gabriel Horner
62deed7e7f enhance(cli): add api mode for export-edn command
Also changes :graph from being a required arg to an option
2025-11-17 15:11:02 -05:00
Tienson Qin
ef0235fda8 implement search bridge for swift <> cljs 2025-11-17 23:09:44 +08:00
Tienson Qin
e396692f91 auto focus 2025-11-17 22:37:39 +08:00
Tienson Qin
4b34769afd enhance(ux): iOS search toolbar 2025-11-17 18:56:24 +08:00
Tienson Qin
152986f84e chore: code cleanup 2025-11-17 17:19:10 +08:00
Tienson Qin
35999bce99 add liquid tabs plugin 2025-11-17 17:14:51 +08:00
Tienson Qin
64af101a89 wip: liquid search 2025-11-17 16:16:24 +08:00
Tienson Qin
d5a9b1e43a keep-alive journals to keep scroll position 2025-11-17 12:52:23 +08:00
Tienson Qin
42620fe276 fix: swipe back 2025-11-17 09:09:59 +08:00
Tienson Qin
499f4acd19 slide-out animation for left sidebar 2025-11-16 23:21:37 +08:00
Tienson Qin
7007c4716b custom slide-in animation for left sidebar 2025-11-16 22:56:49 +08:00
Tienson Qin
7fac63544c add left sidebar to routes 2025-11-16 22:33:10 +08:00
Tienson Qin
97d1227857 fix: padding 2025-11-16 21:09:16 +08:00
Tienson Qin
7c41eaa413 native top bar 2025-11-16 21:00:50 +08:00
charlie
60a38f888e fix(apis): simplify db ident retrieval in property handling 2025-11-16 20:26:07 +08:00
Tienson Qin
6af863e6ac remove requestNavigation 2025-11-16 20:09:25 +08:00
Tienson Qin
51c5ce01fb enhance(ux): wip iOS native navigation 2025-11-16 17:36:24 +08:00
Tienson Qin
65627d819d fix: youtube embed 2025-11-14 20:34:15 +08:00
Tienson Qin
5d8c9a4f81 Add rtc e2e tests for page references 2025-11-14 18:46:42 +08:00
Tienson Qin
f9cd1acbff fix: refs not rebuilt when applying rtc remote ops 2025-11-14 18:22:22 +08:00
Tienson Qin
7c9cfadad6 fix: more migration issues for old graphs 2025-11-14 18:00:08 +08:00
Tienson Qin
0a54e807bb enhance(api): plugin class with ident like plugin.class.id/class-name (#12200)
* enhance(api): plugin class with ident like `plugin.class.id/class-name`
* enhance(apis): remove support for namespace separator in create tag
* enhance(apis): get tag with ident or uuid
* fix(lint): remove unused vars
* fix(apis): sanitize user property name
* enhance(apis): get tag ex info
* chore: bump libs version
---------
Co-authored-by: charlie <xyhp915@qq.com>
2025-11-14 10:48:08 +08:00
Tienson Qin
82a7ec13ec perf: get-recent-updated-pages 2025-11-14 01:13:29 +08:00
Tienson Qin
875e1b68c4 chore: no need to check indexeddb support anymore 2025-11-14 00:06:38 +08:00
Tienson Qin
955baafd7f fix: lint 2025-11-14 00:02:22 +08:00
Tienson Qin
5173a73c12 fix: db worker doesn't need to wait for plugin initialization 2025-11-13 23:54:52 +08:00
Tienson Qin
b17cc5e9da fix: tests 2025-11-13 23:32:55 +08:00
Tienson Qin
a626cec342 enhance(perf): reduce initial datoms that need to be loaded 2025-11-13 21:27:22 +08:00