Merge branch 'master' into audit

This commit is contained in:
Danil Kovtonyuk 2022-06-15 16:37:28 +10:00
commit 1e3ea14f69
No known key found for this signature in database
GPG key ID: E72A919BF08C3746
35 changed files with 305 additions and 136 deletions

View file

@ -24,6 +24,7 @@
<p class="detail">
<a
class="detail-description"
data-test="txhash_text"
:href="txExplorerUrl(tx.txHash)"
target="_blank"
rel="noopener noreferrer"
@ -44,11 +45,18 @@
size="is-small"
:disabled="!tx.note"
icon-left="copy"
data-test="copy_note_button"
>
{{ $t('note') }}
</b-button>
</b-tooltip>
<b-button type="is-dark" size="is-small" icon-right="remove" @click="onClose" />
<b-button
data-test="remove_note_button"
type="is-dark"
size="is-small"
icon-right="remove"
@click="onClose"
/>
</div>
</div>
</div>