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
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
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
Gabriel Horner
cd5385a0c3
chore: mv graph view ns to frontend ns
...
Graph view is fairly tied to the frontend, has styling concerns in the
ns and doesn't have use cases outside the app. frontend.common is
the parent ns for frontend code to reuse across UI threads.
Didn't move db-view because there are use cases for generating view
entities outside the app and there's no styling related code in it
2025-04-11 09:30:14 -04:00
Gabriel Horner
043f04cc48
enhance: allow :block/page grouping to be toggled on (un)linked ref tables
2025-04-11 08:35:22 -04:00
charlie
aa91713460
fix(ui): broken line for the annotation block ref
2025-04-11 14:55:31 +08:00
charlie
b64b678439
fix(pdf): invalid asset url for the file graph
2025-04-11 12:39:05 +08:00
rcmerci
d5f78356c5
fix: add created-by to auto created first-block when create-page
2025-04-11 12:02:10 +08:00
charlie
993e99c28c
fix(pdf): selection text mixed
2025-04-11 10:55:31 +08:00
Tienson Qin
1f39afb6ca
fix: lint
2025-04-11 09:22:51 +08:00
Tienson Qin
f5342c3192
Merge branch 'feat/db' into perf/app-start
2025-04-11 09:19:13 +08:00
Tienson Qin
74886f9fab
enhance(ux): show block metadata when hovering on bullet
2025-04-11 09:11:06 +08:00
rcmerci
ff40821994
feat(rtc): add property :logseq.property/created-by-ref
2025-04-10 19:22:16 +08:00
charlie
25cbf32bd0
fix(pdf): react warning for the pdf region hls container
2025-04-10 18:14:35 +08:00
charlie
4f26956ce7
fix(pdf): open pdf file
2025-04-10 18:13:33 +08:00
charlie
f3c42fa972
fix(electron): invalid copy file for the file based graph
2025-04-10 17:05:36 +08:00
Tienson Qin
3f091940b4
fix: right-click on right-sidebar item's title part redirects
2025-04-10 13:34:51 +08:00
Gabriel Horner
bd945b2408
fix: shui/button triggers double-click when Enter is pressed
...
Follow up to 6cb93386ae which only
fixed it for one button
2025-04-10 12:37:48 +08:00
Gabriel Horner
03bf2524c0
fix: export page as markdown from menus
2025-04-09 17:54:23 -04:00
Gabriel Horner
f9c0794929
fix: export edn page from menu
2025-04-09 17:10:13 -04:00
Gabriel Horner
0710211b75
fix: regression with deleting on built-in property tables
...
Built-in property tables don't delete relationships so we shouldn't
update the table
2025-04-09 16:54:32 -04:00
Tienson Qin
295ef0f9e1
fix: block reference
2025-04-09 21:58:58 +08:00
rcmerci
d3cb8c9bf4
fix: exclude view-entities when check if there's any entity references a block
2025-04-09 21:34:12 +08:00
Tienson Qin
19145a80aa
fix: duplicated template blocks created for today journal
2025-04-09 21:27:18 +08:00
Gabriel Horner
a18afc62f8
fix: shui/button triggers double-click when Enter is pressed
...
Follow up to 6cb93386ae which only
fixed it for one button
2025-04-09 09:00:54 -04:00
Tienson Qin
3d238d22fc
fix: load whiteboard data for file graphs
2025-04-09 20:39:33 +08:00
Tienson Qin
a868b3ed44
fix: lint
2025-04-09 20:25:20 +08:00
Tienson Qin
9913ab8333
fix: [[]] should complete pages on file graphs
2025-04-09 20:22:02 +08:00
Tienson Qin
8226c2e055
fix: enable cmdk recent pages for file graphs
2025-04-09 20:09:10 +08:00
Tienson Qin
25ba3e6b7d
fix: code block bottom space
2025-04-09 19:02:35 +08:00
Tienson Qin
a74c99af0f
fix: add background color for code block actions
2025-04-09 18:18:54 +08:00
Tienson Qin
bdde2c7526
Merge branch 'feat/db' into perf/app-start
2025-04-09 17:57:36 +08:00
Tienson Qin
3afd7f68e8
fix: editing large code block select it
2025-04-09 17:56:47 +08:00
charlie
fefedab525
fix(ui): codemirror container overflow
2025-04-09 17:02:37 +08:00
Tienson Qin
c7b0d6faa2
perf: lazy render code blocks
2025-04-09 16:31:53 +08:00
Tienson Qin
75e9799c66
perf: async rendering code blocks
2025-04-09 15:54:22 +08:00