You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drag the added recipe onto an upcoming day of the week
Observe content flickering when the recipe is dropped into the day row
Move the existing recipe -- or equivalently, drag another copy of a recipe -- onto an upcoming day of the week
Observe that the existing and new content both flicker when the recipe is dropped into the day row
Expected behavior
Content should maintain visibility while dragging and when dropped into a meal planner day row. Moving or otherwise adjusting items in the meal planner should not cause any flickering of any existing or newly-added items.
The text was updated successfully, but these errors were encountered:
That's a simple and lazy approach, and the key benefit is that it makes maintaining the consistency of the database table and the view easy. The flicker occurs when the view elements are emptied during the refresh.
Describe the bug
In the meal planner, adding or moving recipes in the weekly calendar causes the contents of the planner to momentarily flicker.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Content should maintain visibility while dragging and when dropped into a meal planner day row. Moving or otherwise adjusting items in the meal planner should not cause any flickering of any existing or newly-added items.
The text was updated successfully, but these errors were encountered: