diff --git a/frontend/src/components/RecipeBrowserPanel.vue b/frontend/src/components/RecipeBrowserPanel.vue index 363b7e3..af6ba01 100644 --- a/frontend/src/components/RecipeBrowserPanel.vue +++ b/frontend/src/components/RecipeBrowserPanel.vue @@ -69,6 +69,12 @@ > {{ sub.subcategory }} {{ sub.recipe_count }} + + @@ -186,6 +192,79 @@ @saved="savingRecipe = null" @unsave="savingRecipe && doUnsave(savingRecipe.id)" /> + + +
+ Search for a recipe you know belongs here. Your tag helps other users discover it. +
+ + + ++ No results — try a different title. +
+ + +{{ tagModal.error }}
+{{ tagModal.success }}
+