sebseb7
d8678e261d
feat(Images): update image handling to AVIF format across components
...
- Changed image file extensions from JPG to AVIF in data-fetching, product, category, and image components for improved performance and reduced file sizes.
- Updated image blob creation to reflect the new AVIF format in various components, ensuring consistency in image handling throughout the application.
2025-11-21 11:10:50 +01:00
sebseb7
602324b1fe
fix: clear product image URL from window object on component unmount to prevent memory leaks
2025-07-23 08:36:13 +02:00
sebseb7
d16e979771
feat: store product image URL in window object for improved accessibility in image handling
2025-07-23 08:35:08 +02:00
sebseb7
9982527f35
refactor: remove socket context dependencies and streamline socket handling in components for improved performance and readability
2025-07-23 07:57:13 +02:00
sebseb7
bad176a6d1
feat: implement accessibility improvements by ensuring alt text is always present on image error events and initialize accessibility checking in App component
2025-07-21 01:39:50 +02:00
sebseb7
c4bd28ba92
feat: add aria-label attributes to Image and PhotoUpload components for improved accessibility, and enhance OrdersTab with localized aria-labels for better user experience
2025-07-21 01:24:55 +02:00
sebseb7
2b64719758
feat: optimize image loading and critical rendering path by adding image preloads in webpack config, updating image handling in multiple components, and ensuring alt attributes are set for accessibility
2025-07-20 15:19:16 +02:00
sebseb7
a68d912c99
feat: enhance image loading performance by adding fetchPriority and loading attributes in multiple components, and update MUI icons chunking in webpack configuration
2025-07-20 15:05:29 +02:00
sebseb7
3d136775e2
feat: enhance image loading and socket handling in Product and Images components, and update prerender logic in App and ProductDetailPage
2025-07-20 11:53:27 +02:00
sebseb7
92987a518b
feat: implement product image saving in prerender-single-product and enhance image loading logic in Images component
2025-07-20 10:46:22 +02:00
sebseb7
19cf475b0e
feat: add prerender-single-product script for single product rendering with i18n support
2025-07-20 10:12:16 +02:00
sebseb7
1fb92e2df9
refactor: simplify image loading logic and enhance prerender handling in Images component
2025-07-20 01:36:56 +02:00
sebseb7
bdd50770be
fix: enhance image loading logic to handle static paths when sockets are unavailable
2025-07-20 01:28:36 +02:00
sebseb7
ca98c304e5
fix
2025-07-20 01:22:53 +02:00
seb
245f5067ed
Refactor socket handling across components to support dual socket connections, enhancing data fetching capabilities and improving overall communication.
2025-07-03 05:36:41 +02:00
seb
edbd56f6a9
Genesis
2025-07-02 12:49:06 +02:00