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.
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
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
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.
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