Quasarfy drawer scroll (#2965)
This commit is contained in:
parent
2bd7600bcf
commit
2aebe72df8
1 changed files with 40 additions and 38 deletions
|
|
@ -177,44 +177,46 @@
|
||||||
show-if-above
|
show-if-above
|
||||||
:elevated="$q.screen.lt.md"
|
:elevated="$q.screen.lt.md"
|
||||||
>
|
>
|
||||||
<q-item>
|
<q-scroll-area style="height: 100%">
|
||||||
<q-item-section>
|
<q-item>
|
||||||
<q-item-label
|
<q-item-section>
|
||||||
:style="$q.dark.isActive ? 'color:rgba(255, 255, 255, 0.64)' : ''"
|
<q-item-label
|
||||||
class="q-item__label q-item__label--header q-pa-none"
|
:style="$q.dark.isActive ? 'color:rgba(255, 255, 255, 0.64)' : ''"
|
||||||
header
|
class="q-item__label q-item__label--header q-pa-none"
|
||||||
v-text="$t('wallets')"
|
header
|
||||||
></q-item-label>
|
v-text="$t('wallets')"
|
||||||
</q-item-section>
|
></q-item-label>
|
||||||
<q-item-section side>
|
</q-item-section>
|
||||||
<q-btn
|
<q-item-section side>
|
||||||
flat
|
<q-btn
|
||||||
:icon=" walletFlip ? 'view_list' : 'view_column'"
|
flat
|
||||||
color="grey"
|
:icon=" walletFlip ? 'view_list' : 'view_column'"
|
||||||
class=""
|
color="grey"
|
||||||
@click="flipWallets($q.screen.lt.md)"
|
class=""
|
||||||
>
|
@click="flipWallets($q.screen.lt.md)"
|
||||||
<q-tooltip
|
>
|
||||||
><span
|
<q-tooltip
|
||||||
v-text="walletFlip ? $t('view_list') : $t('view_column')"
|
><span
|
||||||
></span
|
v-text="walletFlip ? $t('view_list') : $t('view_column')"
|
||||||
></q-tooltip>
|
></span
|
||||||
</q-btn>
|
></q-tooltip>
|
||||||
</q-item-section>
|
</q-btn>
|
||||||
</q-item>
|
</q-item-section>
|
||||||
<lnbits-wallet-list
|
</q-item>
|
||||||
v-if="!walletFlip"
|
<lnbits-wallet-list
|
||||||
:balance="balance"
|
v-if="!walletFlip"
|
||||||
></lnbits-wallet-list>
|
:balance="balance"
|
||||||
<lnbits-manage
|
></lnbits-wallet-list>
|
||||||
:show-admin="'{{LNBITS_ADMIN_UI}}' == 'True'"
|
<lnbits-manage
|
||||||
:show-users="'{{LNBITS_ADMIN_UI}}' == 'True'"
|
:show-admin="'{{LNBITS_ADMIN_UI}}' == 'True'"
|
||||||
:show-audit="'{{LNBITS_AUDIT_ENABLED}}' == 'True'"
|
:show-users="'{{LNBITS_ADMIN_UI}}' == 'True'"
|
||||||
:show-payments="'{{LNBITS_ADMIN_UI}}' == 'True'"
|
:show-audit="'{{LNBITS_AUDIT_ENABLED}}' == 'True'"
|
||||||
:show-node="'{{LNBITS_NODE_UI}}' == 'True'"
|
:show-payments="'{{LNBITS_ADMIN_UI}}' == 'True'"
|
||||||
:show-extensions="'{{LNBITS_EXTENSIONS_DEACTIVATE_ALL}}' == 'False'"
|
:show-node="'{{LNBITS_NODE_UI}}' == 'True'"
|
||||||
></lnbits-manage>
|
:show-extensions="'{{LNBITS_EXTENSIONS_DEACTIVATE_ALL}}' == 'False'"
|
||||||
<lnbits-extension-list class="q-pb-xl"></lnbits-extension-list>
|
></lnbits-manage>
|
||||||
|
<lnbits-extension-list class="q-pb-xl"></lnbits-extension-list>
|
||||||
|
</q-scroll-area>
|
||||||
</q-drawer>
|
</q-drawer>
|
||||||
{% endblock %} {% block page_container %}
|
{% endblock %} {% block page_container %}
|
||||||
<q-page-container>
|
<q-page-container>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue