Tienson Qin
bc534793cc
fix: don't show file sync graphs on web
2025-04-18 15:34:55 +08:00
rcmerci
73924499b0
fix: prevent client-channel's event-listener leaks (2)
2025-04-18 14:45:28 +08:00
rcmerci
e889051cf3
fix: prevent client-channel's event-listener leaks (1)
2025-04-18 13:02:58 +08:00
rcmerci
2a978065f0
fix: prevent event-listener leaks
2025-04-18 12:09:08 +08:00
Tienson Qin
7583e6c00b
chore: remove debug
2025-04-18 10:29:43 +08:00
Tienson Qin
a70372ac88
enhance: unify page and block references
2025-04-18 10:24:09 +08:00
Gabriel Horner
548971bdf4
chore: remove test :focus
2025-04-17 14:28:05 -04:00
Gabriel Horner
a4ff003263
Merge pull request #11823 from megayu/enhance/command-input
...
enhance: / command input tolerance
2025-04-17 14:26:17 -04:00
Gabriel Horner
c56f3312df
fix: resizing image breaks validity of :url blocks
...
db graphs should storing this in properties, not text.
Fixes https://github.com/logseq/db-test/issues/241
2025-04-17 13:43:20 -04:00
rcmerci
7365058717
enhance: reduce transit-write when sending data from master->slave->ui
2025-04-18 01:13:04 +08:00
rcmerci
3d30be2086
refactor: simplify on-become-master
2025-04-18 01:01:23 +08:00
rcmerci
29c90ab331
refactor: add on-become-master
2025-04-18 00:56:33 +08:00
rcmerci
b5613455de
refactor: replace 'provider' by 'master, slave'
2025-04-18 00:45:11 +08:00
rcmerci
345edeacdc
refactor: add on-slave-client, simplify create-service
2025-04-18 00:19:28 +08:00
Tienson Qin
08fc2560a4
Merge branch 'feat/db' into fix/multiple-tabs
2025-04-17 23:20:07 +08:00
Tienson Qin
cb43e4025e
Merge branch 'feat/db' into enhance/command-input
2025-04-17 23:08:28 +08:00
Mega Yu
3a6888d48a
command input tolerance threshold set to 2
2025-04-17 23:00:22 +08:00
Tienson Qin
2f5625818c
resolve conflicts
2025-04-17 22:52:51 +08:00
Tienson Qin
9a94698917
fix: fuzzy search on commands returns wrong result
2025-04-17 22:50:46 +08:00
Gabriel Horner
76c60b59c9
fix: backspace on block with property deletes prev children
...
Fixes https://github.com/logseq/db-test/issues/249
2025-04-17 22:50:46 +08:00
Tienson Qin
031ab92709
fix: can't set status in page reference
2025-04-17 22:50:46 +08:00
rcmerci
abe565cf99
refactor: remove *ready-resolve in shared_service.cljs
2025-04-17 22:46:44 +08:00
rcmerci
efdb4d9d88
refactor: update get-client-id, simplify create-service
2025-04-17 22:21:38 +08:00
Tienson Qin
1d4c6a100f
enhance: hide group when user already input some command text
2025-04-17 21:53:25 +08:00
Tienson Qin
5bd127b101
fix: fuzzy search on commands returns wrong result
2025-04-17 21:42:20 +08:00
Gabriel Horner
424dfce32c
fix: backspace on block with property deletes prev children
...
Fixes https://github.com/logseq/db-test/issues/249
2025-04-17 09:40:08 -04:00
Tienson Qin
05d87883bb
fix: can't set status in page reference
2025-04-17 21:08:03 +08:00
Tienson Qin
86be0ac83e
Merge branch 'feat/db' into enhance/command-input
2025-04-17 20:48:58 +08:00
Tienson Qin
b30f679eef
fix: lint
2025-04-17 20:48:39 +08:00
Mega Yu
cfd5ea9d0b
enhance the / input tolerance
2025-04-17 20:41:36 +08:00
Tienson Qin
813d18402f
fix: lint
2025-04-17 20:38:29 +08:00
Tienson Qin
cb66a5ad7f
fix: check and fix db schema
2025-04-17 20:26:40 +08:00
Tienson Qin
0baaadadeb
chore: remove react-tippy css
2025-04-17 18:34:26 +08:00
Charlie
21c58e8912
refactor(ui): remove react tippy ( #11822 )
...
* refactor: remove all react tippy stuff
2025-04-17 18:32:06 +08:00
Tienson Qin
5f37276fed
fix: lint
2025-04-17 18:28:49 +08:00
Tienson Qin
7f6fa2dbd9
refactor: separate ui/file graph events from handler.events
2025-04-17 18:20:28 +08:00
rcmerci
9168a56b97
fix: do not use 'resolve' as it conflicts with the macro in cljs.core
2025-04-17 16:11:22 +08:00
rcmerci
5d6b7478ee
fix: wait for init-service! to finish.
2025-04-17 16:03:46 +08:00
rcmerci
0acda3ba33
Merge branch 'feat/db' into fix/multiple-tabs
2025-04-17 13:06:23 +08:00
Tienson Qin
b5b95e7b8c
fix: broken text and unstable scrolling for list views
2025-04-17 12:39:56 +08:00
Tienson Qin
e5544885e6
enhance(ux): show only the first line of block title for name cells
2025-04-17 11:32:50 +08:00
Tienson Qin
c50bb0a73a
fix: whitespaces are hidden from table name cells
2025-04-17 11:27:28 +08:00
Tienson Qin
04d1a2f47e
fix: keep title for built-in blocks when exporting debug transit
2025-04-17 10:30:14 +08:00
Gabriel Horner
2f4b40aa22
fix: property value blocks failing export+import
...
Property value blocks that were referenced elsewhere failed to export.
Property value blocks with ref-able properties are not supported yet
and failed import.
Fixes
https://test.logseq.com/#/page/67fe80a2-e7b3-44ab-aaad-1f365c5b2541
2025-04-16 15:23:20 -04:00
Gabriel Horner
b78edc1b59
fix: :build/property-classes for built-in classes
2025-04-16 15:18:30 -04:00
rcmerci
fd40bbeec5
enhance: c.m/backoff add :reset-flow option
...
We can use worker-flows/online-event-flow
to trigger a retry immediately upon receiving an 'online' event,
instead of waiting for the next retry delay.
2025-04-16 22:00:13 +08:00
Tienson Qin
d73e78598a
fix: list view re-render when collapsing and expanding a block
2025-04-16 18:15:59 +08:00
Tienson Qin
a1504e4d9e
fix: sort order for references
2025-04-16 18:06:41 +08:00
Tienson Qin
d378c7e754
enhance: don't update :block/updated-at when collapsing or expanding
2025-04-16 17:57:29 +08:00
Tienson Qin
62514b74d8
perf: page filter and search
2025-04-16 15:18:20 +08:00