mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
improve(ux): make plugins list container netsted scrolling
This commit is contained in:
@@ -646,7 +646,7 @@
|
||||
[:p.flex.justify-center.pt-20.opacity-50 (svg/offline 30)]
|
||||
|
||||
@*fetching
|
||||
[:p.flex.justify-center.pt-20 svg/loading]
|
||||
[:p.flex.justify-center.py-20 svg/loading]
|
||||
|
||||
@*error
|
||||
[:p.flex.justify-center.pt-20.opacity-50 "Remote error: " (.-message @*error)]
|
||||
@@ -655,6 +655,7 @@
|
||||
[:div.cp__plugins-marketplace-cnt
|
||||
{:class (util/classnames [{:has-installing (boolean installing)}])}
|
||||
[:div.cp__plugins-item-lists.grid-cols-1.md:grid-cols-2.lg:grid-cols-3
|
||||
;; items list
|
||||
(for [item sorted-pkgs]
|
||||
(rum/with-key
|
||||
(let [pid (keyword (:id item))
|
||||
@@ -1064,7 +1065,8 @@
|
||||
[]
|
||||
(state/set-modal!
|
||||
(fn [_close!]
|
||||
(plugins-page))))
|
||||
(plugins-page))
|
||||
{:label "plugins-dashboard"}))
|
||||
|
||||
(defn open-waiting-updates-modal!
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user