|
@ -107,24 +107,7 @@ |
|
|
<font-awesome icon="camera" class="fa-fw" /> |
|
|
<font-awesome icon="camera" class="fa-fw" /> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
<template v-else> |
|
|
<!-- If not registered, they don't need to see this at all. We show a prompt to register below. --> |
|
|
<div |
|
|
|
|
|
id="noticeBeforeUpload" |
|
|
|
|
|
class="bg-amber-200 text-amber-900 border-amber-500 border-dashed border text-center rounded-md overflow-hidden px-4 py-3" |
|
|
|
|
|
role="alert" |
|
|
|
|
|
aria-live="polite" |
|
|
|
|
|
> |
|
|
|
|
|
<p class="mb-2"> |
|
|
|
|
|
Before you can upload a photo, a friend needs to register you. |
|
|
|
|
|
</p> |
|
|
|
|
|
<router-link |
|
|
|
|
|
:to="{ name: 'contact-qr' }" |
|
|
|
|
|
class="inline-block text-md uppercase bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md" |
|
|
|
|
|
> |
|
|
|
|
|
Share Your Info |
|
|
|
|
|
</router-link> |
|
|
|
|
|
</div> |
|
|
|
|
|
</template> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<ImageMethodDialog |
|
|
<ImageMethodDialog |
|
|
ref="imageMethodDialog" |
|
|
ref="imageMethodDialog" |
|
|