Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes mealie when meal plan is empty #819

Merged
merged 3 commits into from
Nov 4, 2024
Merged

Commits on Oct 31, 2024

  1. Fixes mealie when meal plan is empty

    If there's nothing in the meal plan for the current day, the
    /api/groups/mealplans/today endpoint will simply return an `[]`
    response.
    
    This case wasn't guarded for in the template before this fix.
    rhardih committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e12899b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Update src/components/services/Mealie.vue

    It's already checked on line 9.
    
    Co-authored-by: Bastien Wirtz <[email protected]>
    rhardih and bastienwirtz authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3cebb6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb630b View commit details
    Browse the repository at this point in the history