mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
enhance: add a table for property pages
that display all nodes for the current property. Property pages now behave like classes and display a table instead of blocks. Also update linter to include objects ns
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"electron.db"
|
||||
"frontend.handler.db-based."
|
||||
"frontend.worker.handler.page.db-based"
|
||||
"frontend.components.property" "frontend.components.class" "frontend.components.db-based"]))
|
||||
"frontend.components.property" "frontend.components.class" "frontend.components.db-based"
|
||||
"frontend.components.objects"]))
|
||||
|
||||
(def file-graph-ns
|
||||
"Namespaces or parent namespaces _only_ for file graphs"
|
||||
@@ -38,6 +39,7 @@
|
||||
"src/main/frontend/components/class.cljs"
|
||||
"src/main/frontend/components/property.cljs"
|
||||
"src/main/frontend/components/property"
|
||||
"src/main/frontend/components/objects.cljs"
|
||||
"src/main/frontend/components/db_based"
|
||||
"src/electron/electron/db.cljs"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user