• Joined on 2022-11-12
seb pushed to live at seb/reactShop 2025-07-31 02:51:00 +00:00
9b38ed6f2a refactor: enhance SharedCarousel to support language context updates and improve category fetching logic
seb pushed to live at seb/reactShop 2025-07-31 02:16:28 +00:00
b29b946aaf refactor: enhance category data fetching in CategoryList to support language context updates and improve state management
seb pushed to live at seb/reactShop 2025-07-30 14:02:17 +00:00
14787cbd74 feat: add WebSocket URL for client and update GoogleLoginButton text to 'Loading...' for better user feedback
seb pushed to live at seb/reactShop 2025-07-30 13:36:05 +00:00
afcdbb29c9 refactor: temporarily remove withI18n from GoogleLoginButton for debugging and enhance error handling in LoginComponent
seb pushed to live at seb/reactShop 2025-07-27 12:04:38 +00:00
4584da1199 size optimize
seb pushed to live at seb/reactShop 2025-07-27 11:53:47 +00:00
c1f2be99a7 **Commit message:**
seb pushed to master at seb/playwrong 2025-07-26 10:50:59 +00:00
af4b774fea Enhance error handling and graceful shutdown in TestExecutor; implement browser disconnection checks and improve command execution flow. Update TestLinter to provide better guidance on 'use' command placement. Add support for 'for' and 'aria-label' attributes in TestParser.
seb pushed to live at seb/reactShop 2025-07-24 09:55:10 +00:00
7c78c6d85c refactor: update category data fetching in Content component to utilize CategoryService directly and improve clarity in category management
seb pushed to live at seb/reactShop 2025-07-24 08:46:12 +00:00
c1810b18b3 refactor: implement CategoryService for category data management and update caching logic in prerender and renderer components
3a8f31c109 Merge branch 'live' of https://git.sebgreen.net/seb/reactShop into live
Compare 3 commits »
seb pushed to live at seb/reactShop 2025-07-24 08:44:14 +00:00
5662177175 refactor: streamline category ID management in CategoryList by replacing getLevel1CategoryId with setLevel1CategoryId and improving state handling
seb pushed to live at seb/reactShop 2025-07-24 05:07:04 +00:00
b9e00ca134 refactor: remove CarouselProvider from PrerenderHome component to streamline layout and improve code clarity
seb pushed to live at seb/reactShop 2025-07-24 05:04:57 +00:00
b207377a8e refactor: enhance category data management in CategoryList and CategoryService by integrating async-mutex for improved concurrency control and simplifying state handling
seb pushed to live at seb/reactShop 2025-07-24 04:23:47 +00:00
2f753a81a4 refactor: integrate CategoryService into SharedCarousel for improved category data management and enhance component structure
seb pushed to live at seb/reactShop 2025-07-23 09:21:40 +00:00
1aabd3ef1e refactor: implement lazy loading for LoginComponent in ButtonGroup to enhance performance and user experience
seb pushed to live at seb/reactShop 2025-07-23 08:36:50 +00:00
4879f68998 refactor: simplify category data fetching logic in Content component by removing redundant cache checks and improving clarity in data handling
seb pushed to live at seb/reactShop 2025-07-23 08:33:31 +00:00
31c302493a refactor: clean up logging and simplify cache checks in Content component to enhance clarity and maintainability of category data fetching
seb pushed to live at seb/reactShop 2025-07-23 08:29:25 +00:00
934f6abc92 refactor: remove socket.io method overrides in Content component to streamline category data fetching and improve code clarity
seb pushed to live at seb/reactShop 2025-07-23 08:25:08 +00:00
4dd1b2d227 refactor: update cache handling and logging in SharedCarousel component to prioritize prerendered cache and improve clarity in data fetching
seb pushed to live at seb/reactShop 2025-07-23 08:24:45 +00:00
f3e8395000 refactor: improve cache handling and logging in CategoryList component to prioritize prerendered cache and enhance data fetching clarity
seb pushed to live at seb/reactShop 2025-07-23 08:22:24 +00:00
95f303bc68 refactor: enhance logging and cache checks in SharedCarousel and CategoryList components to improve data fetching clarity and performance