refactor(wizard): redesign step summary layout with step indicator

This commit is contained in:
DanielS
2026-08-06 17:44:51 +02:00
parent 6a95896361
commit c08237aa73
2 changed files with 213 additions and 230 deletions

View File

@@ -939,10 +939,10 @@ export function OrderWizard({
{step === 4 && (
<motion.div
key="step4"
initial={{ opacity: 0, scale: 0.95 }}
initial={{ opacity: 0, scale: 0.98 }}
animate={{ opacity: 1, scale: 1 }}
exit={{ opacity: 0, scale: 0.95 }}
className="space-y-6 text-center"
exit={{ opacity: 0, scale: 0.98 }}
className="w-full"
>
<StepSummary
finalItemsToShow={finalItemsToShow}