Describe the bug
The meal planner view contains a list of unique planned recipes, and below that a calendar displaying possible dates on which those recipes can be scheduled - potentially multiple times each.
It should be possible to completely remove a recipe at any point by clicking on the 'trash can' icon next to the recipe name at the top of the page. This should remove it and all entries in the calendar where it appears.
To Reproduce
Steps to reproduce the behavior:
Perform a recipe search and add a recipe to the meal plan
Note that this behaviour is not reproducible after refreshing the page, which leads me to believe that it may be a bug that occurs during handling of the DOM elements during drag & drop.
Describe the bug The meal planner view contains a list of unique planned recipes, and below that a calendar displaying possible dates on which those recipes can be scheduled - potentially multiple times each.
It should be possible to completely remove a recipe at any point by clicking on the 'trash can' icon next to the recipe name at the top of the page. This should remove it and all entries in the calendar where it appears.
To Reproduce Steps to reproduce the behavior:
Expected behavior The recipe should be deleted from the meal plan and calendar.