Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
e472e6bb77
refactor: enhance category data fetching logic in SharedCarousel and CategoryList components by simplifying cache checks and improving logging for better maintainability
bd4c0a50f1
refactor: optimize category data fetching in Content component by utilizing cached category tree for improved performance and reduced socket queries
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
61faf654bc
refactor: standardize socket communication by replacing socket prop usage with window.socketManager across multiple components for improved consistency and maintainability