Fix: consolidate stock badges and update WOC calculation to include internal warehouse stock

This commit is contained in:
Christian Vidal Wolf
2026-04-27 11:40:36 +02:00
parent 6ba07c60f6
commit 1fc494fc3f
8 changed files with 34 additions and 29 deletions
-9
View File
@@ -692,15 +692,6 @@ const WeeklyGrid: React.FC<WeeklyGridProps & { top50Mode: 'eu' | 'uk' }> = ({
</div>
</div>
</th>
{/* COVERAGE Header Column */}
<th
className="p-3 text-[11px] font-black text-emerald-400 uppercase tracking-widest sticky left-[240px] z-40 bg-slate-900 border-r border-white/10 min-w-[100px]"
>
<div className="flex flex-col items-center gap-1">
<span>Coverage</span>
<span className="text-[8px] text-slate-500">(WOC)</span>
</div>
</th>
{weeks.map(week => (
<th
key={week}