|
@ -76,7 +76,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<ImageMethodDialog ref="imageDialog" /> |
|
|
<ImageMethodDialog ref="imageDialog" /> |
|
|
|
|
|
|
|
|
<div class="mt-4"> |
|
|
<div class="h-7 mt-4 flex"> |
|
|
<input |
|
|
<input |
|
|
v-if="!givenToUser" |
|
|
v-if="!givenToUser" |
|
|
type="checkbox" |
|
|
type="checkbox" |
|
@ -91,10 +91,10 @@ |
|
|
notifyUser('Cannot be both given to you and also given to a project.') |
|
|
notifyUser('Cannot be both given to you and also given to a project.') |
|
|
" |
|
|
" |
|
|
/> |
|
|
/> |
|
|
<label class="text-sm">This was given to {{ projectName }}</label> |
|
|
<label class="text-sm mt-1">This was given to {{ projectName }}</label> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="mt-4"> |
|
|
<div class="h-7 mt-4 flex"> |
|
|
<input |
|
|
<input |
|
|
v-if="!givenToProject" |
|
|
v-if="!givenToProject" |
|
|
type="checkbox" |
|
|
type="checkbox" |
|
@ -109,12 +109,12 @@ |
|
|
notifyUser('Cannot be both given to a project and also given to you.') |
|
|
notifyUser('Cannot be both given to a project and also given to you.') |
|
|
" |
|
|
" |
|
|
/> |
|
|
/> |
|
|
<label class="text-sm">This was given to you</label> |
|
|
<label class="text-sm mt-1">This was given to you</label> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="mt-4"> |
|
|
<div class="mt-4 flex"> |
|
|
<input type="checkbox" class="h-6 w-6 mr-2" v-model="isTrade" /> |
|
|
<input type="checkbox" class="h-6 w-6 mr-2" v-model="isTrade" /> |
|
|
<label class="text-sm">Trade (not a gift)</label> |
|
|
<label class="text-sm mt-1">Trade (not a gift)</label> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<p class="text-center mb-2 mt-6 italic"> |
|
|
<p class="text-center mb-2 mt-6 italic"> |
|
|