feat: align recipe edit page with viewer design

Replace CardAdd with EditTitleImgParallax so /rezepte/edit/[name]
mirrors the hero-parallax layout of /rezepte/[name]. Add Lucide icons
and a width-constrained info-card grid to CreateStepList's additional
info section. Refactor the English translation view to use semantic
theme vars, side-by-side German/English field comparison, and a card
aesthetic matching the rest of the site.

Fix portions binding bug where the shared portions store was being
written by both language ingredient lists. CreateIngredientList now
accepts a bindable portions prop; the English list uses it with
useStore=false to stay isolated from the German value.
This commit is contained in:
2026-04-12 21:22:45 +02:00
parent 69c2e05462
commit f108e9ceaa
7 changed files with 1533 additions and 637 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.27.0",
"version": "1.28.0",
"private": true,
"type": "module",
"scripts": {