Browse Source

tweak verbiage and usability

starred-projects
Trent Larson 9 months ago
parent
commit
5353fe770a
  1. 2
      project.task.yaml
  2. 15
      src/views/ContactQRScanShowView.vue

2
project.task.yaml

@ -1,6 +1,8 @@
tasks:
- show something about reload after install (since it still tells them they're not installed)
- show VC details... somehow:
- 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

15
src/views/ContactQRScanShowView.vue

@ -44,7 +44,10 @@
</div>
<div class="text-center" v-else>
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.
</router-link>
<br />
@ -52,8 +55,14 @@
activity.
</div>
<h1 class="text-4xl text-center font-light pt-4">Scan Contact Info</h1>
<qrcode-stream @detect="onScanDetect" @error="onScanError" />
<div class="text-center">
<h1 class="text-4xl text-center font-light pt-4">Scan Contact Info</h1>
<qrcode-stream @detect="onScanDetect" @error="onScanError" />
<span>
If you do not see a scanning camera window here, check your camera
permissions.
</span>
</div>
</section>
</template>

Loading…
Cancel
Save