order page updates

This commit is contained in:
Tim
2024-03-27 22:05:56 -04:00
parent 6a01e5bab8
commit 9e884f57ac
7 changed files with 63 additions and 23 deletions

View File

@@ -49,11 +49,11 @@
</v-card-text>
</div>
<div v-if="s.vaults.length>num" :class="empty?'maxw':''">
<v-card-title>
Your Deposit Address {{ s.vaults.length > 1 ? '#' + (num + 1) : '' }}
</v-card-title> <!-- todo vault nicknames -->
<!-- <v-card-title>-->
<!-- Your Deposit Address {{ s.vaults.length > 1 ? '#' + (num + 1) : '' }}-->
<!-- </v-card-title> &lt;!&ndash; todo vault nicknames &ndash;&gt;-->
<v-card-subtitle v-if="exists" class="overflow-x-hidden">
<copy-button :text="addr">{{addr}}</copy-button>
<copy-button :text="addr">Deposit Address {{addr}}</copy-button>
</v-card-subtitle>
<v-card-text v-if="empty">
<!--