mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +01:00
layout
This commit is contained in:
parent
5b58e981cd
commit
13b596e6b6
2 changed files with 18 additions and 18 deletions
|
@ -8,19 +8,18 @@
|
||||||
<q-card>
|
<q-card>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-2">
|
<div class="col-3 q-pt-sm">
|
||||||
<q-btn
|
<q-btn
|
||||||
class="gt-sm"
|
class="gt-sm full-width"
|
||||||
size="16px"
|
size="14px"
|
||||||
icon="arrow_downward"
|
icon="bolt"
|
||||||
rectangle
|
rectangle
|
||||||
color="secondary"
|
color="primary"
|
||||||
class="full-width"
|
|
||||||
@click="showInvoicesDialog"
|
@click="showInvoicesDialog"
|
||||||
>Receive invoice
|
><strong>Receive invoice</strong>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-8">
|
<div class="col-6">
|
||||||
<h3 class="q-my-none">
|
<h3 class="q-my-none">
|
||||||
<center>
|
<center>
|
||||||
<strong>{% raw %} {{getBalance()}} </strong>
|
<strong>{% raw %} {{getBalance()}} </strong>
|
||||||
|
@ -28,16 +27,16 @@
|
||||||
</center>
|
</center>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-2">
|
<div class="col-3 q-pt-sm">
|
||||||
<q-btn
|
<q-btn
|
||||||
class="gt-sm"
|
class="gt-sm full-width"
|
||||||
@click="showParseDialog"
|
@click="showParseDialog"
|
||||||
size="16px"
|
size="14px"
|
||||||
icon="arrow_upward"
|
icon="bolt"
|
||||||
rectangle
|
rectangle
|
||||||
color="secondary"
|
color="primary"
|
||||||
class="full-width"
|
class="full-width"
|
||||||
>Pay invoice
|
><strong>Pay invoice</strong>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -251,16 +250,17 @@
|
||||||
<div class="q-pa-sd">
|
<div class="q-pa-sd">
|
||||||
<q-btn
|
<q-btn
|
||||||
class="q-mx-sm"
|
class="q-mx-sm"
|
||||||
size="12px"
|
size="10px"
|
||||||
rectangle
|
rectangle
|
||||||
color="warning"
|
color="warning"
|
||||||
outline
|
outline
|
||||||
@click="showDisclaimerDialog"> Warning</q-btn>
|
@click="showDisclaimerDialog"> Warning</q-btn>
|
||||||
<q-btn
|
<q-btn
|
||||||
class="q-mx-sm"
|
class="q-mx-sm"
|
||||||
size="12px"
|
size="10px"
|
||||||
outline
|
outline
|
||||||
rectangle
|
rectangle
|
||||||
|
icon="file_download"
|
||||||
color="warning"
|
color="warning"
|
||||||
tooltip="asd"
|
tooltip="asd"
|
||||||
@click="getLocalstorageToFile">Backup<q-tooltip>Download wallet backup</q-tooltip></q-btn>
|
@click="getLocalstorageToFile">Backup<q-tooltip>Download wallet backup</q-tooltip></q-btn>
|
||||||
|
|
|
@ -78,9 +78,9 @@ async def manifest(cashu_id: str):
|
||||||
"theme_color": "#1F2234",
|
"theme_color": "#1F2234",
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
{
|
{
|
||||||
"name": cashu.name + " - " + "Cashu wallet",
|
"name": cashu.name + " - " + "Cashu",
|
||||||
"short_name": cashu.name,
|
"short_name": cashu.name,
|
||||||
"description": cashu.name + " - " + "Cashu wallet",
|
"description": cashu.name + " - " + "Cashu",
|
||||||
"url": "/cashu/wallet?mint_id=" + cashu_id,
|
"url": "/cashu/wallet?mint_id=" + cashu_id,
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue