implements import page in new UI

This commit is contained in:
2024-05-26 22:28:31 -07:00
parent af8e55803d
commit e43f313ac0
6 changed files with 386 additions and 224 deletions

View File

@@ -86,7 +86,7 @@
[:button (update params
:class #(cond-> %
true (str " focus:ring-4 font-bold rounded-lg text-xs p-3 text-center mr-2 inline-flex items-center relative justify-center"
true (str " focus:ring-4 font-bold rounded-lg text-xs p-3 text-center mr-2 inline-flex items-center relative justify-center disabled:opacity-50"
(bg-colors (:color params) (:disabled params)))
(not (:disabled params))