Tienson Qin
c854be62fc
fix: query builder not shown on file graphs when query is empty
2024-11-08 19:42:48 +08:00
Tienson Qin
502e3fd807
Merge branch 'feat/db' into refactor/dsl-query
2024-11-08 15:13:19 +08:00
Tienson Qin
ed74171564
fix: tests
2024-11-08 15:07:22 +08:00
Tienson Qin
53846ba784
fix: Cmd-j does not work if page/tage props aren't expanded
...
fixes https://github.com/logseq/db-test/issues/147
2024-11-08 14:44:16 +08:00
charlie
f3878434bc
fix(ui): incorrect scrollable container for the blocks list within the preview page modal
2024-11-08 14:04:03 +08:00
Tienson Qin
7f37746a0b
fix: select all and copy inside codeblock copies blockID
...
fixes https://github.com/logseq/db-test/issues/156
2024-11-08 13:52:29 +08:00
charlie
3ac14d7349
fix(ui): incorrect scrollable container for the blocks list within the right sidebar
2024-11-08 11:27:36 +08:00
Gabriel Horner
fcabff2d4e
fix: update renamed idents in migration
2024-11-07 22:00:45 -05:00
Gabriel Horner
230e74fcd6
fix: tests and doc strings
2024-11-07 21:34:37 -05:00
Tienson Qin
141bf4c3ab
fix: can not change URL type property value
...
fixes https://github.com/logseq/db-test/issues/159
2024-11-08 09:23:22 +08:00
Gabriel Horner
a21b05e5ff
fix: all built-in props must start with 'block' or 'logseq'
...
Our idents should stay in their existing namespaces to leverage
clojure's namespaces for future functionality. Also capitalized
all built-in queryable property names to be consistent
2024-11-07 16:32:53 -05:00
Gabriel Horner
cc2d6df37b
fix: query builder can query private built-in properties
...
like before
2024-11-07 11:40:03 -05:00
Gabriel Horner
3755175bcb
fix(regression): property/has-property rules return
...
properties and not internal attributes like :block/title and
:block/created-at
2024-11-07 10:51:26 -05:00
Gabriel Horner
22ce2b8905
fix: disable more built-in attributes that shouldn't be
...
accessible to users as they are implementation details that could change
2024-11-06 18:04:16 -05:00
Gabriel Horner
0fcbe9fe89
fix(dev): import script's user options
2024-11-06 15:22:45 -05:00
Gabriel Horner
643ff63a10
fix: 3 user options defaulting to #{""} values
...
which could have caused subtle bugs. Also cleaned up user-options so
future changes don't require making so many changes
2024-11-06 11:13:03 -05:00
charlie
d6354529a0
enhance(ux): auto calculate popup side position for default option
2024-11-06 16:46:20 +08:00
Tienson Qin
4fd84006a4
fix: fixed height for settings dialog
2024-11-06 13:57:07 +08:00
Tienson Qin
cbe0ae4429
enhance: polish appearance and settings ui
2024-11-06 13:53:42 +08:00
Tienson Qin
96e9319c52
fix: block ref color
2024-11-06 13:14:03 +08:00
Jarrett Ye
b209a8c760
how to choose the answer button
2024-11-06 12:42:11 +08:00
Tienson Qin
d706cff08a
fix: codemirror highlight background color on logseq dark theme
2024-11-06 12:40:46 +08:00
Tienson Qin
3391ab2076
Merge branch 'feat/db' into refactor/dsl-query
2024-11-06 12:20:51 +08:00
Tienson Qin
1519d035b5
fix: graph-parser tests
2024-11-06 11:43:15 +08:00
charlie
e5c597f59b
fix(ui): blink for the heading block during into editing mode
2024-11-06 10:16:56 +08:00
charlie
dc3bdc793c
fix(ui): alignments for the editing heading block within the table view container
2024-11-06 09:50:26 +08:00
Tienson Qin
94773db6f3
refactor: replace hidden type with public false
2024-11-05 18:08:34 +08:00
Tienson Qin
3851367229
enhance: limit part of db attributes to be queryable
...
1. add title for all built-in properties
2. hide all built-in properties including public ones in the query builder
3. hide private built-in properties in mod+p
2024-11-05 17:48:56 +08:00
charlie
43a25d2cfe
enhance(ux): page title actions
2024-11-05 17:06:49 +08:00
charlie
bbd8b5c0b4
enhance(ux): disable page title action buttons for the preview page
2024-11-05 15:02:01 +08:00
charlie
3da57d0ee3
enhance(ui): polish select cp
2024-11-05 14:46:24 +08:00
charlie
6ce35365fa
fix(ui): broken text for the heading block ref
2024-11-05 11:58:26 +08:00
Gabriel Horner
a3fde2a9f4
enhance: add import option to remove-inline-tags
...
Part of LOG-3235. Now with the ability to import all tags, Some users
will want to keep inline tags
2024-11-04 17:27:00 -05:00
Gabriel Horner
28e2ca1ce5
enhance: use shadcn form components for import
...
Part of LOG-3235. Also adds inline client validation for required name field.
Form components look better, easier to add more inputs and there are
many examples to learn from
2024-11-04 16:05:39 -05:00
Tienson Qin
04d4c22de4
Merge branch 'feat/db' into refactor/dsl-query
2024-11-05 00:48:51 +08:00
Tienson Qin
d8dd15f13c
fix: :logseq.property/order-list-type kept using existing values
...
It needs to be updated to closed values
2024-11-05 00:46:16 +08:00
Tienson Qin
a7b0e58c83
fix: tests
2024-11-05 00:46:16 +08:00
Tienson Qin
ca67bdf1c8
fix: block reference not displayed
...
fixes https://github.com/logseq/db-test/issues/157
2024-11-05 00:46:16 +08:00
Tienson Qin
3a9bd3086c
fix: lint
2024-11-05 00:46:16 +08:00
Tienson Qin
3b25d8f47f
enhance: store url property value in :block/title
...
So that url can be written using the block editor.
2024-11-05 00:46:15 +08:00
Tienson Qin
0e65f04517
fix: always create a new block if :default property is not closed
2024-11-05 00:45:18 +08:00
Tienson Qin
3f232ce6c7
fix: :logseq.property/order-list-type kept using existing values
...
It needs to be updated to closed values
2024-11-05 00:23:40 +08:00
Tienson Qin
d0c7160118
fix: tests
2024-11-05 00:18:35 +08:00
Tienson Qin
e8e2f698ce
fix: block reference not displayed
...
fixes https://github.com/logseq/db-test/issues/157
2024-11-04 23:53:16 +08:00
Tienson Qin
be27e3e2d8
fix: lint
2024-11-04 23:15:35 +08:00
Tienson Qin
385b4937e1
enhance: store url property value in :block/title
...
So that url can be written using the block editor.
2024-11-04 23:11:48 +08:00
Tienson Qin
98967ecede
fix: always create a new block if :default property is not closed
2024-11-04 20:09:04 +08:00
Tienson Qin
6c8f4b04cd
Merge branch 'feat/db' into refactor/dsl-query
2024-11-04 19:55:15 +08:00
Tienson Qin
53a7b92b3c
fix: tests
2024-11-04 19:54:06 +08:00
Tienson Qin
e086c4d621
fix: tests
2024-11-04 19:51:23 +08:00