forked from trent_larson/crowd-funder-for-time-pwa
Added jdenticon to project view
This commit is contained in:
@@ -84,9 +84,11 @@
|
|||||||
|
|
||||||
<ul class="grid grid-cols-4 gap-x-3 gap-y-5 text-center mb-5">
|
<ul class="grid grid-cols-4 gap-x-3 gap-y-5 text-center mb-5">
|
||||||
<li @click="openDialog()">
|
<li @click="openDialog()">
|
||||||
<div class="mb-1">
|
<EntityIcon
|
||||||
<fa icon="question-circle" class="fa-fw fa-xl text-slate-400"></fa>
|
:entityId="Anonymous"
|
||||||
</div>
|
:iconSize="64"
|
||||||
|
class="mx-auto border border-slate-300 rounded-md mb-1"
|
||||||
|
></EntityIcon>
|
||||||
<h3
|
<h3
|
||||||
class="text-xs italic font-medium text-ellipsis whitespace-nowrap overflow-hidden"
|
class="text-xs italic font-medium text-ellipsis whitespace-nowrap overflow-hidden"
|
||||||
>
|
>
|
||||||
@@ -98,9 +100,11 @@
|
|||||||
:key="contact.did"
|
:key="contact.did"
|
||||||
@click="openDialog(contact)"
|
@click="openDialog(contact)"
|
||||||
>
|
>
|
||||||
<div class="mb-1">
|
<EntityIcon
|
||||||
<fa icon="user" class="fa-fw fa-xl text-slate-400"></fa>
|
:entityId="contact.did"
|
||||||
</div>
|
:iconSize="64"
|
||||||
|
class="mx-auto border border-slate-300 rounded-md mb-1"
|
||||||
|
></EntityIcon>
|
||||||
<h3
|
<h3
|
||||||
class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden"
|
class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user