+ added toast messages

+ transaction sent message
+ copy address to clipboard
This commit is contained in:
Taegus
2018-12-16 20:05:53 +01:00
parent ef8a261d4b
commit c66da997cd
8 changed files with 45 additions and 2 deletions

View File

@@ -141,6 +141,17 @@ $(document).on("render_wallets", function() {
}
});
});
$(".btnCopyWalletAddress").off('click').on('click', function() {
EthoMainGUI.copyToClipboard($(this).attr('data-wallet'));
iziToast.success({
title: 'Copied',
message: 'Address was copied to clipboard',
position: 'topRight',
timeout: 2000
});
});
});
// event that tells us that geth is ready and up