Browse Source

change first page back to prompts without passkey

master
Trent Larson 2 months ago
parent
commit
925f3e90bb
  1. 1
      src/views/ContactQRScanShowView.vue
  2. 20
      src/views/HomeView.vue

1
src/views/ContactQRScanShowView.vue

@ -24,6 +24,7 @@
> >
<span class="text-red">Beware!</span> <span class="text-red">Beware!</span>
You aren't sharing your name, so quickly You aren't sharing your name, so quickly
<br />
<router-link <router-link
:to="{ name: 'new-edit-account' }" :to="{ name: 'new-edit-account' }"
class="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" class="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"

20
src/views/HomeView.vue

@ -82,20 +82,20 @@
class="bg-amber-200 rounded-md text-center px-4 py-3 mb-4" class="bg-amber-200 rounded-md text-center px-4 py-3 mb-4"
> >
<p class="text-lg mb-3"> <p class="text-lg mb-3">
Want to see info from your contacts, or share contributions? To recognize giving, have someone register you:
</p> </p>
<div class="flex justify-between"> <div class="flex justify-center">
<button <!-- <button-->
class="block text-center text-md font-bold bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white mt-2 px-2 py-3 rounded-md" <!-- class="block text-center text-md font-bold bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white mt-2 px-2 py-3 rounded-md"-->
@click="generateIdentifier()" <!-- @click="generateIdentifier()"-->
> <!-- >-->
Let me start the easiest (with a passkey). <!-- Let me start the easiest (with a passkey).-->
</button> <!-- </button>-->
<router-link <router-link
:to="{ name: 'start' }" :to="{ name: 'contact-qr' }"
class="block text-center text-md font-bold bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white mt-2 px-2 py-3 rounded-md" class="block text-center text-md font-bold bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white mt-2 px-2 py-3 rounded-md"
> >
Give me all the options. Share your contact info.
</router-link> </router-link>
</div> </div>
</div> </div>

Loading…
Cancel
Save