diff --git a/src/components/screens/Characters.vue b/src/components/screens/Characters.vue index 0b95527..9ed23f3 100644 --- a/src/components/screens/Characters.vue +++ b/src/components/screens/Characters.vue @@ -1,156 +1,156 @@ - - - - - - - - - - - - {{ character.name }} - - { - deletingCharacter = character - } - " - > - - - - - - - Lvl. {{ character.level }} - - - - - - - - Create new - - - - - - - - - - - - - PLAY - - - - - - - - - - Create your character - - - - - - - Nickname - - - - Cancel - Create - - - - - - - - - - Delete character? - - - - Do you want to permanently delete {{ deletingCharacter.name }}? - - - - - - + + + + + + + + + + + + {{ character.name }} + + { + deletingCharacter = character + } + " + > + + + + + + + Lvl. {{ character.level }} + + + + + + + + Create new + + + + + + + + + + + + + PLAY + + + + + + + + + + Create your character + + + + + + + Nickname + + + + Cancel + Create + + + + + + + + + + Delete character? + + + + Do you want to permanently delete {{ deletingCharacter.name }}? + + + + + + diff --git a/src/components/screens/Game.vue b/src/components/screens/Game.vue index ef10b82..4bbbad7 100644 --- a/src/components/screens/Game.vue +++ b/src/components/screens/Game.vue @@ -1,82 +1,82 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/screens/Loading.vue b/src/components/screens/Loading.vue index 0433a87..68165e9 100644 --- a/src/components/screens/Loading.vue +++ b/src/components/screens/Loading.vue @@ -1,25 +1,25 @@ - - - - Play - - - - - - - - + + + + Play + + + + + + + + diff --git a/src/components/screens/Login.vue b/src/components/screens/Login.vue index b87b176..7066115 100644 --- a/src/components/screens/Login.vue +++ b/src/components/screens/Login.vue @@ -1,7 +1,7 @@ - isPasswordResetFormShown = false" /> + (isPasswordResetFormShown = false)" /> @@ -12,7 +12,7 @@ - isPasswordResetFormShown = true" @switchToRegister="currentForm = 'register'" /> + (isPasswordResetFormShown = true)" @switchToRegister="currentForm = 'register'" /> diff --git a/src/components/screens/ZoneEditor.vue b/src/components/screens/ZoneEditor.vue index e682867..b2f69f9 100644 --- a/src/components/screens/ZoneEditor.vue +++ b/src/components/screens/ZoneEditor.vue @@ -1,85 +1,85 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/src/components/screens/partials/login/LoginForm.vue b/src/components/screens/partials/login/LoginForm.vue index e813d98..9d9345d 100644 --- a/src/components/screens/partials/login/LoginForm.vue +++ b/src/components/screens/partials/login/LoginForm.vue @@ -66,4 +66,4 @@ async function loginFunc() { gameStore.initConnection() return true // Indicate success } - \ No newline at end of file + diff --git a/src/components/screens/partials/login/NewPasswordForm.vue b/src/components/screens/partials/login/NewPasswordForm.vue index 26457a5..fe0cbb2 100644 --- a/src/components/screens/partials/login/NewPasswordForm.vue +++ b/src/components/screens/partials/login/NewPasswordForm.vue @@ -65,4 +65,4 @@ async function newPasswordFunc() { function cancelNewPassword() { window.location.href = '/' } - \ No newline at end of file + diff --git a/src/components/screens/partials/login/RegisterForm.vue b/src/components/screens/partials/login/RegisterForm.vue index 79b1f02..206c086 100644 --- a/src/components/screens/partials/login/RegisterForm.vue +++ b/src/components/screens/partials/login/RegisterForm.vue @@ -94,4 +94,4 @@ async function registerFunc() { return } } - \ No newline at end of file + diff --git a/src/components/utilities/ResetPassword.vue b/src/components/utilities/ResetPassword.vue index 93f0db8..45a5c16 100644 --- a/src/components/utilities/ResetPassword.vue +++ b/src/components/utilities/ResetPassword.vue @@ -1,55 +1,55 @@ - - emit('close')" :modal-width="400" :modal-height="300" :is-resizable="false"> - - Reset Password - - - - - - - Fill in your email to receive a password reset request. - - {{ resetPasswordError }} - - - emit('close')">Cancel - Send mail - - - - - - - - \ No newline at end of file + + emit('close')" :modal-width="400" :modal-height="300" :is-resizable="false"> + + Reset Password + + + + + + + Fill in your email to receive a password reset request. + + {{ resetPasswordError }} + + + emit('close')">Cancel + Send mail + + + + + + + +
- Do you want to permanently delete {{ deletingCharacter.name }}? -
+ Do you want to permanently delete {{ deletingCharacter.name }}? +
Fill in your email to receive a password reset request.