add page to view all claims about a DID (which we'll have to restrict to visible people soon)

This commit is contained in:
2024-04-26 20:13:44 -06:00
parent 9acba28b85
commit e2df848e96
5 changed files with 355 additions and 2 deletions

View File

@@ -118,6 +118,14 @@
>
<fa icon="copy" class="text-slate-400 fa-fw"></fa>
</button>
<router-link
:to="{
path: '/did/' + encodeURIComponent(contact.did),
}"
title="See more about this DID"
>
<fa icon="circle-info" class="fa-fw ml-2 text-blue-500 rounded" />
</router-link>
<span v-show="showDidCopy">Copied DID</span>
</div>
<div class="text-sm truncate" v-if="contact.publicKeyBase64">