block NeedsSigner

This commit is contained in:
Tim
2024-05-27 21:01:59 -04:00
parent 8f56dc76c7
commit eb3246f1a5

View File

@@ -1,12 +1,21 @@
<template> <template>
<slot v-if="pluginOk && loggedIn" v-bind="$props"/> <slot v-if="pluginOk && loggedIn" v-bind="$props"/>
<v-card v-if="!loggedIn" rounded="0"> <v-card rounded="0">
<v-card-title> <v-card-title>
<!-- <v-icon icon="mdi-hand-wave" color="grey"/>-->
Welcome to Dexorder Alpha! Welcome to Dexorder Alpha!
</v-card-title> </v-card-title>
<v-card-text> <v-card-text>
This alpha test runs on the Dexorder Testnet blockchain, which gives you free testnet tokens to trade. The alpha test has ended. Check back soon for the beta launch!
</v-card-text>
</v-card>
<!--
<slot v-if="pluginOk && loggedIn" v-bind="$props"/>
<v-card v-if="!loggedIn" rounded="0">
<v-card-title>
Welcome to Dexorder Alpha!
</v-card-title>
<v-card-text>
The alpha test has ended. Check back soon for the beta launch!
</v-card-text> </v-card-text>
<v-card-text> <v-card-text>
Play with the order builder by clicking on the <logo class="logo-small"/> logo or on the <v-icon icon="mdi-chart-timeline-variant"/> button. Play with the order builder by clicking on the <logo class="logo-small"/> logo or on the <v-icon icon="mdi-chart-timeline-variant"/> button.
@@ -39,7 +48,10 @@
<tr><td><b>Currency Symbol:</b></td><td><copy-button text="TETH"/></td></tr> <tr><td><b>Currency Symbol:</b></td><td><copy-button text="TETH"/></td></tr>
</tbody> </tbody>
</table> </table>
<!--
this block was already commented out:
<ul class="ml-6"> <ul class="ml-6">
<li> Dexorder Alpha Testnet</li> <li> Dexorder Alpha Testnet</li>
<li><b>New RPC URL:</b> </li> <li><b>New RPC URL:</b> </li>
@@ -61,9 +73,11 @@
</li> </li>
</ol> </ol>
--> -->
<!--
</v-card-text> </v-card-text>
</div> </div>
</v-card> </v-card>
-->
</template> </template>
<script setup> <script setup>