enhance(ui): theme-related components

This commit is contained in:
charlie
2024-06-21 16:21:22 +08:00
parent 30230b38ca
commit f1f7d6810b
5 changed files with 9 additions and 7 deletions

View File

@@ -589,8 +589,8 @@
(fs/unlink! repo path nil)))))
(defn show-themes-modal!
[]
(state/pub-event! [:modal/show-themes-modal]))
([] (show-themes-modal! false))
([classic?] (state/pub-event! [:modal/show-themes-modal classic?])))
(defn goto-plugins-dashboard!
[]