From 4593dd1f66ea37f232551d411981a2493786b0c3 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Mon, 1 Jun 2026 23:14:16 +0000 Subject: [PATCH] refactor: replace currency dropdowns with simple text inputs - Currency ISO3 dropdowns replaced with - Users can type any currency code (KES, USD, EUR, etc.) - No need to maintain a long list of currencies - Exchange rate is user-defined so validation is unnecessary - All currency inputs have text-transform: uppercase for consistency --- templates/dashboard.html | 32 ++++++++++++-------------------- templates/receipt_form.html | 28 ++-------------------------- 2 files changed, 14 insertions(+), 46 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index c536c07..f1d0b83 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -32,17 +32,11 @@
-
- +
+
+ + +
Conversion Sample
@@ -51,19 +45,17 @@

- + +
-
- +
+ +
- + +
diff --git a/templates/receipt_form.html b/templates/receipt_form.html index 05f82ce..7d35417 100644 --- a/templates/receipt_form.html +++ b/templates/receipt_form.html @@ -33,32 +33,8 @@
- +