enhance: users can navigate to public built-in nodes like task ones

We spent a good amount of effort making tasks customizable. It should
be easy for users to navigate to Task or status page to customize them
This commit is contained in:
Gabriel Horner
2024-08-22 10:33:34 -04:00
parent 8074b6a989
commit e8ab1cea49
7 changed files with 25 additions and 10 deletions

View File

@@ -257,7 +257,7 @@
repo (state/get-current-repo)
current-page (when-let [id (page-util/get-current-page-id)]
(db/entity id))
opts {:limit 100 :built-in? config/dev?}]
opts {:limit 100 :dev? config/dev? :built-in? true}]
(swap! !results assoc-in [group :status] :loading)
(swap! !results assoc-in [:current-page :status] :loading)
(p/let [blocks (search/block-search repo @!input opts)