|
@@ -6,6 +6,7 @@
|
|
|
[frontend.handler.page :as page-handler]
|
|
[frontend.handler.page :as page-handler]
|
|
|
[frontend.handler.ui :as ui-handler]
|
|
[frontend.handler.ui :as ui-handler]
|
|
|
[frontend.handler.common :as common-handler]
|
|
[frontend.handler.common :as common-handler]
|
|
|
|
|
+ [frontend.handler.plugin :as plugin-handler]
|
|
|
[frontend.handler.route :as route-handler]
|
|
[frontend.handler.route :as route-handler]
|
|
|
[frontend.handler.graph :as graph-handler]
|
|
[frontend.handler.graph :as graph-handler]
|
|
|
[frontend.handler.notification :as notification]
|
|
[frontend.handler.notification :as notification]
|
|
@@ -365,7 +366,12 @@
|
|
|
(flatten)
|
|
(flatten)
|
|
|
(remove nil?)))]
|
|
(remove nil?)))]
|
|
|
[:div.flex.flex-row
|
|
[:div.flex.flex-row
|
|
|
|
|
+
|
|
|
(plugins/hook-ui-slot :page-head-actions-slotted nil)
|
|
(plugins/hook-ui-slot :page-head-actions-slotted nil)
|
|
|
|
|
+
|
|
|
|
|
+ (when plugin-handler/lsp-enabled?
|
|
|
|
|
+ (plugins/hook-ui-items :pagebar))
|
|
|
|
|
+
|
|
|
[:a.opacity-60.hover:opacity-100.page-op.mr-1
|
|
[:a.opacity-60.hover:opacity-100.page-op.mr-1
|
|
|
{:title "Search in current page"
|
|
{:title "Search in current page"
|
|
|
:on-click #(route-handler/go-to-search! :page)}
|
|
:on-click #(route-handler/go-to-search! :page)}
|