various bug fixes.

This commit is contained in:
2024-07-12 21:45:48 -07:00
parent de12d8f804
commit 803abb5322
5 changed files with 153 additions and 38 deletions

View File

@@ -308,9 +308,9 @@
:class "w-full h-full"}
[:fieldset {:class "hx-disable h-full"}
(com/modal-card
{}
{:class "md:h-[800px] md:w-[750px]"}
[:div.flex [:div.p-2 "User"] [:p.ml-2.rounded.bg-gray-200.p-2.dark:bg-gray-600 (:user/name entity)]]
[:div.space-y-6
[:div.space-y-6.overflow-y-scroll
(fc/with-field :db/id
(com/hidden {:name (fc/field-name)
:value (fc/field-value)}))