forked from jsnbuchanan/crowd-funder-for-time-pwa
add page to take a picture and upload to an image server
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user