feat(frontend): food filter and add back search dialog (#794)

* return ingredients and foods on summary

* filter on foods

* update search page to TS and comp-api

* add additional search fields

* feat(frontend):  add back search dialog

* update docs

* formatting

* update sidebar - remove dropdown

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-11-08 21:12:13 -09:00
committed by GitHub
parent 60275447f0
commit d4bf81dee6
14 changed files with 592 additions and 241 deletions

View File

@@ -76,6 +76,8 @@ class RecipeSummary(CamelModel):
rating: Optional[int]
org_url: Optional[str] = Field(None, alias="orgURL")
recipe_ingredient: Optional[list[RecipeIngredient]] = []
date_added: Optional[datetime.date]
date_updated: Optional[datetime.datetime]