|
|
@ -4,7 +4,7 @@ |
|
|
|
<section id="Content" class="p-6 pb-24 max-w-3xl mx-auto"> |
|
|
|
<!-- Breadcrumb --> |
|
|
|
<div id="ViewBreadcrumb" class="mb-8"> |
|
|
|
<h1 class="text-lg text-center font-light relative px-7"> |
|
|
|
<h1 class="text-2xl text-center font-semibold relative px-7"> |
|
|
|
<!-- Back --> |
|
|
|
<router-link |
|
|
|
:to="{ name: 'home' }" |
|
|
@ -19,13 +19,12 @@ |
|
|
|
<ul class="border-t border-slate-300"> |
|
|
|
<li class="border-b border-slate-300 py-3"> |
|
|
|
<h2 class="text-base flex gap-4 items-center"> |
|
|
|
<span class="grow"> |
|
|
|
<img |
|
|
|
src="../assets/blank-square.svg" |
|
|
|
width="32" |
|
|
|
class="inline-block align-middle border border-slate-300 rounded-md mr-1" |
|
|
|
<span class="grow flex gap-2 items-center font-medium"> |
|
|
|
<font-awesome |
|
|
|
icon="circle-question" |
|
|
|
class="text-slate-400 text-4xl" |
|
|
|
/> |
|
|
|
Unnamed/Unknown |
|
|
|
<span class="italic text-slate-400">(Unnamed/Unknown)</span> |
|
|
|
</span> |
|
|
|
<span class="text-right"> |
|
|
|
<button |
|
|
@ -44,13 +43,14 @@ |
|
|
|
class="border-b border-slate-300 py-3" |
|
|
|
> |
|
|
|
<h2 class="text-base flex gap-4 items-center"> |
|
|
|
<span class="grow font-semibold"> |
|
|
|
<span class="grow flex gap-2 items-center font-medium"> |
|
|
|
<EntityIcon |
|
|
|
:contact="contact" |
|
|
|
:icon-size="32" |
|
|
|
class="inline-block align-middle border border-slate-300 rounded-md mr-1" |
|
|
|
:icon-size="34" |
|
|
|
class="inline-block align-middle border border-slate-300 rounded-full overflow-hidden" |
|
|
|
/> |
|
|
|
{{ contact.name || "(no name)" }} |
|
|
|
<span v-if="contact.name">{{ contact.name }}</span> |
|
|
|
<span v-else class="italic text-slate-400">(No name)</span> |
|
|
|
</span> |
|
|
|
<span class="text-right"> |
|
|
|
<button |
|
|
|