|
@ -37,7 +37,7 @@ |
|
|
<span> |
|
|
<span> |
|
|
<router-link |
|
|
<router-link |
|
|
:to="{ name: 'help' }" |
|
|
:to="{ name: 'help' }" |
|
|
class="text-xs uppercase bg-blue-500 text-white px-1.5 py-1 rounded-md ml-1" |
|
|
class="text-xs 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-1 rounded-md ml-1" |
|
|
> |
|
|
> |
|
|
Help |
|
|
Help |
|
|
</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-amber-600 text-white px-4 py-2 rounded-md" |
|
|
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" |
|
|
> |
|
|
> |
|
|
Create An Identifier |
|
|
Create An Identifier |
|
|
</router-link> |
|
|
</router-link> |
|
@ -105,7 +105,7 @@ |
|
|
</p> |
|
|
</p> |
|
|
<router-link |
|
|
<router-link |
|
|
:to="{ name: 'contact-qr' }" |
|
|
:to="{ name: 'contact-qr' }" |
|
|
class="inline-block text-md uppercase bg-amber-600 text-white px-4 py-2 rounded-md" |
|
|
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" |
|
|
> |
|
|
> |
|
|
Share Your Info |
|
|
Share Your Info |
|
|
</router-link> |
|
|
</router-link> |
|
@ -181,7 +181,7 @@ |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
<button |
|
|
<button |
|
|
class="block float-right w-fit text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mt-2" |
|
|
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" |
|
|
@click="checkLimits()" |
|
|
@click="checkLimits()" |
|
|
> |
|
|
> |
|
|
Recheck Limits |
|
|
Recheck Limits |
|
@ -193,14 +193,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-slate-500 text-white px-1.5 py-2 rounded-md mb-2 mt-2" |
|
|
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" |
|
|
> |
|
|
> |
|
|
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-slate-500 text-white px-1.5 py-2 rounded-md mb-6" |
|
|
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-6" |
|
|
@click="exportDatabase()" |
|
|
@click="exportDatabase()" |
|
|
> |
|
|
> |
|
|
Download Settings & Contacts |
|
|
Download Settings & Contacts |
|
@ -210,7 +210,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-green-600 text-white px-1.5 py-2 rounded-md" |
|
|
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" |
|
|
> |
|
|
> |
|
|
If no download happened yet, click again here to download now. |
|
|
If no download happened yet, click again here to download now. |
|
|
</a> |
|
|
</a> |
|
@ -291,7 +291,7 @@ |
|
|
<router-link |
|
|
<router-link |
|
|
id="switch-identity-link" |
|
|
id="switch-identity-link" |
|
|
:to="{ name: 'identity-switcher' }" |
|
|
:to="{ name: 'identity-switcher' }" |
|
|
class="block w-fit text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-2" |
|
|
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" |
|
|
> |
|
|
> |
|
|
Switch Identifier |
|
|
Switch Identifier |
|
|
</router-link> |
|
|
</router-link> |
|
@ -471,7 +471,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-blue-500 text-white px-1.5 py-2 rounded-md mb-6" |
|
|
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" |
|
|
@click="submitFile()" |
|
|
@click="submitFile()" |
|
|
> |
|
|
> |
|
|
Import Settings & Contacts |
|
|
Import Settings & Contacts |
|
@ -486,7 +486,7 @@ |
|
|
<button> |
|
|
<button> |
|
|
<router-link |
|
|
<router-link |
|
|
:to="{ name: 'statistics' }" |
|
|
:to="{ name: 'statistics' }" |
|
|
class="block w-fit text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-2" |
|
|
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-1.5 py-2 rounded-md mb-2" |
|
|
> |
|
|
> |
|
|
See Global Animated History of Giving |
|
|
See Global Animated History of Giving |
|
|
</router-link> |
|
|
</router-link> |
|
|