UX improvements

This commit is contained in:
sairaj mote 2022-12-20 05:42:06 +05:30
parent 8a50dbdf0f
commit edc9718ff7
4 changed files with 6 additions and 3 deletions

View File

@ -1746,7 +1746,7 @@ sm-chip .badge {
top: 0;
z-index: 1;
flex: 1;
background-color: rgba(var(--background-color), 0.8);
background-color: rgba(var(--background-color), 0.9);
border: solid thin rgba(var(--text-color), 0.2);
margin: 1.5rem auto;
-webkit-backdrop-filter: blur(1rem);

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1792,7 +1792,7 @@ sm-chip {
top: 0;
z-index: 1;
flex: 1;
background-color: rgba(var(--background-color), 0.8);
background-color: rgba(var(--background-color), 0.9);
border: solid thin rgba(var(--text-color), 0.2);
margin: 1.5rem auto;
backdrop-filter: blur(1rem);

View File

@ -4460,6 +4460,9 @@
buttonLoader(button, true)
messenger.multisig.signTx(pipeID).then(() => {
getRef('messages_container').querySelector('.signing-banner').remove()
notify('Transaction signed', 'success')
if (messenger.pipeline[pipeID].disabled)
document.getElementById('transaction_details').querySelector('h4').textContent = 'Transaction signatures complete'
}).catch(err => {
console.log(err, 'error')
buttonLoader(button, false)