From e2bf699be0decdd85c7565d5f04cbe061bf580ff Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 28 Dec 2024 00:55:14 -0300 Subject: [PATCH] feat(tools:currency-converter): make it responsive --- .../currency_converter/currency_converter.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/templates/mini_tools/currency_converter/currency_converter.html b/app/templates/mini_tools/currency_converter/currency_converter.html index 4b5a22c..6f0dcf0 100644 --- a/app/templates/mini_tools/currency_converter/currency_converter.html +++ b/app/templates/mini_tools/currency_converter/currency_converter.html @@ -13,7 +13,7 @@
{% translate 'Currency Converter' %}
-
+
{{ form.from_currency|as_crispy_field }}
-
+
-
+
+ hx-trigger="input from:#from_value, input from:#id_from_currency, input from:#id_to_currency, updated" + hx-include="#from_value, #id_from_currency, #id_to_currency" + id="result">