mirror of https://github.com/lukechilds/lnbits.git
15 changed files with 126 additions and 96 deletions
@ -1,13 +0,0 @@ |
|||
new Vue({ |
|||
el: '#vue', |
|||
mixins: [windowMixin], |
|||
methods: { |
|||
notify: function () { |
|||
this.$q.notify({ |
|||
timeout: 0, |
|||
message: 'Processing...', |
|||
icon: null |
|||
}); |
|||
} |
|||
} |
|||
}); |
@ -1,22 +0,0 @@ |
|||
{% extends "core/index.html" %} |
|||
|
|||
|
|||
{% block scripts %} |
|||
{% assets filters='rjsmin', output='__bundle__/core/lnurl.js', |
|||
'core/js/lnurl.js' %} |
|||
<script type="text/javascript" src="{{ ASSET_URL }}"></script> |
|||
{% endassets %} |
|||
{% endblock %} |
|||
|
|||
{% block call_to_action %} |
|||
<q-card> |
|||
<q-card-section> |
|||
<q-btn unelevated |
|||
color="deep-purple" |
|||
@click="notify" |
|||
type="a" href="{{ url_for('core.lnurlwallet', lightning=lnurl) }}"> |
|||
Press to claim bitcoin |
|||
</q-btn> |
|||
</q-card-section> |
|||
</q-card> |
|||
{% endblock %} |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
@ -0,0 +1 @@ |
|||
.wrapper[data-v-1f90552a]{position:relative;z-index:0;width:100%;height:100%}.overlay[data-v-1f90552a],.tracking-layer[data-v-1f90552a]{position:absolute;width:100%;height:100%;top:0;left:0}.camera[data-v-1f90552a],.pause-frame[data-v-1f90552a]{display:block;object-fit:cover;width:100%;height:100%} |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue