Recipe edit (WIP): Buttons to add steps and inrgedients
authorGreg Burri <greg.burri@gmail.com>
Fri, 27 Dec 2024 11:51:29 +0000 (12:51 +0100)
committerGreg Burri <greg.burri@gmail.com>
Fri, 27 Dec 2024 11:51:29 +0000 (12:51 +0100)
commitd4962c98ff08483bfa91a1df21a7f7398b41bbb0
tree8a5365c7106ec7ff3f2e8e4855150708db82e7ec
parent6876a254e19a59b8eb85457e1c0b8da13be3021c
Recipe edit (WIP): Buttons to add steps and inrgedients
Cargo.lock
backend/sql/version_1.sql
backend/src/data/db/recipe.rs
backend/src/data/model.rs
backend/src/main.rs
backend/src/services/ron.rs
backend/templates/recipe_edit.html
common/src/ron_api.rs
frontend/src/handles.rs