• Joined on 2022-11-12
seb pushed to live at seb/reactShop 2025-07-20 23:29:08 +00:00
d70fac24ed refactor: update Typography components across multiple files to improve consistency in heading levels and styles
seb pushed to live at seb/reactShop 2025-07-20 23:24:58 +00:00
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
seb pushed to live at seb/reactShop 2025-07-20 23:12:25 +00:00
24b762b9d6 refactor: streamline image preloading logic in webpack config by defining critical images outside of conditional checks and improving preload count logging
seb pushed to live at seb/reactShop 2025-07-20 23:10:18 +00:00
464f159556 feat: enhance SocketProvider to support polling and websocket transports, improve error logging for development, and update image preloading logic in webpack config for better performance on main pages
seb pushed to live at seb/reactShop 2025-07-20 13:48:02 +00:00
0a787f9d25 feat: update global CSS handling in prerender to differentiate between production and development environments, ensuring proper font path management
seb pushed to live at seb/reactShop 2025-07-20 13:45:07 +00:00
5202ff6e3e feat: implement lazy loading for languages in i18n, enhance LanguageSwitcher to handle language changes asynchronously, and update available languages management
seb pushed to live at seb/reactShop 2025-07-20 13:19:21 +00:00
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
seb pushed to live at seb/reactShop 2025-07-20 13:12:16 +00:00
e0da7ed312 feat: add aria-label attributes to various components for improved accessibility
seb pushed to live at seb/reactShop 2025-07-20 13:05:34 +00:00
a68d912c99 feat: enhance image loading performance by adding fetchPriority and loading attributes in multiple components, and update MUI icons chunking in webpack configuration
d3998133e5 feat: update CopyAssetsPlugin to exclude fonts during asset copying
Compare 2 commits »
seb pushed to live at seb/reactShop 2025-07-20 12:33:53 +00:00
1fd6ed85b6 remove prerender after socket event
seb pushed to live at seb/reactShop 2025-07-20 12:14:43 +00:00
b2474a595c feat: add InlineCssPlugin to inline CSS assets in production builds
seb pushed to live at seb/reactShop 2025-07-20 10:45:16 +00:00
seb pushed to live at seb/reactShop 2025-07-20 10:40:27 +00:00
5cff3e2c2a style: update comment formatting for GitHub Issue Reporter FAB in App.js
seb pushed to live at seb/reactShop 2025-07-20 10:35:09 +00:00
8629dc5d87 refactor: remove combined CSS file writing and optimize page-specific CSS handling in prerender logic
seb pushed to live at seb/reactShop 2025-07-20 10:00:15 +00:00
275ee3bea6 feat: update layout in PrerenderProduct to match SPA design with invisible placeholders for SearchBar and ButtonGroup
seb pushed to live at seb/reactShop 2025-07-20 09:53:30 +00:00
3d136775e2 feat: enhance image loading and socket handling in Product and Images components, and update prerender logic in App and ProductDetailPage
seb pushed to live at seb/reactShop 2025-07-20 08:46:25 +00:00
92987a518b feat: implement product image saving in prerender-single-product and enhance image loading logic in Images component
seb pushed to live at seb/reactShop 2025-07-20 08:40:34 +00:00
bffb1fed27 feat: add prerender scripts for single product rendering and enhance layout in PrerenderProduct and Footer components
seb pushed to live at seb/reactShop 2025-07-20 08:14:56 +00:00
b8d8003ac3 style: update Footer component styles for improved layout and responsiveness
seb pushed to live at seb/reactShop 2025-07-20 08:12:21 +00:00
19cf475b0e feat: add prerender-single-product script for single product rendering with i18n support