Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
0e5e07efe6 Merge branch 'feat/db' into refactor/dsl-query 2024-11-04 19:44:19 +08:00
Tienson Qin
245b342654 refactor: hl-color updates to closed values
hl-page changes to :raw-number
2024-11-04 19:35:21 +08:00
charlie
a7ba0be3bf fix(ui): break text line for the property url value 2024-11-04 17:35:01 +08:00
Tienson Qin
54a47c4e9e enhance: don't show tags in gallery view 2024-11-04 16:19:42 +08:00
Tienson Qin
a4e75493c1 fix: table sort stopped working after adding or removing blocks 2024-11-04 16:14:14 +08:00
Tienson Qin
04eaea43fd feat: add option to hide empty value for properties 2024-11-04 15:47:30 +08:00
Tienson Qin
21a4df559c Merge branch 'test/db' into feat/db 2024-11-04 14:42:36 +08:00
Tienson Qin
1a859cbc3b feat: favorites support non-page blocks 2024-11-04 14:39:18 +08:00
charlie
a4df98903e enhance(ui): polish block control arrow for the block with emoji/icon 2024-11-04 14:16:10 +08:00
Tienson Qin
73f2d4b7d8 fix: center align sidebar icon 2024-11-04 14:02:14 +08:00
Tienson Qin
9339327abe Merge branch 'feat/db' into refactor/dsl-query 2024-11-04 13:49:33 +08:00
Tienson Qin
7608a644c8 fix: lint 2024-11-04 13:49:08 +08:00
Tienson Qin
537766892d enhance: smaller block icon when collapsed 2024-11-04 13:48:13 +08:00
Tienson Qin
11955e1443 fix: mixing datalog clauses with dsl query 2024-11-04 13:23:10 +08:00
Tienson Qin
38b0e1bfe3 Merge branch 'feat/db' into refactor/dsl-query 2024-11-04 12:43:36 +08:00
charlie
9cbc59811f enhance(ux): copy raw code editor content 2024-11-04 11:57:30 +08:00
charlie
81918d9751 fix(ui): broken text for the asset ref link 2024-11-04 10:28:09 +08:00
Tienson Qin
6c487ee22c fix: remove hidden pages from query result 2024-11-02 14:14:52 +08:00
Tienson Qin
cefb7e0a58 fix: remove hidden pages from query result 2024-11-02 14:13:12 +08:00
Tienson Qin
184ba7703e fix: can't sort query result 2024-11-02 13:59:27 +08:00
Gabriel Horner
2232fc8a1d fix: removing tags from content
when two tags have same prefix e.g. foo and foo-bar.
Similar issue to b34325be77.
Also tweaked import wording
2024-11-01 16:50:47 -04:00
Gabriel Horner
0f5faf7b40 enhance: user can optionally import all tags as classes in UI
Part of LOG-3235 and part of logseq/db-test#7
2024-11-01 14:19:39 -04:00
Tienson Qin
3562b9e756 fix: between -1d should be compared to t/now instead of t/today 2024-11-01 22:14:09 +08:00
Tienson Qin
c97a51e85a fix: unit tests 2024-11-01 21:54:04 +08:00
charlie
d862e443ea fix(ui): long page name broken for the page ref link 2024-11-01 18:57:40 +08:00
Tienson Qin
e04c2c094b fix: can't edit code block 2024-11-01 18:01:42 +08:00
Tienson Qin
5daf491f18 fix: empty columns 2024-11-01 17:37:02 +08:00
Tienson Qin
7fcab4ac50 chore: rename page-tags-queries to tags-queries 2024-11-01 17:25:15 +08:00
Tienson Qin
9354c95ef6 fix: both :block/parent and :block/page shouldn't counted as refs 2024-11-01 17:22:18 +08:00
Tienson Qin
88a7602bda fix: graph parser tests 2024-11-01 15:51:04 +08:00
charlie
75edccdf0b enhance(ux): better interaction for the plugin readme content 2024-11-01 15:15:55 +08:00
Tienson Qin
ba3a8b84fb fix: query dsl tests 2024-11-01 09:47:21 +08:00
Gabriel Horner
1dd3aacb5f fix: assets of published db graphs 2024-10-31 16:50:46 -04:00
Gabriel Horner
c22dab0d2f fix: a number of editing actions in publishing app
Creating items from cmdk, more property config fields, action items from
page title, adding rows to table and property related shortcuts
2024-10-31 15:40:36 -04:00
Gabriel Horner
0036a5d9de fix: invalid throws and remove unused values
Caught by updating to latest kondo
2024-10-31 14:12:09 -04:00
Gabriel Horner
92cc1ce38c fix: publishing build failing b/c there are no source maps
See
https://github.com/logseq/publish-spa/actions/runs/11614252492/job/32341972020.
Decided to build and include source maps on release as it won't affect
initial load and improves debuggability
2024-10-31 12:08:09 -04:00
Tienson Qin
0333cd166e fix: table column text overflow 2024-10-31 23:21:14 +08:00
Tienson Qin
b1516bb219 fix: db dep tests 2024-10-31 22:39:09 +08:00
Tienson Qin
cfbf309135 Merge branch 'feat/db' into refactor/dsl-query 2024-10-31 22:00:07 +08:00
Tienson Qin
1084f98dfc fix: page can't be clicked on all pages 2024-10-31 21:55:31 +08:00
Tienson Qin
ad48cf3065 enhance: display query builder when the query title is empty 2024-10-31 21:48:21 +08:00
Tienson Qin
d3fc6c9a77 fix: property query 2024-10-31 21:34:51 +08:00
Tienson Qin
fe7e2800c6 fix: query result not refreshed after changing dsl query 2024-10-31 21:21:03 +08:00
Tienson Qin
144e415cf9 fix: tags query 2024-10-31 21:07:16 +08:00
Tienson Qin
03b3291486 Merge branch 'feat/db' into refactor/dsl-query 2024-10-31 20:57:40 +08:00
Tienson Qin
e2f2afe47b fix: lint 2024-10-31 17:58:21 +08:00
charlie
76786a9584 enhance(ux): resizeable for the narrow width image 2024-10-31 17:50:06 +08:00
charlie
60e503d81e fix(dev): add externs 2024-10-31 17:50:06 +08:00
charlie
44d2bd84bf fix(electron): upload image 2024-10-31 17:50:06 +08:00
charlie
a6dbcb155f enhance(ui): not resizeable image within the positioned property node 2024-10-31 17:50:06 +08:00