mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-04 17:35:21 -05:00
Merge branch 'mealie-next' into feat/filter-shopping-lists
This commit is contained in:
@@ -379,6 +379,20 @@ export default {
|
||||
purpose: "maskable",
|
||||
},
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Shopping Lists",
|
||||
"short_name": "Shopping Lists",
|
||||
"description": "Open the shopping lists",
|
||||
"url": "/shopping-lists",
|
||||
},
|
||||
{
|
||||
"name": "Meal Planner",
|
||||
"short_name": "Meal Planner",
|
||||
"description": "Open the meal planner",
|
||||
"url": "/group/mealplan/planner/view",
|
||||
},
|
||||
],
|
||||
},
|
||||
icon: false, // disables the icon module
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user