mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
feat: Show nutrition on recipe print (#3740)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
598b0f3707
commit
b220cd6431
6 changed files with 105 additions and 52 deletions
|
@ -6,6 +6,7 @@ export interface UserPrintPreferences {
|
|||
imagePosition: string;
|
||||
showDescription: boolean;
|
||||
showNotes: boolean;
|
||||
showNutrition: boolean;
|
||||
}
|
||||
|
||||
export interface UserSearchQuery {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue