client: Create stopwatch frontend

Create the frontend for the stopwatch which does not yet communicate
with the server.
This commit is contained in:
finga 2022-09-17 21:53:39 +02:00
parent 0d0f26d6c0
commit b12b8765a9
3 changed files with 99 additions and 8 deletions

View file

@ -14,3 +14,5 @@ yew = "0.19"
console_error_panic_hook = "0.1"
log = "0.4"
wasm-logger = "0.2"
gloo-timers = "0.2"
instant = { version = "0.1", features = [ "wasm-bindgen" ] }