diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml
index 31bf74e..0c09dc4 100644
--- a/.gitea/workflows/build-image.yaml
+++ b/.gitea/workflows/build-image.yaml
@@ -7,7 +7,7 @@ jobs:
env:
IMAGE_NAME: tladle
REGISTRY_NAME: gitea.sc0tt.org
- GIT_TAG: 1.0
+ GIT_TAG: 1.0.1
runs-on: ubuntu-latest
steps:
- name: Checkout
diff --git a/resources/js/components/GuessWord.vue b/resources/js/components/GuessWord.vue
index 1adb9c7..8638d91 100644
--- a/resources/js/components/GuessWord.vue
+++ b/resources/js/components/GuessWord.vue
@@ -47,15 +47,15 @@ import { Transition } from 'vue';
background-color: rgb(129, 112, 0);
}
.cw-cp {
- background-color: rgb(0, 122, 2);
+ background-color: rgb(0, 97, 2);
}
.cw-ip {
- background-color: rgb(1, 185, 4);
+ background-color: rgb(19, 197, 22);
}
.cf-cp {
background-color: rgb(0, 9, 166);
}
.cf-ip {
- background-color: rgb(45, 54, 225);
+ background-color: rgb(70, 78, 235);
}
\ No newline at end of file
diff --git a/resources/js/pages/HomeView.vue b/resources/js/pages/HomeView.vue
index 053f714..23184a1 100644
--- a/resources/js/pages/HomeView.vue
+++ b/resources/js/pages/HomeView.vue
@@ -53,7 +53,7 @@ import Modal from '../components/Modal.vue';
}
},
onkeyup() {
- this.words = this.guess.trim().split(/\W+/);
+ this.words = this.guess.trim().split(/\s+/);
}
}
}
@@ -77,7 +77,7 @@ import Modal from '../components/Modal.vue';
- You can use the following color codes to determin how close you were to the correct answer:
+ You can use the following color codes to determine how close you were to the correct answer:
Only use lowercase letters, I have not yet implemented automatic casing yet and I should really get some sleep
+ diff --git a/resources/views/vue.blade.php b/resources/views/vue.blade.php index 75849ec..2223eca 100644 --- a/resources/views/vue.blade.php +++ b/resources/views/vue.blade.php @@ -12,7 +12,7 @@ -