Improved customisable homepage and added badge (#2474)

* Improved customisable homepage and added badge

* Added filled to styling of drop down

* format

* Wrong model

* lint hack

* Update .env.example

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>

* reverted

* Spelling

* More explicit

* format

* Added if for badge

* spellling

* Fix for None

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
Arc
2024-04-30 08:08:57 +01:00
committed by GitHub
co-authored by Vlad Stan
parent c04c13b2f8
commit c3d37a460c
7 changed files with 80 additions and 24 deletions
+12
View File
@@ -44,6 +44,18 @@ new Vue({
isSuperUser: false,
wallet: {},
cancel: {},
colors: [
'primary',
'secondary',
'accent',
'positive',
'negative',
'info',
'warning',
'red',
'yellow',
'orange'
],
topUpDialog: {
show: false
},