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
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
768b745a26
fix: skip nil created-by
2025-04-10 20:39:07 +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
Gabriel Horner
d3ec345441
chore: update restore test to test against something
...
asserting nothing isn't a useful test
2025-04-09 13:22:50 -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