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 @@ - + @@ -263,11 +263,10 @@ d="M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"> - + bc1qd9trd7u8vslcje85m476zwux0j82yqg439n5f9 - Chat @@ -398,7 +397,7 @@ - + @@ -407,11 +406,10 @@ d="M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"> - + bc1qd9trd7u8vslcje85m476zwux0j82yqg439n5f9 - Mail @@ -536,6 +534,13 @@ + + 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: Init transaction
Only applied to this browser