mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 11:55:22 +02:00
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:
co-authored by
Claude Sonnet 4.6
parent
d9bbf41c7c
commit
acf3faec36
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user