From 5001477656ff658a46065654b858f5bb43c4a1b8 Mon Sep 17 00:00:00 2001 From: Hyein Date: Wed, 24 Jun 2026 09:38:04 +0900 Subject: [PATCH] Add step visibility indicators --- src/App.jsx | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 10d3f20..a307b6b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -542,7 +542,7 @@ function FlowRow({ }; const renderStepCard = (step, index, className) => ( -
+
-
+
{steps.length > maxVisibleSteps && ( <>
+ )}
);