feat: enhance Forecast 2026 view with dynamic periods, top 50 badges and improved product details

This commit is contained in:
Christian Vidal Wolf
2026-01-26 16:24:09 +01:00
parent 83470042b4
commit ccdbcb2824
4 changed files with 110 additions and 33 deletions
+1
View File
@@ -210,6 +210,7 @@ export interface ProductForecastData {
asin: string;
sku: string;
title: string;
line: string;
annualForecast: number;
monthlyData: MonthlyForecastPoint[];
}