tweak verbiage and usability

This commit is contained in:
2024-01-05 13:08:20 -07:00
parent 60fec5763d
commit 5353fe770a
2 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
tasks: tasks:
- show something about reload after install (since it still tells them they're not installed)
- show VC details... somehow: - show VC details... somehow:
- 01 show my VCs - most interesting, or via search - 01 show my VCs - most interesting, or via search
- 04 allow user to download chains of VCs, mine + ones I can see about me from others - 04 allow user to download chains of VCs, mine + ones I can see about me from others

View File

@@ -44,7 +44,10 @@
</div> </div>
<div class="text-center" v-else> <div class="text-center" v-else>
You have no identitifiers yet, so You have no identitifiers yet, so
<router-link :to="{ name: 'start' }" class="text-blue-500"> <router-link
:to="{ name: 'start' }"
class="bg-blue-500 text-white px-1.5 py-1 rounded-md"
>
create your identifier. create your identifier.
</router-link> </router-link>
<br /> <br />
@@ -52,8 +55,14 @@
activity. activity.
</div> </div>
<div class="text-center">
<h1 class="text-4xl text-center font-light pt-4">Scan Contact Info</h1> <h1 class="text-4xl text-center font-light pt-4">Scan Contact Info</h1>
<qrcode-stream @detect="onScanDetect" @error="onScanError" /> <qrcode-stream @detect="onScanDetect" @error="onScanError" />
<span>
If you do not see a scanning camera window here, check your camera
permissions.
</span>
</div>
</section> </section>
</template> </template>