mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 12:05:21 +02:00
feat: Data Management from Shopping List (#3603)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
parent
89982f3e5f
commit
ca26639525
6 changed files with 140 additions and 35 deletions
|
@ -9,6 +9,7 @@ import {
|
|||
mdiSquareEditOutline,
|
||||
mdiClose,
|
||||
mdiTagArrowUpOutline,
|
||||
mdiTagArrowRight,
|
||||
mdiTagMultipleOutline,
|
||||
mdiShapeOutline,
|
||||
mdiBookOutline,
|
||||
|
@ -293,6 +294,7 @@ export const icons = {
|
|||
// Organization
|
||||
tags: mdiTagMultipleOutline,
|
||||
tagArrowUp: mdiTagArrowUpOutline,
|
||||
tagArrowRight: mdiTagArrowRight,
|
||||
categories: mdiShapeOutline,
|
||||
pages: mdiBookOutline,
|
||||
book: mdiBookOpenPageVariant,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue