From 95651b7ceada4b4d0629ee26e1a21d258a712e59 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 14 Dec 2022 02:45:05 +0530 Subject: [PATCH] UI fixes --- index.html | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index b2a15a1..c8eacb9 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@ } floGlobals.myFloID = floId floGlobals.myBtcID = btcOperator.convert.legacy2bech(floId) - getRef('user_profile_id').textContent = floGlobals.myFloID + document.querySelectorAll('.user-profile-id').forEach(el => el.textContent = floGlobals.myFloID) //load messages from IDB and render them console.log(`Loading Data! Please Wait...`) //Set UI render functions @@ -254,7 +254,7 @@
-
+
-
Chat @@ -398,7 +397,7 @@ +
+

Toggle dark theme

+
+

Only applied to this browser

+ +
+

Set chat and mail background image

@@ -1830,7 +1835,7 @@ let showingFloID = true // alternating between floID and btcID every 10 seconds floGlobals.idInterval = setInterval(() => { - getRef('user_profile_id').textContent = showingFloID ? floGlobals.myBtcID : floGlobals.myFloID + document.querySelectorAll('.user-profile-id').forEach(el => el.textContent = showingFloID ? floGlobals.myFloID : floGlobals.myBtcID) showingFloID = !showingFloID }, 10000) break; @@ -2655,7 +2660,7 @@ }).catch(err => notify(err, 'error')) return html`
  • - ${address} +
    Balance: