Ingredients can now be manually ordered
authorGreg Burri <greg.burri@gmail.com>
Wed, 15 Jan 2025 23:17:08 +0000 (00:17 +0100)
committerGreg Burri <greg.burri@gmail.com>
Wed, 15 Jan 2025 23:17:08 +0000 (00:17 +0100)
commitca2227037f608b37261a3491d04d57551e131f90
tree3f6ef97ffc1692e72a5f6edc5f04f11a97b08fb6
parentafd42ba1d01da1e9dd69461ec29d9e428a0279f6
Ingredients can now be manually ordered
Cargo.lock
backend/scss/style.scss
backend/sql/data_test.sql
backend/sql/version_1.sql
backend/src/data/db/recipe.rs
backend/src/main.rs
backend/src/services/ron.rs
backend/templates/recipe_edit.html
backend/templates/recipe_view.html
common/src/ron_api.rs
frontend/src/recipe_edit.rs