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.
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
c4bd28ba92
feat: add aria-label attributes to Image and PhotoUpload components for improved accessibility, and enhance OrdersTab with localized aria-labels for better user experience
464f159556
feat: enhance SocketProvider to support polling and websocket transports, improve error logging for development, and update image preloading logic in webpack config for better performance on main pages
0a787f9d25
feat: update global CSS handling in prerender to differentiate between production and development environments, ensuring proper font path management
5202ff6e3e
feat: implement lazy loading for languages in i18n, enhance LanguageSwitcher to handle language changes asynchronously, and update available languages management
2b64719758
feat: optimize image loading and critical rendering path by adding image preloads in webpack config, updating image handling in multiple components, and ensuring alt attributes are set for accessibility
a68d912c99
feat: enhance image loading performance by adding fetchPriority and loading attributes in multiple components, and update MUI icons chunking in webpack configuration
d3998133e5
feat: update CopyAssetsPlugin to exclude fonts during asset copying