put didInfo names in more places and add copy icons for DIDs & IDs

This commit is contained in:
2024-01-16 18:58:08 -07:00
parent 0eb16d5661
commit 3ebe7bc156
6 changed files with 62 additions and 6 deletions

View File

@@ -89,7 +89,7 @@
>
<fa icon="copy" class="text-slate-400 fa-fw"></fa>
</button>
<span v-show="showDidCopy">Copied!</span>
<span v-show="showDidCopy">Copied</span>
</div>
</div>
@@ -248,7 +248,7 @@
>
<fa icon="copy" class="text-slate-400 fa-fw"></fa>
</button>
<span v-show="showB64Copy">Copied!</span>
<span v-show="showB64Copy">Copied</span>
</div>
<div class="text-slate-500 text-sm font-bold">Public Key (hex)</div>
@@ -264,7 +264,7 @@
>
<fa icon="copy" class="text-slate-400 fa-fw"></fa>
</button>
<span v-show="showPubCopy">Copied!</span>
<span v-show="showPubCopy">Copied</span>
</div>
<div class="text-slate-500 text-sm font-bold">Derivation Path</div>
@@ -283,7 +283,7 @@
>
<fa icon="copy" class="text-slate-400 fa-fw"></fa>
</button>
<span v-show="showDerCopy">Copied!</span>
<span v-show="showDerCopy">Copied</span>
</div>
</div>