Restore Buy Box badge positions to match original layout; fix row layering in all views

This commit is contained in:
Christian Vidal Wolf
2026-01-29 13:41:09 +01:00
parent c5db663454
commit fa14f57855
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -92,7 +92,6 @@ const WeeklyRow: React.FC<{
>
{row.sku || '-'}
</span>
<BuyBoxWarningBadge asin={asin} buyBoxLostMap={buyBoxLostMap} />
<span className="text-[10px] font-bold text-slate-500 bg-slate-800 px-1.5 py-0.5 rounded border border-white/5">{row.asin}</span>
</div>
<div className="flex items-start gap-2 mb-1">
@@ -106,6 +105,7 @@ const WeeklyRow: React.FC<{
mode={top50Mode}
avgWeeklySales={velocityMap?.get(asin)}
/>
<BuyBoxWarningBadge asin={asin} buyBoxLostMap={buyBoxLostMap} />
</div>
<span className="text-[9px] text-fuchsia-400/80 font-bold uppercase tracking-widest">{row.line}</span>
</div>