mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 05:09:40 +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"),
|
||||
type: Organizer.Tag,
|
||||
},
|
||||
{
|
||||
name: "recipe_ingredient.food.id",
|
||||
label: i18n.tc("recipe.ingredients"),
|
||||
type: Organizer.Food,
|
||||
},
|
||||
{
|
||||
name: "tools.id",
|
||||
label: i18n.tc("tool.tools"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue