fix: recipe card badge placement, missing tooltips, untranslated label

- Batch-cook indicator moved from next to the title into the icon row
  alongside favorite/visibility (all three now get a tooltip, matching
  the existing favorite-button pattern).
- Favorite button's tooltip text was hardcoded English ("Save"/
  "Saved") instead of using the translation keys already used for its
  aria-label.
- Shortened the batch-cook generate dialog's "Generating…" label
  (fr.json edited by user) — the long text was the real cause of the
  modal overlap, not the dialog structure.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Arnaud
2026-07-12 10:29:13 +02:00
parent 002f14ced0
commit 1baf5ce20e
3 changed files with 50 additions and 16 deletions
+1 -1
View File
@@ -553,7 +553,7 @@
"dietaryPrefsPlaceholder": "ex : végétarien, sans crustacés",
"anyDifficulty": "Peu importe",
"generate": "Générer",
"generating": "Génération… ça peut prendre une minute",
"generating": "Génération…",
"generateSuccess": "Session de batch cooking créée",
"generateFailed": "Échec de la génération"
},