|
@ -68,6 +68,10 @@ |
|
|
|
|
|
|
|
|
<a href="account-edit.html" class="block text-center text-lg font-bold uppercase bg-blue-600 text-white px-2 py-3 rounded-md mb-8">Edit Identity</a> |
|
|
<a href="account-edit.html" class="block text-center text-lg font-bold uppercase bg-blue-600 text-white px-2 py-3 rounded-md mb-8">Edit Identity</a> |
|
|
|
|
|
|
|
|
|
|
|
<h3 class="text-sm uppercase font-semibold mb-3">Contact Actions</h3> |
|
|
|
|
|
|
|
|
|
|
|
<a href="contact-scan.html" class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-6">Scan New Contact</a> |
|
|
|
|
|
|
|
|
<h3 class="text-sm uppercase font-semibold mb-3">Identity Actions</h3> |
|
|
<h3 class="text-sm uppercase font-semibold mb-3">Identity Actions</h3> |
|
|
|
|
|
|
|
|
<a href="" class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-2">Backup Seed</a> |
|
|
<a href="" class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-2">Backup Seed</a> |
|
@ -76,8 +80,10 @@ |
|
|
<!-- QR code popup --> |
|
|
<!-- QR code popup --> |
|
|
<dialog id="dlgQR" class="backdrop:bg-black/75 rounded-md"> |
|
|
<dialog id="dlgQR" class="backdrop:bg-black/75 rounded-md"> |
|
|
<form method="dialog"> |
|
|
<form method="dialog"> |
|
|
|
|
|
<div class="text-slate-500 text-center"><b>ID:</b> <code>did:peer:kl45kj41lk451kl3</code></div> |
|
|
<img src="img/sample-qr-code.png" class="w-full mb-3" /> |
|
|
<img src="img/sample-qr-code.png" class="w-full mb-3" /> |
|
|
|
|
|
|
|
|
|
|
|
<button value="cancel" class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-2">Copy to Clipboard</button> |
|
|
<button value="cancel" class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md">Close</button> |
|
|
<button value="cancel" class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md">Close</button> |
|
|
</form> |
|
|
</form> |
|
|
</dialog> |
|
|
</dialog> |
|
|