feat: enhance image loading performance by adding fetchPriority and loading attributes in multiple components, and update MUI icons chunking in webpack configuration

This commit is contained in:
sebseb7
2025-07-20 15:05:29 +02:00
parent d3998133e5
commit a68d912c99
8 changed files with 17 additions and 10 deletions

View File

@@ -476,6 +476,7 @@ class ProductList extends Component {
pictureList={product.pictureList}
availableSupplier={product.availableSupplier}
komponenten={product.komponenten}
priority={index < 6 ? 'high' : 'auto'}
t={this.props.t}
/>
</Grid>