Got basic dashboard layout working

This commit is contained in:
Black Coffee
2022-10-03 17:18:53 +01:00
parent 5a2aa8b42b
commit 72b953b354
2 changed files with 33 additions and 2 deletions
@@ -175,6 +175,11 @@
<p>Use the toggles below to control what your Gerty will display</p>
<q-toggle
v-model="formDialog.data.display_preferences.dashboard"
label="Show the dashboard"
></q-toggle>
<q-expansion-item
expand-separator
icon="perm_identity"
@@ -596,6 +601,7 @@
show: false,
data: {
display_preferences: {
dashboard: true,
lnbits_wallets_balance: true,
fun_satoshi_quotes: true,
fun_pieter_wuille_facts: true,