feat: align recipe edit page with viewer design
All checks were successful
CI / update (push) Successful in 3m49s

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 be7880304c
commit 49665c94db
7 changed files with 1533 additions and 637 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.27.0",
"version": "1.28.0",
"private": true,
"type": "module",
"scripts": {