feat : added transaction history ,transaction details and currency selector
This commit is contained in:
parent
4c9cf17ef2
commit
17f57a626b
@ -2853,7 +2853,6 @@
|
|||||||
|
|
||||||
|
|
||||||
function togglePrivateKeyVisibility(input) {
|
function togglePrivateKeyVisibility(input) {
|
||||||
console.log(input)
|
|
||||||
const target = input.closest("sm-input");
|
const target = input.closest("sm-input");
|
||||||
// const checkBalanceButton = document.querySelector("#check_balance_button");
|
// const checkBalanceButton = document.querySelector("#check_balance_button");
|
||||||
console.log(target)
|
console.log(target)
|
||||||
@ -2977,7 +2976,6 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
function handleSenderInput(e) {
|
function handleSenderInput(e) {
|
||||||
console.log(e.target.isValid)
|
|
||||||
getRef("check_balance_button").disabled = false;
|
getRef("check_balance_button").disabled = false;
|
||||||
if (!e.target.isValid) {
|
if (!e.target.isValid) {
|
||||||
// getRef("sender_balance_container").classList.add("hidden");
|
// getRef("sender_balance_container").classList.add("hidden");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user