• Joined on 2022-11-12
seb pushed to live at seb/reactShop 2025-07-23 07:47:20 +00:00
seb pushed to live at seb/reactShop 2025-07-23 07:45:39 +00:00
bd4c0a50f1 refactor: optimize category data fetching in Content component by utilizing cached category tree for improved performance and reduced socket queries
seb pushed to live at seb/reactShop 2025-07-23 07:38:45 +00:00
23dbdec432 refactor: update image rendering logic in MainPageLayout to load images conditionally based on opacity for improved performance
seb pushed to live at seb/reactShop 2025-07-23 07:24:38 +00:00
72010c410e refactor: disable font and image preloading in InlineCssPlugin for improved clarity and maintainability
seb pushed to live at seb/reactShop 2025-07-23 07:23:01 +00:00
5dc0280fc7 refactor: enhance InlineCssPlugin to preload JavaScript files alongside fonts and images, improving asset loading order and console logging
seb pushed to live at seb/reactShop 2025-07-23 07:13:11 +00:00
bfcc320e6d refactor: ensure safe socket listener management in ButtonGroup and AdminPage components to prevent errors when socketManager is not available
a653908624 refactor: simplify image preloading logic in InlineCssPlugin to focus on homepage and enhance console logging
Compare 2 commits »
seb pushed to live at seb/reactShop 2025-07-23 07:01:26 +00:00
1e8e6d7ac1 refactor: comment out unused critical image in InlineCssPlugin for improved clarity and maintainability
seb pushed to live at seb/reactShop 2025-07-23 06:58:49 +00:00
acdfc38b4a refactor: update image preloading logic in InlineCssPlugin to use output filename for page type detection and improve console logging
seb pushed to live at seb/reactShop 2025-07-23 06:52:56 +00:00
c906e0c936 refactor: enhance image preloading logic in InlineCssPlugin for better performance and clarity
seb pushed to live at seb/reactShop 2025-07-23 06:46:42 +00:00
cee69c9a31 refactor: remove SocketContext and related dependencies from OrdersTab and ProfilePage components for improved performance and code clarity
seb pushed to live at seb/reactShop 2025-07-23 06:41:29 +00:00
1c777f8daa feat: add console logging for image loading and product data fetching in Product and ProductDetailPage components for improved debugging
seb pushed to live at seb/reactShop 2025-07-23 06:36:16 +00:00
602324b1fe fix: clear product image URL from window object on component unmount to prevent memory leaks
seb pushed to live at seb/reactShop 2025-07-23 06:35:11 +00:00
d16e979771 feat: store product image URL in window object for improved accessibility in image handling
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 »