Service for editing/creating recipe
Other stuff...
This commit is contained in:
parent
adcf4a5a5d
commit
cc2e5b6893
15 changed files with 323 additions and 146 deletions
|
|
@ -33,7 +33,7 @@ pub fn main() -> Result<(), JsValue> {
|
|||
let path: Vec<&str> = location.split('/').skip(1).collect();
|
||||
|
||||
/*
|
||||
* Todo:
|
||||
* TODO:
|
||||
* [ok] get url (/recipe/edit/{id}) and extract the id
|
||||
* - Add a handle (event?) to the title field (when edited/changed?):
|
||||
* - Call (as AJAR) /ron-api/set-title and set the body to a serialized RON of the type common::ron_api::SetTitle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue