- The AI will freestyle recipes from whatever you have. Results can be unusual — that's part of the fun.
+ The AI will freestyle recipes from whatever you have. Results can be unusual — that's part of the fun.
@@ -82,10 +82,12 @@
+ Press Enter or comma to add each item.
@@ -104,10 +106,12 @@
+ Press Enter or comma to add. Allergies are hard exclusions — no recipes containing these will appear.
diff --git a/frontend/src/theme.css b/frontend/src/theme.css
index 6f99449..63de6ed 100644
--- a/frontend/src/theme.css
+++ b/frontend/src/theme.css
@@ -407,6 +407,13 @@
font-family: var(--font-body);
}
+.form-hint {
+ display: block;
+ margin-top: var(--spacing-xs);
+ font-size: var(--font-size-sm);
+ color: var(--color-text-secondary);
+}
+
.form-row {
display: grid;
gap: var(--spacing-md);