diff --git a/frontend/src/components/RecipesView.vue b/frontend/src/components/RecipesView.vue index 06f55f2..bf8101f 100644 --- a/frontend/src/components/RecipesView.vue +++ b/frontend/src/components/RecipesView.vue @@ -80,8 +80,8 @@ -
- The AI will freestyle recipes from whatever you have. Results can be unusual — that's part of the fun. +
+ Wildcard mode lets the AI get creative with whatever you have on hand. Results might surprise you.
@@ -159,6 +163,7 @@ aria-describedby="allergy-hint" @keydown="onAllergyKey" @blur="commitAllergyInput" + autocomplete="off" /> No recipes containing these ingredients will appear.
@@ -194,7 +199,7 @@
- Advanced filters + Nutrition Filters{{ activeNutritionFilterCount > 0 ? ` (${activeNutritionFilterCount} active)` : '' }} @@ -313,13 +318,13 @@ -
-

Your pantry is missing some flavor elements:

+
+

These would expand your options:

{{ gap }}
@@ -331,6 +336,7 @@ v-model="filterText" placeholder="Search recipes or ingredients…" aria-label="Filter recipes" + autocomplete="off" />