From 9ef1260347ef9832e0a1197121fdc77e38a8557d Mon Sep 17 00:00:00 2001 From: DJObleezy Date: Sat, 26 Apr 2025 20:35:27 -0700 Subject: [PATCH] Update UI and functionality for wallet and fees - Adjust footer CSS and increase padding in dashboard. - Update chart title for clarity on hashrate units. - Implement Alt+W keyboard shortcut to reset wallet address with confirmation and error handling. - Add version number to footer in base.html. - Change "Network Fee (%)" label to "Firmware Fee (%)" with updated tooltip in boot.html. --- static/css/common.css | 4 -- static/css/dashboard.css | 2 +- static/js/main.js | 93 +++++++++++++++++++++++++++++++++++++++- templates/base.html | 1 + templates/boot.html | 4 +- 5 files changed, 96 insertions(+), 8 deletions(-) diff --git a/static/css/common.css b/static/css/common.css index 65cafc6..99c714a 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -1,14 +1,10 @@ .footer { - margin-top: 30px; padding: 10px 0; color: grey; font-size: 0.9rem; border-top: 1px solid rgba(128, 128, 128, 0.2); } - - -