mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
Fix plugin install bugs and add plugin-config tests
- Add validation for plugins.edn with malli - Add bb task using malli schema - Add first async test that interacts with frontend.fs - Add test helpers to make future async testing easier
This commit is contained in:
@@ -806,9 +806,8 @@
|
||||
[:h1.mb-4.text-2xl.p-1 "Install plugins from plugins.edn"]
|
||||
(if (seq plugins)
|
||||
[:div
|
||||
[:div.mb-2.text-xl (util/format "The following %s plugin(s) will replace your %s plugin(s):"
|
||||
(count (:install plugins))
|
||||
(count (:uninstall plugins)))]
|
||||
[:div.mb-2.text-xl (util/format "The following %s plugin(s) will replace your plugins:"
|
||||
(count (:install plugins)))]
|
||||
;; lists
|
||||
[:ul
|
||||
(for [it (:install plugins)
|
||||
|
||||
Reference in New Issue
Block a user