frontend stuff and changes to api
Build / Build-image (push) Successful in 54s

This commit is contained in:
2026-08-10 12:33:44 +02:00
parent fc41d52751
commit 48048e516a
3 changed files with 27 additions and 6 deletions
+12
View File
@@ -12,4 +12,16 @@
justify-content: center;
background-color: grey;
}
.cw-cp {
background-color: rgb(0, 122, 2);
}
.cw-ip {
background-color: rgb(1, 185, 4);
}
.cf-cp {
background-color: rgb(0, 9, 166);
}
.cf-ip {
background-color: rgb(45, 54, 225);
}
</style>
+7 -1
View File
@@ -25,7 +25,13 @@
methods: {
onSubmit() {
console.log('adsf')
axios
.post("/api/check_tla/en", {
guess: this.guess,
})
.then((response) => {
console.log(response.data);
})
},
onkeyup() {
this.words = this.guess.split(" ");