Browse Source

Make pretty

Login
benarc 4 years ago
parent
commit
280d206b1c
  1. 4
      lnbits/static/js/base.js
  2. 14
      lnbits/templates/base.html

4
lnbits/static/js/base.js

@ -161,9 +161,7 @@ var LNbits = {
return data
}
},
sendLogin: function(){
},
sendLogin: function () {},
exportCSV: function (columns, data) {
var wrapCsvValue = function (val, formatFn) {
var formatted = formatFn !== void 0 ? formatFn(val) : val

14
lnbits/templates/base.html

@ -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-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

Loading…
Cancel
Save