Fixed themes, added bitcoin theme

This commit is contained in:
Ben Arc
2022-02-17 21:34:36 +00:00
parent c626e12fa3
commit e9065833c0
4 changed files with 31 additions and 5 deletions
+11 -1
View File
@@ -20,7 +20,7 @@
{% block head_scripts %}{% endblock %}
</head>
<body data-theme="classic">
<body data-theme="bitcoin">
<q-layout id="vue" view="hHh lpR lfr" v-cloak>
<q-header bordered class="bg-marginal-bg">
<q-toolbar>
@@ -59,6 +59,16 @@
class="q-pl-md"
>
<div class="row no-wrap q-pa-md">
<q-btn
v-if="g.allowedThemes.includes('bitcoin')"
dense
flat
@click="changeColor('bitcoin')"
icon="format_color_fill"
color="orange"
size="md"
><q-tooltip>bitcoin</q-tooltip>
</q-btn>
<q-btn
v-if="g.allowedThemes.includes('classic')"
dense