54 Commits

Author SHA1 Message Date
c257469015 chore: removes unused dependencies 2024-08-28 11:10:03 +02:00
408b2195be feat(workflow): add artifacts 2024-08-28 10:54:03 +02:00
80e6a12c9b feat(workflow): removes unnecessary run on PRs and commits frontend build release 2024-08-28 10:22:33 +02:00
7ec9215ed1 feat: adds wordlist.json for download 2024-08-28 09:51:48 +02:00
bf8f7711f0 feat(frontend): adds backspace support for input 2024-08-28 09:35:54 +02:00
da8f32fa87 Merge branch 'master' into feature 2024-08-28 09:24:29 +02:00
49d7a6dc0a feat: removes plurals from wordlist 2024-08-28 07:20:21 +02:00
e942e9c671
Merge pull request #3 from itsscb/feature
feat: filtering out unknown or useless words from wordlist
2024-08-27 14:44:15 +02:00
1302ed4f49 feat: filtering out unknown or useless words from wordlist 2024-08-27 14:17:47 +02:00
4290e56b31
Merge pull request #2 from itsscb/feature
feat: add logging
2024-08-25 22:42:50 +02:00
2c65833780 feat: removes bad batch of words from A to Pi* and all non-nouns 2024-08-25 22:36:14 +02:00
8afedcb885 fix: disable logging of ip 2024-08-25 21:19:30 +02:00
6f61bda344 fix: removes 'x-forwarded-for' and adds other client ip headers for reference 2024-08-25 21:02:10 +02:00
9d7a931045 fix: add souce header to log 2024-08-25 20:50:39 +02:00
23eb629fe8 fix: prioritize client IP headers 2024-08-25 20:39:52 +02:00
3d1dda6503 fix: always log ip - even if unknown 2024-08-25 20:20:40 +02:00
bc2b74c401 feat: add logging 2024-08-25 20:07:57 +02:00
78d40f20d7
Update README.md 2024-08-24 19:53:29 +02:00
a2762a43cf fix: switch back to global tailwindcss setup 2024-08-23 16:22:56 +02:00
3c050274f9 fix: just use npm install 2024-08-23 16:12:40 +02:00
da3e513a58 fix: removes frontend caches 2024-08-23 16:07:35 +02:00
fd39795ac3 fix: normalizes trailing slashes 2024-08-23 16:06:14 +02:00
5263e951bf feat: add .cargo/bin to cache in gh action 2024-08-23 15:56:38 +02:00
c3a1752f00 fix: gh action frontend build 2024-08-23 15:55:21 +02:00
9446c8f8bb feat: local tailwindcss setup & more cache 2024-08-23 15:42:17 +02:00
6e8fe31369 fix: syntax error in gh action file 2024-08-23 15:28:44 +02:00
cd8cac8ea6 feat: adds frontend build steps to gh action 2024-08-23 15:27:41 +02:00
6e31804f19 fix: success color green + succes string 2024-08-22 22:57:27 +02:00
e1d88bec46 fix: layout - margins and heights 2024-08-22 21:53:02 +02:00
2e82746371 fix: darkens the red of the solution 2024-08-22 21:39:42 +02:00
6e26cff4d9 feat: adds solution on game over 2024-08-22 21:33:05 +02:00
6b9e50ef43 feat: adds dynamic word retreival
looks like we're live :)
2024-08-22 20:43:05 +02:00
7553025731 feat: updates gh action versions 2024-08-22 19:17:24 +02:00
7918c823df fix: wait for build in gh action 2024-08-22 19:14:10 +02:00
965af89a3b feat: adds github action workflow 2024-08-22 19:11:58 +02:00
c6be33a216 fix: removes frontend/dist from .gitignore 2024-08-22 16:28:23 +02:00
bf0a66d40f feat: updates frontend release 2024-08-22 16:18:09 +02:00
8fb11f9bca feat: adds game struct 2024-08-22 15:15:40 +02:00
5a7d66b52b feat: first steps to fetching word 2024-08-22 14:56:13 +02:00
f02173e9ca feat: adds game over check and reset 2024-08-22 13:20:31 +02:00
48856b9b1c ft/adds word endpoint 2024-06-23 23:55:34 +02:00
ed5d6431ba ft/adds word endpoint 2024-06-23 23:54:43 +02:00
a18aa55240 ch/adds wasm release 2024-06-23 23:35:23 +02:00
19a5ce6d72 ft/reorders html elements and adds next focus on input 2024-06-23 23:33:50 +02:00
30cb361c24 ch/moves words into code 2024-06-20 23:05:50 +02:00
cdfe7d5122 ch/applies clippy suggestions 2024-06-20 22:50:31 +02:00
8da474350d fix/nix develop flake (rustup & clippy) 2024-06-20 22:29:27 +02:00
32554d7d70 ft/nix flake and other updates 2024-06-17 22:38:13 +02:00
85c13c53a6 ft/updates frontend to a presentable state 2024-06-14 00:24:43 +02:00
236fed176d fix/logic bug 2024-06-12 01:19:39 +02:00