more edition renaming

This commit is contained in:
Steffen 2020-04-10 12:02:08 +02:00
parent d85e2ed6d1
commit df07af4824
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
5 changed files with 3 additions and 5 deletions

View File

@ -98,7 +98,6 @@ export default {
if (localStorage.edition) {
this.edition = localStorage.edition;
this.roles = getRolesByEdition(this.edition);
console.log('edition set');
}
if (localStorage.players) {
this.players = JSON.parse(localStorage.players).map(player => ({
@ -121,7 +120,6 @@ export default {
},
edition(newEdition) {
localStorage.edition = newEdition;
console.log('edition saved');
}
}
};

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -140,13 +140,13 @@ export default {
top: -50px;
&.edition-TB {
background-image: url("../assets/set-tb.png");
background-image: url("../assets/edition-tb.png");
}
&.edition-BMR {
background-image: url("../assets/set-bmr.png");
background-image: url("../assets/edition-bmr.png");
}
&.edition-SNV {
background-image: url("../assets/set-snv.png");
background-image: url("../assets/edition-snv.png");
}
}
}