• Joined on 2022-11-12
seb pushed to live at seb/reactShop 2025-07-23 06:21:33 +00:00
61faf654bc refactor: standardize socket communication by replacing socket prop usage with window.socketManager across multiple components for improved consistency and maintainability
seb pushed to live at seb/reactShop 2025-07-23 06:09:02 +00:00
4e6b63a6a4 refactor: replace socket prop usage with window.socketManager for consistent socket handling across components
seb pushed to live at seb/reactShop 2025-07-23 05:57:16 +00:00
9982527f35 refactor: remove socket context dependencies and streamline socket handling in components for improved performance and readability
seb pushed to live at seb/reactShop 2025-07-23 05:37:35 +00:00
bde001c39b refactor: clean up imports and remove unused socket context in Header component for improved readability
seb pushed to live at seb/reactShop 2025-07-23 05:29:23 +00:00
bbd1371eb2 refactor: optimize socket connection handling by removing polling transport and implementing lazy connection strategy in SocketManager for improved performance
d8f438c3f3 feat: implement SocketManager for websocket communication, creating a singleton instance and attaching it to the window object
Compare 2 commits »
seb pushed to master at seb/playwrong 2025-07-22 07:59:15 +00:00
9e73900197 Add variable validation features to README and CLI; implement linting and strict mode for environment variables in executor and linter. Enhance VSCode extension documentation for improved user guidance.
seb pushed to live at seb/reactShop 2025-07-20 23:40:57 +00:00
9c3a4ee91b chore: remove accessibility utility functions from accessibilityUtils.js as they are no longer needed
bad176a6d1 feat: implement accessibility improvements by ensuring alt text is always present on image error events and initialize accessibility checking in App component
Compare 2 commits »
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