added zoom + date selector

This commit is contained in:
2026-01-29 13:35:20 -05:00
parent dc5dc4bff4
commit 575c3c5675
21 changed files with 1279 additions and 31 deletions

View File

@@ -19,6 +19,8 @@ tonic-web-wasm-client = "0.8"
web-sys = { version = "0.3.77", features = ["Storage", "Window"] }
tokio = "1.49.0"
tonic-prost = "0.14.2"
dioxus-primitives = { git = "https://github.com/DioxusLabs/components", version = "0.0.1", default-features = false }
time = {version = "0.3.46", features= ["wasm-bindgen"]}
chrono = "0.4.43"
[build-dependencies]