• Joined on 2022-11-12
seb pushed to live at seb/reactShop 2025-07-23 08:20:39 +00:00
226ca3e834 refactor: improve cache utilization and data fetching logic in SharedCarousel and CategoryList components for enhanced performance and maintainability
seb pushed to live at seb/reactShop 2025-07-23 08:15:53 +00:00
146daf8eb1 refactor: simplify cache management in SharedCarousel and CategoryList components to enhance data fetching efficiency and maintainability
seb pushed to live at seb/reactShop 2025-07-23 08:13:46 +00:00
e472e6bb77 refactor: enhance category data fetching logic in SharedCarousel and CategoryList components by simplifying cache checks and improving logging for better maintainability
seb pushed to live at seb/reactShop 2025-07-23 08:08:27 +00:00
a2b7a2509f refactor: streamline category data fetching in Content component by reducing logging and simplifying cache checks for improved readability
seb pushed to live at seb/reactShop 2025-07-23 08:00:50 +00:00
21ed40c4ce refactor: implement socket.io method overrides and enhance logging for productCache in Content component to improve category data handling
seb pushed to live at seb/reactShop 2025-07-23 07:55:02 +00:00
abf94eba86 refactor: add detailed logging for productCache checks in Content component to aid in debugging category data fetching
seb pushed to live at seb/reactShop 2025-07-23 07:50:57 +00:00
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