Commit Graph

19516 Commits

Author SHA1 Message Date
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
Tienson Qin
473b964075 fix: add bullet alignment 2025-04-15 12:39:56 +08:00
Tienson Qin
fb724ca130 Merge pull request #11774 from logseq/perf/app-start
perf: app start time && large table
2025-04-15 12:29:48 +08:00
Tienson Qin
0105ee53d2 fix: # auto complete non-page blocks in file graphs 2025-04-15 12:28:15 +08:00
Tienson Qin
86d2adc4f0 fix: perf 2025-04-15 12:21:35 +08:00
Tienson Qin
ca548a0c80 fix: reactive view 2025-04-15 00:01:21 +08:00
Tienson Qin
22ca116f8a fix: somehow some pages don't have :block/title 2025-04-14 23:56:31 +08:00
Tienson Qin
e7ca954706 fix: filters/sorting are not updated when switching between views 2025-04-14 23:52:07 +08:00
Tienson Qin
876a33e4d7 fix: page titles shown as (()) 2025-04-14 23:35:13 +08:00
Tienson Qin
9f33afdae0 fix: filter for linked references doesn't take affect on ui 2025-04-14 23:15:13 +08:00
Tienson Qin
141d123655 fix: Enter not working in code block
Also, shift+enter doesn't editing new block.
2025-04-14 23:03:59 +08:00
Tienson Qin
ff32bc9925 fix: lint 2025-04-14 18:13:03 +08:00
Tienson Qin
7879620bd8 fix: align dummy block 2025-04-14 18:06:45 +08:00
Tienson Qin
f969537bc5 fix: lint 2025-04-14 18:02:40 +08:00
Tienson Qin
3d17da8248 fix: avoid re-rendering root 2025-04-14 17:55:13 +08:00
Tienson Qin
5676be1dea fix: lint 2025-04-14 17:51:51 +08:00
Tienson Qin
a9e38f0e0d Merge branch 'feat/db' into perf/app-start 2025-04-14 17:48:32 +08:00
Tienson Qin
c13b259a55 add comment 2025-04-14 17:36:07 +08:00
Tienson Qin
f4848f0c57 fix: linked references do not group blocks by page in file graphs 2025-04-14 12:55:47 +08:00
Tienson Qin
6d430f6633 fix: auto height for code block 2025-04-14 12:38:09 +08:00
Tienson Qin
044f3eb80a fix: load property description for initial data 2025-04-14 09:18:10 +08:00
Tienson Qin
09e9becfcd fix: query view data when adding a new view 2025-04-14 08:51:31 +08:00
Tienson Qin
4cff47a091 fix: breadcrumb inline display 2025-04-13 15:56:15 +08:00
Tienson Qin
7280428178 fix: code block width shouldn't exceeds block container 2025-04-13 13:40:43 +08:00
Tienson Qin
88eb293a28 fix: can't see bullet for level-1 parent blocks 2025-04-13 13:16:36 +08:00
Tienson Qin
7e21d87672 fix: don't show block metadata when dragging bullet 2025-04-13 11:25:25 +08:00
rcmerci
dc003b3319 fix: add block/created-at, updated-at to user-block 2025-04-12 22:06:49 +08:00
rcmerci
b3ce641fca fix(rtc): dont treat string-value as ref if attr is not ref-type 2025-04-12 21:55:14 +08:00
rcmerci
e3b57eb915 refactor: use db instead of conn as much as possible in outliner/core.cljs
fns that do not update db should use `db` instead of `conn` whenever possible.
it becomes easier to determine which outliner functions have no side effects.
2025-04-12 16:54:10 +08:00
rcmerci
2b4a562da1 refactor: simplify invoke-hooks-default 2025-04-12 16:04:49 +08:00
Tienson Qin
3e8bee7325 fix: use tooltip instead of tippy for block metadata 2025-04-12 14:38:21 +08:00
Gabriel Horner
9c0bfda2c6 fix: query for :datetime value through query builder 2025-04-11 11:40:12 -04:00
rcmerci
411292cd73 fix: skip add created-by when no user-block 2025-04-11 22:00:00 +08:00
rcmerci
c591598d22 enhance: move adding created-by logic to pipeline-hook 2025-04-11 21:49:03 +08:00