X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=frontend%2Fsrc%2Flib.rs;fp=frontend%2Fsrc%2Flib.rs;h=65fbac1f74648e59af4ac5402b6854123e215183;hp=aea6567d9fffc356cde94118d7b89a917ca6ddc8;hb=cc2e5b6893b582b4b5c4e7a93e914a189f6a959b;hpb=adcf4a5a5d982489a7e91d4988401eb4512839a3 diff --git a/frontend/src/lib.rs b/frontend/src/lib.rs index aea6567..65fbac1 100644 --- a/frontend/src/lib.rs +++ b/frontend/src/lib.rs @@ -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