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:
Lex
2024-11-11 11:20:29 -06:00
committed by GitHub
parent ea4adfa335
commit 7ada42a791
2 changed files with 10 additions and 0 deletions

View File

@@ -57,6 +57,11 @@ export default defineComponent({
label: i18n.tc("tag.tags"),
type: Organizer.Tag,
},
{
name: "recipe_ingredient.food.id",
label: i18n.tc("recipe.ingredients"),
type: Organizer.Food,
},
{
name: "tools.id",
label: i18n.tc("tool.tools"),

View File

@@ -118,6 +118,11 @@ export default defineComponent({
label: i18n.tc("tag.tags"),
type: Organizer.Tag,
},
{
name: "recipe_ingredient.food.id",
label: i18n.tc("recipe.ingredients"),
type: Organizer.Food,
},
{
name: "tools.id",
label: i18n.tc("tool.tools"),