Recipe edit (WIP): add API to set some recipe values
authorGreg Burri <greg.burri@gmail.com>
Mon, 23 Dec 2024 00:37:01 +0000 (01:37 +0100)
committerGreg Burri <greg.burri@gmail.com>
Mon, 23 Dec 2024 00:37:01 +0000 (01:37 +0100)
commitdd05a673d9f28deadcf7cc7e8b469f656ce6ff73
tree4393daaa9c25918b3b0252167e8547a378b374a1
parentc6dfff065c1ade6584394b0604c6fb6d1bd7937f
Recipe edit (WIP): add API to set some recipe values
20 files changed:
Cargo.lock
backend/Cargo.lock [deleted file]
backend/scss/style.scss
backend/sql/data_test.sql
backend/src/data/db/recipe.rs
backend/src/data/model.rs
backend/src/html_templates.rs
backend/src/main.rs
backend/src/services.rs
backend/src/services/fragments.rs [new file with mode: 0644]
backend/src/services/recipe.rs
backend/src/services/ron.rs
backend/templates/base_with_list.html
backend/templates/recipe_edit.html
backend/templates/recipes_list_fragment.html [new file with mode: 0644]
common/src/ron_api.rs
frontend/Cargo.toml
frontend/src/handles.rs
frontend/src/lib.rs
frontend/src/toast.rs