Skip to content

Commit

Permalink
feat: Added images to PWA shortcuts (#3744)
Browse files Browse the repository at this point in the history
  • Loading branch information
Choromanski authored Jun 17, 2024
1 parent c18b9d3 commit 598b0f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,24 @@ export default {
"short_name": "Shopping Lists",
"description": "Open the shopping lists",
"url": "/shopping-lists",
"icons": [
{
"src": "/svgs/mdiFormatListChecks.svg",
"sizes": "256x256",
}
]
},
{
"name": "Meal Planner",
"short_name": "Meal Planner",
"description": "Open the meal planner",
"url": "/group/mealplan/planner/view",
"icons": [
{
"src": "/svgs/mdiCalendarMultiselect.svg",
"sizes": "256x256",
}
]
},
],
},
Expand Down
1 change: 1 addition & 0 deletions frontend/static/svgs/mdiCalendarMultiselect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/static/svgs/mdiFormatListChecks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 598b0f3

Please sign in to comment.