(cloud) Made search work consistently

This commit is contained in:
2023-05-04 21:02:03 -07:00
parent e42fe2189c
commit 4e7e19da97
12 changed files with 308 additions and 186 deletions

View File

@@ -66,7 +66,7 @@
:max max
:step "0.01"
:style (or style
{:width "8em"})}]
{:width "7em"})}]
[:span.icon.is-left
[:i.fa.fa-usd]]]))

View File

@@ -9,7 +9,7 @@
:on-change (fn [v]
(re-frame/dispatch (conj on-change-event v)))}
[:div.columns
[:div.columns {:style {:width "80%"}}
[:div.column
[:div.control
[form-builder/raw-field-v2 {:field :amount-gte}
@@ -17,5 +17,6 @@
[:div.column
[:div.control
[form-builder/raw-field-v2 {:field :amount-lte}
[com/money-input {:placeholder "<="}]]]]]]
[com/money-input {:placeholder "<="}]]]]
[:div.column]]]
)