|
|
@ -49,13 +49,11 @@ |
|
|
|
> |
|
|
|
</q-badge> |
|
|
|
{% endblock %} |
|
|
|
<q-btn flat @click="loginDialog.show = true">Login/Join</q-btn |
|
|
|
> |
|
|
|
<q-btn flat @click="loginDialog.show = true">Login/Join</q-btn> |
|
|
|
|
|
|
|
<q-dialog v-model="loginDialog.show" position="top"> |
|
|
|
<q-card class="q-pa-lg q-pt-xl" style="width:30%;"> |
|
|
|
<q-card class="q-pa-lg q-pt-xl" style="width: 30%;"> |
|
|
|
<q-form @submit="sendloginFormData" class="q-gutter-md"> |
|
|
|
|
|
|
|
<q-input |
|
|
|
filled |
|
|
|
dense |
|
|
@ -81,17 +79,19 @@ |
|
|
|
</q-item-section> |
|
|
|
<q-item-section> |
|
|
|
<q-item-label |
|
|
|
>Add the current open instawallets to your account</q-item-label |
|
|
|
>Add the current open instawallets to your |
|
|
|
account</q-item-label |
|
|
|
> |
|
|
|
<q-item-label caption |
|
|
|
>Recommended, for moving all the currently open wallets in this page (if any) to your logged in account</q-item-label |
|
|
|
>Recommended, for moving all the currently open wallets |
|
|
|
in this page (if any) to your logged in |
|
|
|
account</q-item-label |
|
|
|
> |
|
|
|
</q-item-section> |
|
|
|
</q-item> |
|
|
|
</q-list> |
|
|
|
|
|
|
|
<div class="row q-mt-lg"> |
|
|
|
|
|
|
|
<q-btn |
|
|
|
unelevated |
|
|
|
color="deep-purple" |
|
|
@ -107,8 +107,6 @@ |
|
|
|
</q-card> |
|
|
|
</q-dialog> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<q-btn |
|
|
|
dense |
|
|
|
flat |
|
|
|