feat: add vendor stock badges to Sell-in vs Budget first column

Shows aggregated EU and UK vendor stock per SKU (sum across all ASINs)
in the first column, matching the style used in other dashboard tabs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Vidal Wolf
2026-06-17 16:25:41 +02:00
co-authored by Claude Sonnet 4.6
parent d9bbf41c7c
commit acf3faec36
2 changed files with 45 additions and 6 deletions
+1 -1
View File
@@ -898,7 +898,7 @@ const App: React.FC = () => {
<Suspense fallback={<LoadingSpinner />}>
<div className={view === 'forecast' ? '' : 'hidden'}>
<ForecastView asinMetadata={globalAsinMetadata} />
<ForecastView asinMetadata={globalAsinMetadata} vendorStockMap={vendorStockMap} />
</div>
</Suspense>