## Summary of Changes
Features
  • New iOS App
    : Implemented a new mobile app structure.
  • Footer Update
    : Updated the footer section with "Quick Links" and added a link to the beta iOS app.
  • Recipe Management
    : Added functionality for saving and unsaving recipes, as well as a user custom hook for managing saved recipes.
  • Dark Mode Support
    : Introduced dark mode toggling and persistence.
Bug Fixes
  • Error Handling
    : Enhanced error logging for recipe fetching and tracking permission requests.
  • Performance Improvements
    : Optimized queries for fetching recipes and handling the display of saved recipes.
Code Improvements
  • Dependency Updates
    : Updated various dependencies to their latest versions, ensuring compatibility and performance improvements.
  • Cleaned Code
    : Refactored code for improved readability and maintainability, including organizing import statements and handling state management more effectively.
Miscellaneous
  • Changelog Structure
    : Introduced a structured changelog for better tracking of updates and modifications in the project's development history.