mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-21 14:19:41 +02:00
feat: Add Ingredients to Recipe Query Filter options (#4534)
Co-authored-by: alexxxxxxxandria <github@lex.alexandria.best> Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
parent
ea4adfa335
commit
7ada42a791
2 changed files with 10 additions and 0 deletions
|
@ -57,6 +57,11 @@ export default defineComponent({
|
||||||
label: i18n.tc("tag.tags"),
|
label: i18n.tc("tag.tags"),
|
||||||
type: Organizer.Tag,
|
type: Organizer.Tag,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "recipe_ingredient.food.id",
|
||||||
|
label: i18n.tc("recipe.ingredients"),
|
||||||
|
type: Organizer.Food,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "tools.id",
|
name: "tools.id",
|
||||||
label: i18n.tc("tool.tools"),
|
label: i18n.tc("tool.tools"),
|
||||||
|
|
|
@ -118,6 +118,11 @@ export default defineComponent({
|
||||||
label: i18n.tc("tag.tags"),
|
label: i18n.tc("tag.tags"),
|
||||||
type: Organizer.Tag,
|
type: Organizer.Tag,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "recipe_ingredient.food.id",
|
||||||
|
label: i18n.tc("recipe.ingredients"),
|
||||||
|
type: Organizer.Food,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "tools.id",
|
name: "tools.id",
|
||||||
label: i18n.tc("tool.tools"),
|
label: i18n.tc("tool.tools"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue