adds requests state for Request component

This commit is contained in:
2019-06-14 15:38:24 +02:00
parent 0e71776f4f
commit dc7a0da95d
4 changed files with 51 additions and 31 deletions

View File

@@ -5,7 +5,7 @@
<thead>
<tr>
<th width="100%" >Objets de {{ player }}</th>
<th v-if="canGrab"></th>
<th v-if="canGrab" style="min-width: 120px"></th>
<th v-if="canSell" style="min-width: 120px">
<button class="button is-fullwidth"
:class="is_selling ? 'is-danger' : 'is-warning'"