add page to take a picture and upload to an image server

This commit is contained in:
2024-02-23 19:02:10 -07:00
parent c239db6a4f
commit c696de33f3
7 changed files with 118 additions and 3 deletions

View File

@@ -36,8 +36,16 @@
<fa icon="chevron-right" />
</div>
</div>
<div class="mt-2 text-right">
<span v-if="showGivenToUser" class="mr-16">
<div class="mt-2 flex justify-between">
<span>
<router-link
:to="{ name: 'gifted-photo' }"
class="bg-blue-500 text-white px-1.5 py-1 rounded-md"
>
<fa icon="camera" class="fa-fw" />
</router-link>
</span>
<span v-if="showGivenToUser">
<input type="checkbox" class="mr-2" v-model="givenToUser" />
<label class="text-sm">Given to you</label>
</span>