|
@@ -646,7 +646,7 @@
|
|
[:p.flex.justify-center.pt-20.opacity-50 (svg/offline 30)]
|
|
[:p.flex.justify-center.pt-20.opacity-50 (svg/offline 30)]
|
|
|
|
|
|
@*fetching
|
|
@*fetching
|
|
- [:p.flex.justify-center.pt-20 svg/loading]
|
|
|
|
|
|
+ [:p.flex.justify-center.py-20 svg/loading]
|
|
|
|
|
|
@*error
|
|
@*error
|
|
[:p.flex.justify-center.pt-20.opacity-50 "Remote error: " (.-message @*error)]
|
|
[:p.flex.justify-center.pt-20.opacity-50 "Remote error: " (.-message @*error)]
|
|
@@ -655,6 +655,7 @@
|
|
[:div.cp__plugins-marketplace-cnt
|
|
[:div.cp__plugins-marketplace-cnt
|
|
{:class (util/classnames [{:has-installing (boolean installing)}])}
|
|
{:class (util/classnames [{:has-installing (boolean installing)}])}
|
|
[:div.cp__plugins-item-lists.grid-cols-1.md:grid-cols-2.lg:grid-cols-3
|
|
[:div.cp__plugins-item-lists.grid-cols-1.md:grid-cols-2.lg:grid-cols-3
|
|
|
|
+ ;; items list
|
|
(for [item sorted-pkgs]
|
|
(for [item sorted-pkgs]
|
|
(rum/with-key
|
|
(rum/with-key
|
|
(let [pid (keyword (:id item))
|
|
(let [pid (keyword (:id item))
|
|
@@ -1064,7 +1065,8 @@
|
|
[]
|
|
[]
|
|
(state/set-modal!
|
|
(state/set-modal!
|
|
(fn [_close!]
|
|
(fn [_close!]
|
|
- (plugins-page))))
|
|
|
|
|
|
+ (plugins-page))
|
|
|
|
+ {:label "plugins-dashboard"}))
|
|
|
|
|
|
(defn open-waiting-updates-modal!
|
|
(defn open-waiting-updates-modal!
|
|
[]
|
|
[]
|