From 6be4402f6f5e6db00d2588ded0fdc6d69191f0de Mon Sep 17 00:00:00 2001 From: void-57 Date: Sat, 24 Jan 2026 04:19:30 +0530 Subject: [PATCH] feat: Add Bitcoin support, BTC chips, and improve UX - Implement Bitcoin address generation (Bech32) and WIF display. - Add BTC chips to searched addresses list. - Add input validation: reject FLO/BTC addresses with clear intent messages. - Update search placeholder and errors to use 'MNT'. - Fix desktop notification panel positioning. --- index.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 63 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 5d50d85..493cec3 100644 --- a/index.html +++ b/index.html @@ -468,9 +468,10 @@ const apply = () => { if (window.matchMedia('(min-width: 640px)').matches) { Object.assign(panel.style, { - left: 'calc(10rem + 1rem)', - bottom: '1rem', - top: 'auto', + // Desktop: top-right to avoid overlapping "Searched addresses" (which is left-side) + left: 'auto', + bottom: 'auto', + top: '1rem', right: '1rem', zIndex: '1000' }); @@ -663,7 +664,7 @@
-