Recipe edit, we can now delete groups, steps and ingredients

This commit is contained in:
Greg Burri 2024-12-28 22:52:07 +01:00
parent d4962c98ff
commit 5ce3391466
11 changed files with 183 additions and 68 deletions

View file

@ -17,6 +17,8 @@ ron = "0.8"
serde = { version = "1.0", features = ["derive"] }
thiserror = "2"
futures = "0.3"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-sys = { version = "0.3", features = [
@ -32,6 +34,7 @@ web-sys = { version = "0.3", features = [
"HtmlInputElement",
"HtmlTextAreaElement",
"HtmlSelectElement",
"HtmlDialogElement",
] }
gloo = "0.11"