Update ticket status now possible

Also bugfixes and api is now called over the same url as frontend
This commit is contained in:
2026-04-29 14:22:45 +02:00
parent 01c33f4a1d
commit 50c0b99f20
2 changed files with 80 additions and 10 deletions

View File

@@ -16,8 +16,8 @@ serde = { version = "1.0.228", features = ["derive"] }
wasm-bindgen = "0.2.118"
wasm-bindgen-futures = "0.4.68"
web-sys = { version = "0.3.95", features = [
"Window","Document","Request","Response","Headers",
"SubmitEvent","InputEvent","HtmlInputElement","Event"
"Window","Document","Request","Response","Headers", "HtmlSelectElement",
"SubmitEvent","InputEvent","HtmlInputElement","Event", "HtmlFormElement"
] }
gloo-net = "0.7.0"
yew-router = "0.20.0"