Commit Graph

19549 Commits

Author SHA1 Message Date
Gabriel Horner
aa45b3fa6c fix(regression): paths of file graph exports
markdown + opml exports had zipped files several
directories deep because they used the full path of the graph
2025-04-18 14:36:51 -04:00
Gabriel Horner
63403bd8c5 fix: remove unused workarounds from #11774
Previous commit fixed these issues
2025-04-18 12:33:51 -04:00
Gabriel Horner
4ad4944b4e fix: for file graphs, tags with blank space in the namespace parent
creates entities with nil :block/title to be created. This
created unexpected bugs in the UI e.g. all pages and
caused duplicate content to appear.
Example from test graph: 'tags:: [[Some / Namespace ]]'
Fixes
https://test.logseq.com/#/page/68017fb5-7b9c-448a-9f64-6bb8d8669396
2025-04-18 12:29:06 -04:00
Tienson Qin
bc534793cc fix: don't show file sync graphs on web 2025-04-18 15:34:55 +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
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
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
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
Tienson Qin
c2fc1ba35d chore: remove outdated code 2025-04-16 14:17:02 +08:00
Tienson Qin
34b33c1682 fix: debug transit export 2025-04-16 14:01:45 +08:00
Gabriel Horner
04a93f6613 chore: mv db or file graph specific ldb fns to
db or file graph namespaces. Follow up to
https://github.com/logseq/logseq/pull/11774#discussion_r2035354875 to
help avoid bugs that are hard to spot b/c of no organization
2025-04-15 22:45:16 -04:00
Tienson Qin
4025b8d83b fix: default property value are not displayed in table view 2025-04-16 01:39:23 +08:00
Tienson Qin
71f37e6c4e fix: align start for right positioned properties 2025-04-15 23:52:37 +08:00
Tienson Qin
c6f3b0deb3 fix: group by page for list views 2025-04-15 23:36:40 +08:00
Tienson Qin
13329f83bc fix: Can't click into property value of new object blocks 2025-04-15 23:10:44 +08:00
Tienson Qin
fc06cbc33c debug 2025-04-15 22:59:24 +08:00
rcmerci
b2b726f2b4 dev: update cider-nrepl, fix set-system-env 2025-04-15 22:45:28 +08:00
Tienson Qin
27ebab1331 enhance(ux): tag delete button 2025-04-15 17:57:59 +08:00
Tienson Qin
1dfd4b4a24 enhance(ux): open new object in the sidebar 2025-04-15 17:39:14 +08:00