recipeify / Recipes

Recipeify monorepo (API, Client, Scraper)
https://recipeify.com
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

bug: returning to explore from my recipes doesn't maintain free search text #64

Closed hagaishapira closed 4 years ago

hagaishapira commented 4 years ago

Reproduce:

  1. search for recipes with text and ingredients
  2. go to my recipes
  3. go to explore again
  4. while the ingredients are still marked you don't see the free search text that was in the last query

We need to either clear the entire search session and just show explore without a search, or display the entire context.

LeshemNoa commented 4 years ago

Solved with https://github.com/recipeify/Recipes/pull/76