denozord
  • Joined on 2024-11-14
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 01:13:16 +07:00
866c474ac2 refactor: Remove unnecessary gateways initialization in ServerManager to streamline code and improve clarity in handling server configurations.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 00:58:27 +07:00
cb657fe56e feat: Safeguard gateway addition in EditServerModal by implementing error handling during state updates, ensuring robust server configuration management.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 00:47:36 +07:00
e14839ca21 feat: Refactor gateway addition logic in EditServerModal to ensure safe state updates and improve clarity in handling gateways, enhancing server configuration reliability.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 00:33:50 +07:00
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.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 00:27:03 +07:00
7b6e7580fb feat: Enhance gateway initialization in EditServerModal by ensuring a default primary gateway is created when no gateways are specified, improving server configuration reliability.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 00:19:40 +07:00
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.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 00:13:44 +07:00
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.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 23:56:09 +07:00
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.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 23:38:31 +07:00
d39d9adb2d feat: Implement gateway management in FilterManager, adding functionality for creating, updating, and validating gateways, enhancing server configuration capabilities and user experience.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 23:23:42 +07:00
85e4f9c22d feat: Add country flag display for inventory servers in FilterManager to enhance visual representation and user experience.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 23:15:12 +07:00
8a99309773 feat: Add inventory server fetching and display logic in FilterManager to enhance server detail presentation and improve user experience.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 22:59:47 +07:00
6f1f8b368e refactor: Update FilterManager layout to utilize a grid system for server display, enhancing visual organization and responsiveness of server cards.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 22:12:33 +07:00
c84d4367b1 refactor: Revise FilterManager layout to enhance server selection interface with improved button actions and card design, streamlining user interaction and visual presentation.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 22:02:03 +07:00
a058df010a refactor: Revise FilterManager layout with enhanced column structure and card design for server details, improving user interaction and visual clarity.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 21:55:28 +07:00
2b8470a7ca refactor: Revamp FilterManager UI for server selection, enhancing layout and interaction with improved card design and search functionality.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 21:51:23 +07:00
312c442d7c refactor: Update FilterManager to improve query parameter handling and server selection logic, enhancing user experience with more precise state management.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 20:35:20 +07:00
1566d3f998 feat: Enhance CommunitiesManager and FilterManager with improved tab styling and query parameter prefill functionality for better user experience and server selection.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 19:27:55 +07:00
cba1615cdf feat: Introduce normalization function for community values in CommunitiesManager to ensure consistent formatting and improve input validation across various fields.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 19:20:30 +07:00
64f83a239f fix: Update placeholder and help text in CommunitiesManager for clearer input format guidance, specifying valid formats for user entries.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-06 18:51:24 +07:00
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.