feat: align recipe edit page with viewer design
All checks were successful
CI / update (push) Successful in 3m49s
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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.27.0",
|
||||
"version": "1.28.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user