mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
feat: select ingredients to add to shopping List (#2136)
* added recipe ingredient override to backend * pytest * new dialog to filter recipe items added to list
This commit is contained in:
@@ -133,6 +133,7 @@ import {
|
||||
mdiDockRight,
|
||||
mdiDockTop,
|
||||
mdiDockBottom,
|
||||
mdiCheckboxOutline,
|
||||
} from "@mdi/js";
|
||||
|
||||
export const icons = {
|
||||
@@ -167,6 +168,7 @@ export const icons = {
|
||||
cartCheck: mdiCartCheck,
|
||||
check: mdiCheck,
|
||||
checkboxBlankOutline: mdiCheckboxBlankOutline,
|
||||
checkboxOutline: mdiCheckboxOutline,
|
||||
checkboxMarkedCircle: mdiCheckboxMarkedCircle,
|
||||
chefHat: mdiChefHat,
|
||||
clipboardCheck: mdiClipboardCheck,
|
||||
|
||||
Reference in New Issue
Block a user