chore: refactor windowMixin, init-app.js, lnbits-theme (#3569)

This commit is contained in:
dni ⚡
2025-11-25 14:31:17 +01:00
committed by GitHub
parent 0910687328
commit 7a796c6510
8 changed files with 30 additions and 36 deletions
@@ -8,7 +8,10 @@
>
<q-scroll-area style="height: 100%">
<q-item>
<q-item-section class="cursor-pointer" @click="goToWallets()">
<q-item-section
class="cursor-pointer"
@click="$router.push('/wallets')"
>
<q-item-label
:style="$q.dark.isActive ? 'color:rgba(255, 255, 255, 0.64)' : ''"
class="q-item__label q-item__label--header q-pa-none"
@@ -22,7 +25,7 @@
:icon="g.walletFlip ? 'view_list' : 'view_column'"
color="grey"
class=""
@click="flipWallets($q.screen.lt.md)"
@click="g.walletFlip = !g.walletFlip"
>
<q-tooltip
><span
@@ -97,7 +97,7 @@
round
color="primary"
icon="more_horiz"
@click="goToWallets()"
@click="$router.push('/wallets')"
>
<q-tooltip
><span
@@ -54,7 +54,7 @@
<q-item
v-if="g.user.hiddenWalletsCount > 0"
clickable
@click="goToWallets()"
@click="$router.push('/wallets')"
>
<q-item-section side>
<q-icon name="more_horiz" color="grey-5" size="md"></q-icon>