From fa14f578556700c772d88c2b447bcb83cb9d3832 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Thu, 29 Jan 2026 13:41:09 +0100 Subject: [PATCH] Restore Buy Box badge positions to match original layout; fix row layering in all views --- components/AdsPerformance.tsx | 2 +- components/ForecastView.tsx | 2 +- components/WeeklyGrid.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/AdsPerformance.tsx b/components/AdsPerformance.tsx index a358476..8f164ea 100644 --- a/components/AdsPerformance.tsx +++ b/components/AdsPerformance.tsx @@ -63,7 +63,7 @@ const AdsRow: React.FC<{ } return ( - +
diff --git a/components/ForecastView.tsx b/components/ForecastView.tsx index a54893c..2b8d614 100644 --- a/components/ForecastView.tsx +++ b/components/ForecastView.tsx @@ -80,7 +80,7 @@ const ForecastRow: React.FC<{ else achievementColor = 'bg-rose-500'; return ( - + {/* Product Info */}
diff --git a/components/WeeklyGrid.tsx b/components/WeeklyGrid.tsx index fcbe0e0..81fcd8f 100644 --- a/components/WeeklyGrid.tsx +++ b/components/WeeklyGrid.tsx @@ -92,7 +92,6 @@ const WeeklyRow: React.FC<{ > {row.sku || '-'} - {row.asin}
@@ -106,6 +105,7 @@ const WeeklyRow: React.FC<{ mode={top50Mode} avgWeeklySales={velocityMap?.get(asin)} /> +
{row.line}