improved order statuses

This commit is contained in:
Tim Olson
2023-11-09 23:23:04 -04:00
parent f1bc632074
commit a41ca81ab2
9 changed files with 103 additions and 38 deletions

View File

@@ -1,5 +1,4 @@
<template>
<needs-provider>
<!-- todo we can use something like this for ethereum where the vault creation is too expensive to subsidize
<PhoneCard v-if="s.vault===null || s.vault.length === 0">
<v-card-title><v-icon color="warning" icon="mdi-safe-square-outline"/>&nbsp;Setup&nbsp;Vault</v-card-title>
@@ -76,7 +75,6 @@
exists {{ exists }}<br/>
</div>
-->
</needs-provider>
</template>
<script setup>