diff --git a/components/AdsPerformance.tsx b/components/AdsPerformance.tsx index 5440d42..0a5f863 100644 --- a/components/AdsPerformance.tsx +++ b/components/AdsPerformance.tsx @@ -434,7 +434,7 @@ const AdsPerformance: React.FC = ({ currentFilters={vendorStockFilter} onFilterChange={onVendorStockFilterChange} title="Vendor Stock" - icon={} + icon={} options={[ 'Out of Stock (0)', 'In Stock (>0)', diff --git a/components/ForecastView.tsx b/components/ForecastView.tsx index 5683f6c..9ea6617 100644 --- a/components/ForecastView.tsx +++ b/components/ForecastView.tsx @@ -447,7 +447,7 @@ const ForecastView: React.FC = ({ currentFilters={vendorStockFilter} onFilterChange={onVendorStockFilterChange} title="Vendor Stock" - icon={} + icon={} options={[ 'Out of Stock (0)', 'In Stock (>0)', diff --git a/components/Icons.tsx b/components/Icons.tsx index 350da29..e7b186b 100644 --- a/components/Icons.tsx +++ b/components/Icons.tsx @@ -77,8 +77,8 @@ export const WarehouseIcon = ({ className = "w-4 h-4" }) => ( ); export const AmazonSmileIcon = ({ className = "w-4 h-4" }) => ( - - + + ); diff --git a/components/VendorStockBadge.tsx b/components/VendorStockBadge.tsx index dbd9bd4..5e6ced1 100644 --- a/components/VendorStockBadge.tsx +++ b/components/VendorStockBadge.tsx @@ -42,7 +42,7 @@ export const VendorStockBadge: React.FC = ({ asin, vendor className={`inline-flex items-center gap-1 px-2 py-0.5 rounded border text-[10px] font-bold transition-all hover:scale-105 active:scale-95 cursor-default ${themeClasses}`} title={`Stock en Amazon Warehouse (${mode.toUpperCase()}): ${stock}`} > - +
Vendor {stock.toLocaleString('de-DE')} diff --git a/components/WeeklyGrid.tsx b/components/WeeklyGrid.tsx index ac3762d..54c98b9 100644 --- a/components/WeeklyGrid.tsx +++ b/components/WeeklyGrid.tsx @@ -525,7 +525,7 @@ const WeeklyGrid: React.FC = ({ currentFilters={vendorStockFilter} onFilterChange={onVendorStockFilterChange} title="Vendor Stock" - icon={} + icon={} options={[ 'Out of Stock (0)', 'In Stock (>0)',