From 6b9e50ef43bff1ce2cf7d25b51072a59cdeabb50 Mon Sep 17 00:00:00 2001 From: itsscb Date: Thu, 22 Aug 2024 20:43:05 +0200 Subject: [PATCH] feat: adds dynamic word retreival looks like we're live :) --- frontend/Cargo.toml | 1 + frontend/dist/index.html | 10 +- ....js => wordl-frontend-f12cb96db58e762c.js} | 43 ++--- .../wordl-frontend-f12cb96db58e762c_bg.wasm | Bin 0 -> 717410 bytes .../wordl-frontend-fc53a686d7997e96_bg.wasm | Bin 726932 -> 0 bytes frontend/src/pages/home.rs | 180 +++++++++++------- 6 files changed, 134 insertions(+), 100 deletions(-) rename frontend/dist/{wordl-frontend-fc53a686d7997e96.js => wordl-frontend-f12cb96db58e762c.js} (98%) create mode 100644 frontend/dist/wordl-frontend-f12cb96db58e762c_bg.wasm delete mode 100644 frontend/dist/wordl-frontend-fc53a686d7997e96_bg.wasm diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 3f6f795..f026f40 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -22,3 +22,4 @@ gloo-net = "0.6.0" serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" regex = "1.10.4" +tracing = "0.1.40" diff --git a/frontend/dist/index.html b/frontend/dist/index.html index 82aef60..68bcd02 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -9,13 +9,13 @@ - - + + -