Recipe edit, we can now delete groups, steps and ingredients
authorGreg Burri <greg.burri@gmail.com>
Sat, 28 Dec 2024 21:52:07 +0000 (22:52 +0100)
committerGreg Burri <greg.burri@gmail.com>
Sat, 28 Dec 2024 21:52:07 +0000 (22:52 +0100)
commit5ce3391466d0815c815a6444bfdd6fb0b61131f3
tree0d869ce2f9f6ff5b18112bba035beba5d1704ef1
parentd4962c98ff08483bfa91a1df21a7f7398b41bbb0
Recipe edit, we can now delete groups, steps and ingredients
Cargo.lock
backend/scss/modal-dialog.scss [new file with mode: 0644]
backend/scss/style.scss
backend/src/services/ron.rs
backend/templates/base.html
backend/templates/recipe_edit.html
frontend/Cargo.toml
frontend/src/handles.rs
frontend/src/lib.rs
frontend/src/modal_dialog.rs [new file with mode: 0644]
frontend/src/on_click.rs [new file with mode: 0644]