From 62c3092942d2faacc3cc2544e2404d9cd4ffbe98 Mon Sep 17 00:00:00 2001 From: Carlos Monastyrski Date: Fri, 26 Sep 2025 15:19:03 -0300 Subject: [PATCH] Improve timeline UI for upgrade tool --- .../UpgradePathPage/UpgradePathPage.tsx | 25 ++++--------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/frontend/src/pages/public/UpgradePathPage/UpgradePathPage.tsx b/frontend/src/pages/public/UpgradePathPage/UpgradePathPage.tsx index 79dbed9ef..4e81afcd5 100644 --- a/frontend/src/pages/public/UpgradePathPage/UpgradePathPage.tsx +++ b/frontend/src/pages/public/UpgradePathPage/UpgradePathPage.tsx @@ -411,29 +411,14 @@ export const UpgradePathPage = () => {
{/* Timeline Column */}
- {/* Timeline Circle */} -
- {isFirst || isLast ? ( -
- ) : hasBreakingChanges || hasDbMigration ? ( - - - - ) : ( -
- )} +
+ {index + 1}
{/* Timeline Line */} - {!isLast &&
} + {!isLast && ( +
+ )}
{/* Content Column */}