This commit is contained in:
tim
2024-10-22 03:42:08 -04:00
parent 82fccc1be3
commit d33eca6931
12 changed files with 101 additions and 40 deletions

View File

@@ -11,12 +11,6 @@
</v-card-text>
</div>
<div v-if="hasVault">
<!--
<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 class="overflow-x-hidden">
<copy-button :text="addr">Deposit {{addr}}</copy-button>
</v-card-subtitle>
@@ -30,12 +24,12 @@
everything looks good.
</p>
-->
<p v-if="!s.mockenv">There are no funds currently in your vault.
<!-- todo re-enable deposit UI
Send tokens to the address above to fund your vault. -->
<p v-if="!s.mockenv">
There are no funds currently in your vault. Send tokens to the address above to fund your trading vault.
</p>
<p v-if="s.mockenv">
There are no funds currently in your vault. Use the faucet below to mint some testnet coins.
</p>
<p v-if="s.mockenv">There are no funds currently in your vault. Use the faucet below to mint some testnet coins
into your vault.</p>
</v-card-text>
<v-card-item v-if="!empty">
<v-table>