added envs, testing color switch

This commit is contained in:
Ben Arc
2021-06-28 22:57:23 +01:00
parent c4fd7f0338
commit 8f441f32b5
6 changed files with 86 additions and 25 deletions
+3
View File
@@ -111,6 +111,7 @@ new Vue({
mixins: [windowMixin],
data: function () {
return {
user: LNbits.map.user(window.user),
receive: {
show: false,
@@ -622,6 +623,7 @@ new Vue({
}
},
created: function () {
this.fetchBalance()
this.fetchPayments()
@@ -635,6 +637,7 @@ new Vue({
})
},
mounted: function () {
// show disclaimer
if (
this.$refs.disclaimer &&