app,server: Allow to edit recipe ingredients
This commit is contained in:
parent
47b547caf4
commit
6004520fb9
6 changed files with 307 additions and 35 deletions
|
|
@ -113,3 +113,8 @@ pub struct RecipeInfo {
|
|||
pub struct RecipeRenameRequest {
|
||||
pub name: String,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone, Debug)]
|
||||
pub struct RecipeIngredientEditRequest {
|
||||
pub amount: f64,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue