mealie-recipes / mealie

Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
https://docs.mealie.io
GNU Affero General Public License v3.0
6.78k stars 697 forks source link

[BUG] - 'First day of the week' in group settings has no effect on date pickers #3292

Closed ghuser238490 closed 6 months ago

ghuser238490 commented 6 months ago

First Check

What is the issue you are experiencing?

As discussed in https://github.com/mealie-recipes/mealie/discussions/3287

Changing the value of 'First day of the week' in group settings has no effect on date pickers. In the calendar view the week always starts on sunday. Tested in different browsers and on the demo site with the default group and newly-created groups. Maybe related to https://github.com/mealie-recipes/mealie/issues/1860 https://github.com/mealie-recipes/mealie/pull/1864

screenshot1 screenshot2

Steps to Reproduce

Please provide relevant logs

Nothing relevant in the logs.

Mealie Version

Version v1.3.2 Build b54cdf642505bcb63384bddcc21f15d751c2f85b

Deployment

Docker (Linux)

Additional Deployment Details

No response

michael-genson commented 6 months ago

Ahhh I see why I was confused about this. It actually does update exactly one date picker - when editing the meal planner (.../group/mealplan/planner/edit).

Set to Tuesday for testing: image

Every other date picker ignores the group setting

ghuser238490 commented 6 months ago

It actually does update exactly one date picker

Thanks, @michael-genson for sorting this out! 🎉