order view responsiveness

This commit is contained in:
Tim Olson
2023-11-10 18:33:33 -04:00
parent 85a17cf7a9
commit 7fd4b96e99
9 changed files with 111 additions and 33 deletions

View File

@@ -1,12 +1,12 @@
<template>
<needs-provider>
<needs-signer>
<v-card title="Orders">
<phone-card title="Orders">
<v-card-item>
<btn icon="mdi-plus" color="green" class="mb-6" @click="$router.push('/twap')">New Dexorder</btn>
<orders/>
</v-card-item>
</v-card>
</phone-card>
</needs-signer>
</needs-provider>
</template>