Squashed commit

Updated dependencies
Added the possibility to skip chore schedules (closes #1486)
Show the meal plan section on the corresponding calendar events (closes #1582)
Make it possible to define a time for meal plan sections and use that time for the corresponding calendar events (references #1582)
Added a changelog template
Make it possible to toggle the meal plan calendar view on bigger screens (closes #1678)
This commit is contained in:
Bernd Bestel
2022-02-08 18:08:26 +01:00
parent 4279bf6445
commit 66cf7e4ffa
27 changed files with 556 additions and 301 deletions

View File

@@ -53,6 +53,15 @@
'hint' => $__t('Sections will be ordered by that number on the meal plan')
))
<div class="form-group">
<label for="time_info">{{ $__t('Time') }}</label>
<input type="time"
class="form-control"
id="time_info"
name="time_info"
value="@if($mode == 'edit'){{ $mealplanSection->time_info }}@endif">
</div>
<button id="save-mealplansection-button"
class="btn btn-success">{{ $__t('Save') }}</button>