mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 12:25:22 +02:00
Performance improvements: - Fetch traffic, stock, vendor stock, buybox, and experiments data in parallel using Promise.all - Reduces initial loading time significantly - Non-blocking background fetches after sales data loads Bug fixes: - Pass availableLines from App.tsx to ExperimentForm as prop - Remove localStorage dependency for product lines - Product lines now correctly populated from rawData Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>