From cab64028f61badd0ce44797610c5755584750c13 Mon Sep 17 00:00:00 2001
From: DanielS
Date: Mon, 10 Aug 2026 23:50:22 +0200
Subject: [PATCH] style: add sidebar step indicator to step 3
---
shop/components/order-wizard.tsx | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/shop/components/order-wizard.tsx b/shop/components/order-wizard.tsx
index 8ca45f0..4909089 100644
--- a/shop/components/order-wizard.tsx
+++ b/shop/components/order-wizard.tsx
@@ -939,6 +939,39 @@ export function OrderWizard({
+ {/* Left Sidebar Status Stepper */}
+
+
+ Schritt 3 von 4 — Software konfigurieren
+
+
+
+
{visibleCategories.map((cat) => {
const sel = selections[cat.id]