|
|
@@ -30,7 +30,8 @@
|
|
|
[goog.object :as gobj]
|
|
|
[rum.core :as rum]
|
|
|
[frontend.extensions.srs :as srs]
|
|
|
- [frontend.extensions.pdf.assets :as pdf-assets]))
|
|
|
+ [frontend.extensions.pdf.assets :as pdf-assets]
|
|
|
+ [frontend.components.widgets :as widgets]))
|
|
|
|
|
|
(defn nav-item
|
|
|
[title href svg-d active? close-modal-fn]
|
|
|
@@ -301,6 +302,8 @@
|
|
|
{:data-is-global-graph-pages global-graph-pages?
|
|
|
:data-is-full-width (or global-graph-pages?
|
|
|
(contains? #{:all-files :all-pages :my-publishing} route-name))}
|
|
|
+ (widgets/demo-graph-alert)
|
|
|
+
|
|
|
(cond
|
|
|
(not indexeddb-support?)
|
|
|
nil
|