|
@ -24,7 +24,7 @@ |
|
|
<span class="whitespace-nowrap"> |
|
|
<span class="whitespace-nowrap"> |
|
|
<router-link |
|
|
<router-link |
|
|
:to="{ name: 'contact-qr' }" |
|
|
:to="{ name: 'contact-qr' }" |
|
|
class="text-xs uppercase bg-slate-500 text-white px-1.5 py-1 rounded-md" |
|
|
class="text-xs bg-slate-500 text-white px-1.5 py-1 rounded-md" |
|
|
> |
|
|
> |
|
|
<fa icon="qrcode" class="fa-fw"></fa> |
|
|
<fa icon="qrcode" class="fa-fw"></fa> |
|
|
</router-link> |
|
|
</router-link> |
|
@ -55,7 +55,7 @@ |
|
|
</p> |
|
|
</p> |
|
|
<router-link |
|
|
<router-link |
|
|
:to="{ name: 'start' }" |
|
|
:to="{ name: 'start' }" |
|
|
class="inline-block text-md uppercase bg-gradient-to-b from-amber-400 to-amber-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md" |
|
|
class="inline-block text-md bg-gradient-to-b from-amber-400 to-amber-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md" |
|
|
> |
|
|
> |
|
|
Create An Identifier |
|
|
Create An Identifier |
|
|
</router-link> |
|
|
</router-link> |
|
@ -211,7 +211,7 @@ |
|
|
<router-link |
|
|
<router-link |
|
|
:to="{ name: 'search-area' }" |
|
|
:to="{ name: 'search-area' }" |
|
|
v-if="activeDid" |
|
|
v-if="activeDid" |
|
|
class="block w-full text-center text-md uppercase bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-2 rounded-md mb-2 mt-6" |
|
|
class="block w-full text-center text-m bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-2 rounded-md mb-2 mt-6" |
|
|
> |
|
|
> |
|
|
Set Search Area… |
|
|
Set Search Area… |
|
|
<!-- If already set, change button label to "Change Search Area" --> |
|
|
<!-- If already set, change button label to "Change Search Area" --> |
|
@ -265,7 +265,7 @@ |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
<button |
|
|
<button |
|
|
class="block float-right w-fit text-center text-md uppercase bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md mt-2" |
|
|
class="block float-right w-fit text-center text-md bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md mt-2" |
|
|
@click="checkLimits()" |
|
|
@click="checkLimits()" |
|
|
> |
|
|
> |
|
|
Recheck Limits |
|
|
Recheck Limits |
|
@ -277,14 +277,14 @@ |
|
|
<router-link |
|
|
<router-link |
|
|
:to="{ name: 'seed-backup' }" |
|
|
:to="{ name: 'seed-backup' }" |
|
|
v-if="activeDid" |
|
|
v-if="activeDid" |
|
|
class="block w-full text-center text-md uppercase bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-2 rounded-md mb-2 mt-2" |
|
|
class="block w-full text-center text-md bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-2 rounded-md mb-2 mt-2" |
|
|
> |
|
|
> |
|
|
Backup Identifier Seed |
|
|
Backup Identifier Seed |
|
|
</router-link> |
|
|
</router-link> |
|
|
|
|
|
|
|
|
<button |
|
|
<button |
|
|
v-bind:class="computedStartDownloadLinkClassNames()" |
|
|
v-bind:class="computedStartDownloadLinkClassNames()" |
|
|
class="block w-full text-center text-md uppercase bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-2 rounded-md" |
|
|
class="block w-full text-center text-md bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-2 rounded-md" |
|
|
@click="exportDatabase()" |
|
|
@click="exportDatabase()" |
|
|
> |
|
|
> |
|
|
Download Settings & Contacts |
|
|
Download Settings & Contacts |
|
@ -294,7 +294,7 @@ |
|
|
<a |
|
|
<a |
|
|
ref="downloadLink" |
|
|
ref="downloadLink" |
|
|
v-bind:class="computedDownloadLinkClassNames()" |
|
|
v-bind:class="computedDownloadLinkClassNames()" |
|
|
class="block w-full text-center text-md uppercase bg-gradient-to-b from-green-500 to-green-800 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-2 rounded-md mb-6" |
|
|
class="block w-full text-center text-md bg-gradient-to-b from-green-500 to-green-800 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-2 rounded-md mb-6" |
|
|
> |
|
|
> |
|
|
If no download happened yet, click again here to download now. |
|
|
If no download happened yet, click again here to download now. |
|
|
</a> |
|
|
</a> |
|
@ -561,7 +561,7 @@ |
|
|
<input type="file" @change="uploadFile" class="ml-2" /> |
|
|
<input type="file" @change="uploadFile" class="ml-2" /> |
|
|
<div v-if="showContactImport()"> |
|
|
<div v-if="showContactImport()"> |
|
|
<button |
|
|
<button |
|
|
class="block text-center 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-1.5 py-2 rounded-md mb-6" |
|
|
class="block text-center text-md 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-1.5 py-2 rounded-md mb-6" |
|
|
@click="confirmSubmitFile()" |
|
|
@click="confirmSubmitFile()" |
|
|
> |
|
|
> |
|
|
Import Settings & Contacts |
|
|
Import Settings & Contacts |
|
@ -576,7 +576,7 @@ |
|
|
<button> |
|
|
<button> |
|
|
<router-link |
|
|
<router-link |
|
|
:to="{ name: 'statistics' }" |
|
|
:to="{ name: 'statistics' }" |
|
|
class="block w-fit text-center text-md uppercase bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md mb-2" |
|
|
class="block w-fit text-center text-md bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md mb-2" |
|
|
> |
|
|
> |
|
|
See Global Animated History of Giving |
|
|
See Global Animated History of Giving |
|
|
</router-link> |
|
|
</router-link> |
|
|