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.
866c474ac2
refactor: Remove unnecessary gateways initialization in ServerManager to streamline code and improve clarity in handling server configurations.
cb657fe56e
feat: Safeguard gateway addition in EditServerModal by implementing error handling during state updates, ensuring robust server configuration management.
e14839ca21
feat: Refactor gateway addition logic in EditServerModal to ensure safe state updates and improve clarity in handling gateways, enhancing server configuration reliability.
f246d5407a
feat: Improve gateway handling in ServerManager by ensuring safe access to gateways array and enhancing the addition of new gateways, promoting better server configuration reliability.
7b6e7580fb
feat: Enhance gateway initialization in EditServerModal by ensuring a default primary gateway is created when no gateways are specified, improving server configuration reliability.
83b3fd96aa
feat: Add gateway management UI in EditServerModal, allowing users to add, edit, and remove gateways with validation for primary gateway selection, enhancing server configuration experience.
cfa08dd32f
feat: Improve gateway handling in ServerManager by enforcing validation for jumphost and exit server types, ensuring at least one primary gateway is specified during server addition and updates.
7bc5b48af7
feat: Enhance server validation in server.js and improve gateway management in ServerManager and FilterManager, ensuring proper gateway configuration for jumphost and exit server types.
d39d9adb2d
feat: Implement gateway management in FilterManager, adding functionality for creating, updating, and validating gateways, enhancing server configuration capabilities and user experience.
6f1f8b368e
refactor: Update FilterManager layout to utilize a grid system for server display, enhancing visual organization and responsiveness of server cards.
c84d4367b1
refactor: Revise FilterManager layout to enhance server selection interface with improved button actions and card design, streamlining user interaction and visual presentation.
a058df010a
refactor: Revise FilterManager layout with enhanced column structure and card design for server details, improving user interaction and visual clarity.
2b8470a7ca
refactor: Revamp FilterManager UI for server selection, enhancing layout and interaction with improved card design and search functionality.
312c442d7c
refactor: Update FilterManager to improve query parameter handling and server selection logic, enhancing user experience with more precise state management.
1566d3f998
feat: Enhance CommunitiesManager and FilterManager with improved tab styling and query parameter prefill functionality for better user experience and server selection.
cba1615cdf
feat: Introduce normalization function for community values in CommunitiesManager to ensure consistent formatting and improve input validation across various fields.
2e6f3d9263
feat: Enhance CommunitiesManager with filter usage tracking and UI improvements, including a refresh button and search prefill from query parameters for better user experience.