RecipeDialogsContext - Context for managing dialog states in Recipe screen
Provides centralized dialog state management that can be accessed by any hook
within the Recipe screen without prop drilling. Manages three types of dialogs:
Validation dialog: Displays errors and confirmations
Similarity dialog: Shows when adding items with similar names
Validation queue: Manages items requiring user validation
RecipeDialogsContext - Context for managing dialog states in Recipe screen
Provides centralized dialog state management that can be accessed by any hook within the Recipe screen without prop drilling. Manages three types of dialogs: