Recipe edit, we can now delete groups, steps and ingredients
This commit is contained in:
parent
d4962c98ff
commit
5ce3391466
11 changed files with 183 additions and 68 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue