Tienson Qin
3269e57023
fix: don't show table view for built-in queries
2024-09-09 08:07:32 +08:00
Tienson Qin
c268841121
refactor: query result with the new table view ( #11508 )
...
feat: table && list view
2024-09-09 06:55:37 +08:00
rcmerci
23fc0aa141
enhance(rtc): retry calibrate-graph-skeleton when :graph-lock-failed
2024-09-08 15:26:16 +08:00
Gabriel Horner
70383cd813
fix: stop shadowing vars for rest of frontend
...
Follow up to 5ff364ba1e
2024-09-07 00:13:09 -04:00
Gabriel Horner
12f5215d6c
fix: db tests missing correct setup with new class
2024-09-06 18:51:19 -04:00
Gabriel Horner
39b0e3e368
enhance: all journal pages have #Journal class
...
Also add some support for importer to do the same
2024-09-06 18:27:58 -04:00
Gabriel Horner
25b1732de8
fix: :current-page input doesn't work on current page
2024-09-06 14:30:14 -04:00
Gabriel Horner
8c70932905
fix: deprecate embed macro for db graphs in favor of new approach
...
particuarly b/c the macro doesn't work for db graphs and a page ref
2024-09-06 12:11:46 -04:00
Gabriel Horner
5362c69aa1
fix: navigating prev and next journals e.g. g p
2024-09-06 11:53:54 -04:00
charlie
7a9a66691c
fix(ui): using the shui css vars for the classic classes
2024-09-06 22:42:39 +08:00
charlie
b92a936060
fix(ui): using the shui css vars for the classic warning classes
2024-09-06 22:32:47 +08:00
Gabriel Horner
acdb23d28e
fix: frontend lint
2024-09-06 09:50:06 -04:00
charlie
291baf5e1d
fix(plugin): e2e tests for the file graph
2024-09-06 14:39:53 +08:00
rcmerci
bc7a7d6c6d
test(rtc): fix case move-blocks-concurrently
2024-09-06 13:34:31 +08:00
charlie
a7c5ae4776
enhance(plugin): e2e tests
2024-09-06 12:24:50 +08:00
charlie
3c4b1acab7
enhance(ui): alignments for the jump letter label
2024-09-06 10:45:07 +08:00
Tienson Qin
1cc7078a4f
fix: backspace shifts adjacent property
...
fixes https://github.com/logseq/db-test/issues/50
2024-09-06 06:36:37 +08:00
Gabriel Horner
72482a4fe7
fix: validity of :node property value
...
:node isn't the same as :entity. Also fixed another lint
2024-09-05 18:02:14 -04:00
Gabriel Horner
04742d6922
fix: db import of 'parent' property
...
Bug only triggered by user properties that happen to have same name as a
built-in property and the built-in is capitalized. Added a helper fn to
avoid this bug in the future. Removed hack from #11494 as assuming
a user properties are built-in ones would result in surprised users with
buggy imports. Also fixed lint from previous commit
2024-09-05 17:14:20 -04:00
Gabriel Horner
992e00ed16
fix: ignore dev lint failing
2024-09-05 14:42:26 -04:00
Gabriel Horner
f927f26018
fix: regression on displaying children more than 1 level deep
...
Was only showing children 1 level deep regardless of how many
levels of children there were. Children count was also incorrect as
result
2024-09-05 14:41:14 -04:00
rcmerci
e93052dcba
test(rtc): add case to ensure syncing messages between clients works
2024-09-06 01:39:18 +08:00
rcmerci
bf6919310d
test(rtc): simplify waiting client-ops to be synced
2024-09-06 01:38:23 +08:00
charlie
f2ff8bf26b
enhance(ux): simplify to set icon for page block
2024-09-05 22:17:06 +08:00
charlie
3033f3970d
enhance(ux): simplify to set icon for page block
2024-09-05 22:08:04 +08:00
Gabriel Horner
df0050bb2a
fix: frontend lints
2024-09-05 10:03:36 -04:00
Gabriel Horner
1a47978111
fix: regression on distinguishing tagged blocks on sidebar
...
related to LOG-3214. Also create helper for common uses of object?
2024-09-05 09:52:09 -04:00
Tienson Qin
4bd1275fda
enhance: mod+j to trigger Add property
2024-09-05 21:13:43 +08:00
Tienson Qin
e72baa1f21
fix: :ui/hide-empty-properties? config doesn't work for tagged block
...
related to https://linear.app/logseq/issue/LOG-3208/uihide-empty-properties-config-doesnt-work-for-tagged-blocks
2024-09-05 20:53:35 +08:00
Tienson Qin
c07b907765
fix: never hide tag properties on the tag page
2024-09-05 20:42:55 +08:00
Tienson Qin
14d8e33e02
fix: all-pages crash after deleting pages
2024-09-05 20:32:32 +08:00
Tienson Qin
3ffc5e431b
fix: cmdk can't create a page with multiple words tag
...
related to
https://linear.app/logseq/issue/LOG-3212/in-search-modal-cant-create-an-object-with-multiple-words
2024-09-05 20:24:27 +08:00
charlie
e05dc085a2
fix(plugin): incorrect normalize data case for the hashmap value
2024-09-05 20:12:45 +08:00
Tienson Qin
adc032e87f
fix: broken node reference creates new page
...
fixes https://linear.app/logseq/issue/LOG-3213/broken-node-reference-creates-new-page
2024-09-05 19:56:14 +08:00
Tienson Qin
e43598524c
fix: properties can have a duplicate choices when converted
...
fixes https://linear.app/logseq/issue/LOG-3211/properties-can-have-a-duplicate-choices-when-converted
2024-09-05 19:13:56 +08:00
Tienson Qin
fb4674d73d
fix: filter page type for node select
2024-09-05 19:03:47 +08:00
Tienson Qin
cdf8007661
enhance: display tag icon for page if it doesn't have one
2024-09-05 17:24:45 +08:00
Tienson Qin
c90505c9a5
fix: page can have an alias block which doesn't work
...
Updates :block/tags to be type of `:class` and :block/alias to be
`:page`.
fixes https://linear.app/logseq/issue/LOG-3210/page-can-have-an-alias-block-which-doesnt-work
2024-09-05 17:20:51 +08:00
charlie
fccef5e904
enhance(plugin): api types for the property entity
2024-09-05 17:12:17 +08:00
Tienson Qin
dbfdf86021
Css tweaks
2024-09-05 16:40:09 +08:00
Tienson Qin
32b93c926d
fix: set height for positioned properties
2024-09-05 16:32:56 +08:00
Tienson Qin
39d0cc80ba
fix: favorited block doesn't display reference correctly
...
fixes https://linear.app/logseq/issue/LOG-3214/favorited-block-doesnt-display-reference-correctly
2024-09-05 16:27:48 +08:00
Tienson Qin
f22fd22f81
fix: hidden jtrigger
2024-09-05 15:45:33 +08:00
charlie
5ce1ff71a9
enhance(plugin): normalize db property keys for json api
2024-09-05 14:53:40 +08:00
rcmerci
ad0968ba71
test(rtc): add helpers for syncing messages between test-clients
2024-09-05 12:11:43 +08:00
rcmerci
4e4cc73b12
test(rtc,wip): add case :move-blocks-concurrently
2024-09-05 12:11:43 +08:00
charlie
a7a19eb88b
enhance(plugin): get caller plugin id from host
2024-09-05 11:31:52 +08:00
Tienson Qin
5ba415ba96
fix: display all selected blocks if selection changed
2024-09-05 06:58:42 +08:00
Tienson Qin
da5f3cbb20
feat: p t to toggle display properties including empty && hidden
...
It can toggle display selected blocks or all the blocks if no block
has been selected.
2024-09-05 06:49:16 +08:00
Tienson Qin
1efe1cbb70
fix: lint
2024-09-05 05:36:29 +08:00