Minor UX improvements

This commit is contained in:
sairaj mote 2023-06-05 03:26:17 +05:30
parent 8000f7a97a
commit 988bb1376b

View File

@ -1291,7 +1291,7 @@
</a> </a>
${!block ? html` ${!block ? html`
<div class="multi-state-button"> <div class="multi-state-button">
<button class="button button--small gap-0-3" onclick=${initFeeChange} title="Resend transaction with greater fees to reduce processing time"> <button class="button button--small gap-0-3" onclick=${initFeeChange} title="Resend transaction with greater fees to reduce confirmation time">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/></svg> <svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/></svg>
Increase fee Increase fee
</button> </button>
@ -1299,7 +1299,7 @@
` : ''} ` : ''}
</div> </div>
${!block ? html` ${!block ? html`
<p class="pending-badge">Confirmation pending: amount will be deducted after transaction is confirmed</p> <p class="pending-badge">Confirmation pending: amount will be deducted after transaction is confirmed. Try increasing fee to speed up confirmation.</p>
` : ''} ` : ''}
</div> </div>
</li> </li>