From 74a7c068bc9541f112756428f61a99a1fee5d8b4 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 8 Apr 2026 15:03:51 -0700 Subject: [PATCH] feat(ux): rename creativity levels with descriptive labels and inline descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - "Use What I Have" / "Allow Swaps" / "Get Creative" / "Surprise Me 🎲" - Active level shows a one-liner description beneath the selector - Hover tooltips repeat the description for mouse users - Label changed from "Creativity Level" to "How far should we stretch?" - Wildcard confirmation copy updated to match new framing --- frontend/src/components/RecipesView.vue | 26 +++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/RecipesView.vue b/frontend/src/components/RecipesView.vue index b80578d..2b2fce4 100644 --- a/frontend/src/components/RecipesView.vue +++ b/frontend/src/components/RecipesView.vue @@ -40,23 +40,26 @@
- +
+

+ {{ activeLevel.description }} +

- +
- Wildcard mode uses LLM to generate creative recipes with whatever you have. Results may be - unusual. + The AI will freestyle recipes from whatever you have. Results can be unusual — that's part of the fun.