mohashyne / Recipe_App

MIT License
2 stars 0 forks source link

Recipe Details and Update inventory details #36

Closed mohashyne closed 11 months ago

mohashyne commented 11 months ago

in this pull request:

This pull request introduces new features to enhance the Recipe Details view. It includes the implementation of a toggle button for public/private recipes and the display of recipe details for both public and owned recipes.

Details: Toggle Button for Public/Private Recipes:

A toggle button has been added to the Recipe Details view. Users can now easily switch a recipe between public and private status. When clicked, the toggle button updates the recipe's privacy setting. Display Recipe Details:

Recipe details are now displayed for both public and owned recipes. Users can view information such as recipe name, preparation time, and cooking time. The description of the recipe is also visible to users. For users who own the recipe, additional options and actions are available.

NOTE

Inventory details was also updated