Explorar el Código

fix: move warning to bottom

Weihua Lu hace 4 años
padre
commit
8ef99d48b9
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/main/frontend/extensions/zotero.cljs

+ 4 - 4
src/main/frontend/extensions/zotero.cljs

@@ -239,10 +239,6 @@
        {:default-value (setting/setting :page-insert-prefix)
         :on-blur       (fn [e] (setting/set-setting! :page-insert-prefix (util/evalue e)))}]]]]
 
-   (ui/admonition
-    :warning
-    "If you have a lot of citations in Zotero, adding them all can slow down Logseq. You can type /zotero to import specific citations.")
-
    [:div.row
     [:label.title
      {:for "zotero_import_all"}
@@ -265,6 +261,10 @@
                 (reset! (::total state) false)
                 (notification/show! "Successfully added all items!" :success)))))))]]
 
+   (ui/admonition
+    :warning
+    "If you have a lot of items in Zotero, adding them all can slow down Logseq. You can type /zotero to import specific item on demand instead.")
+
    (when @(::total state)
      [:div.row
       [:div.bg-greenred-200.py-3.rounded-lg.col-span-full