enhance: move enum property choices to hidden page

related to LOG-2871
This commit is contained in:
Tienson Qin
2023-10-30 20:35:39 +08:00
parent fadfb84575
commit 8c7098b21f
10 changed files with 176 additions and 120 deletions

View File

@@ -468,7 +468,7 @@
(state/set-state! :plugin/active-readme [content item])
(state/set-sub-modal! (fn [_] (display))))
(p/catch #(do (js/console.warn %)
(notification/show! "No README content." :warn))))
(notification/show! "No README content." :warning))))
;; market
(state/set-sub-modal! (fn [_] (display repo nil))))))
@@ -803,4 +803,4 @@
:auto-checking? (boolean (:plugin/updates-auto-checking? @state/state))
:coming (count (:plugin/updates-coming @state/state))
:installing (:plugin/installing @state/state)
:downloading? (boolean (:plugin/updates-downloading? @state/state))})
:downloading? (boolean (:plugin/updates-downloading? @state/state))})