Make it possible to add notes to meal plan (days) (closes #477)

This commit is contained in:
Bernd Bestel
2020-01-23 20:59:19 +01:00
parent 594dc0858b
commit 8d7f985b59
7 changed files with 217 additions and 82 deletions

View File

@@ -25,6 +25,7 @@
- When adding or editing a recipe ingredient, a dialog is now used instead of switching between pages (thanks @kriddles)
### Meal plan improvements/fixes
- It's now possible to add notes per day (in the dropdown of the add button in the header of each day column)
- Added that the calories per serving are now also shown
- Added that the total costs and calories per day are displayed in the header of each day column
- Fixed that when `FEATURE_FLAG_STOCK_PRICE_TRACKING` was set to `false`, prices were still shown (thanks @kriddles)