basic meal plan settings

This commit is contained in:
vabene1111
2024-09-21 14:17:13 +02:00
parent ce869950c3
commit cd93d9c697
38 changed files with 493 additions and 11 deletions

View File

@@ -19,6 +19,11 @@ class DeviceSettings {
shopping_item_info_mealplan = false
shopping_item_info_recipe = true
mealplan_displayPeriod = 'week'
mealplan_displayPeriodCount = 3
mealplan_startingDayOfWeek = 1
mealplan_displayWeekNumbers = true
}
export const useUserPreferenceStore = defineStore('user_preference_store', () => {