Gabriel Horner
9c0bfda2c6
fix: query for :datetime value through query builder
2025-04-11 11:40:12 -04: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
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
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
Tienson Qin
43e9f9707c
fix: tag/property refs on file graphs
2025-04-09 15:06:46 +08:00
Tienson Qin
2968c84299
fix: properties are not loaded on initial view
2025-04-09 14:21:10 +08:00
rcmerci
94f671a014
fix: remove wrong condition
...
linked references disappeared when search 'text that yields no search results'
2025-04-09 13:51:23 +08:00
Tienson Qin
32379260d5
fix: all pages empty
2025-04-09 13:42:43 +08:00
Gabriel Horner
6ce701ccc3
fix: remove clj-kondo/ignore
...
that was moved to incorrect location. Also fix clj-kondo config
so those ignores aren't needed anymore
2025-04-08 13:36:17 -04:00
Gabriel Horner
2d62bcf78b
chore: address most of the large vars in db dep
2025-04-08 12:14:55 -04:00
Gabriel Horner
6cb93386ae
fix: creating a choice with keyboard
...
always displays invalid warning. This happened because Enter was
causing a 2nd click, upsert and then the message to display.
Fixes https://test.logseq.com/#/page/67f52d87-3858-4b06-a26b-f601b0c4c1ef
2025-04-08 10:17:14 -04:00
Tienson Qin
68139efa83
fix: center align name column
2025-04-08 21:24:26 +08:00
Tienson Qin
c0d5ce74a1
fix: empty name can't be clicked on tables
2025-04-08 21:19:59 +08:00
Tienson Qin
1d13e75726
Merge branch 'feat/db' into perf/app-start
2025-04-08 21:15:02 +08:00
Tienson Qin
e0b697ed7d
fix: redirect to block when clicking table row from sidebar
2025-04-08 19:22:41 +08:00
Tienson Qin
b8ecf1ef58
fix: scroll down update horizontal position for tables
2025-04-08 19:13:03 +08:00
Tienson Qin
4d6592158b
fix: table rendering on sidebar
2025-04-08 18:57:47 +08:00
rcmerci
cce15d2c42
fix(export): export-edn on table-view
2025-04-08 15:41:08 +08:00
Tienson Qin
8f13520e5a
fix: pinned columns
2025-04-08 15:37:51 +08:00
Tienson Qin
aa8aa798df
perf: lazy rendering table cell
2025-04-08 11:56:18 +08:00
Tienson Qin
1bc9474439
fix: don't render existing rows as blank when scrolling table
2025-04-08 10:31:40 +08:00
Gabriel Horner
90dbdd6cdc
chore: disallow user idents from clobbering internal idents
...
If users can clobber internal idents it would create bugs and possibly
security issues for internal idents associated with security.
Also updated docstrings of related fn
2025-04-07 16:40:42 -04:00