From 35060b01d79dd5cd99a562744b3449b9a6985fdb Mon Sep 17 00:00:00 2001 From: padreug Date: Sun, 22 Jun 2025 20:15:27 +0200 Subject: [PATCH] Refactor dashboard icons: Replace icon components with emoji representations for improved visual appeal and clarity in the DCA dashboard, enhancing user engagement. --- templates/satmachineclient/index.html | 34 ++++++++------------------- 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/templates/satmachineclient/index.html b/templates/satmachineclient/index.html index c431a84..b66f058 100644 --- a/templates/satmachineclient/index.html +++ b/templates/satmachineclient/index.html @@ -125,7 +125,6 @@
-
${formatCurrencyWithCode(dashboardData.current_sats_fiat_value, dashboardData.currency)}
Current Bitcoin Value
at today's ${dashboardData.currency} rate
@@ -135,14 +134,8 @@
-
- ${(dashboardData.current_sats_fiat_value + dashboardData.current_fiat_balance) > dashboardData.total_fiat_invested ? '+' : ''} + ${(dashboardData.current_sats_fiat_value + dashboardData.current_fiat_balance) > dashboardData.total_fiat_invested ? '📈 +' : '📉 '} ${formatCurrencyWithCode((dashboardData.current_sats_fiat_value + dashboardData.current_fiat_balance) - dashboardData.total_fiat_invested, dashboardData.currency)}
@@ -261,7 +254,6 @@