denozord
  • Joined on 2024-11-14
denozord pushed to v3 at denozord/router-lists-ui 2026-01-11 19:33:56 +07:00
02bc19770f feat: Allow saving of empty URL list and update success messages accordingly, enhancing user feedback and functionality in AutoUrlManager.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-24 16:22:58 +07:00
d7c769c655 chore: Remove unused testing dependencies and configuration files to streamline the project and reduce clutter in the codebase.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-24 16:19:53 +07:00
bda9b4fc27 chore: Update Dockerfile for faster npm installation and enhance package.json with additional testing dependencies to improve development and testing capabilities.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-24 16:17:09 +07:00
248b78ce96 chore: Optimize Dockerfile for faster npm installation and update package.json to include additional build checks and dependencies for improved development workflow.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-24 16:07:56 +07:00
b46471c4b4 chore: Update TypeScript configuration to enable composite projects, generate declaration files, and include vitest.config.ts for improved type checking and module management.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-24 16:02:29 +07:00
8bd39c554e feat: Enhance API mutation hooks with optimistic updates for domains, IP ranges, ASNs, servers, communities, server filters, and billing, improving user experience by providing immediate feedback on data changes.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-24 15:52:04 +07:00
27dade3eda feat: Implement date formatting utility functions and update components to use formatted timestamps for improved readability and consistency across the application.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-24 15:35:08 +07:00
6e7a63dd28 refactor: Update Pagination component to ensure hooks are called unconditionally and improve early return logic for better performance and readability.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-24 15:29:47 +07:00
6dfcaa584d feat: Integrate Pagination component into ASNsNewManager, DomainsNewManager, IPRangesManager, and FilterManager for improved navigation and user experience across multiple pages of data.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-24 15:15:45 +07:00
f4a6ceed08 feat: Add useShortValue prop to CommunityAutocompleteInput and related components for improved community input handling, allowing for shorter community values to be processed.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 21:38:01 +07:00
9cdcd054e7 feat: Add toggle for grouping communities by tags in EasySwitchManager, enhancing user control over community display and improving organization.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 19:46:49 +07:00
260985573c feat: Group communities by tags in EasySwitchManager for improved organization and visibility, enhancing user experience with clear categorization and display of communities without tags.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 15:12:06 +07:00
37b34f718c style: Further refine EasySwitchManager card layout by adjusting column classes for improved responsiveness and visual consistency across various screen sizes.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 14:04:32 +07:00
e3ad529411 style: Adjust EasySwitchManager card layout to improve responsiveness by modifying column classes, enhancing visual consistency across different screen sizes.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 13:57:14 +07:00
367d4fd520 style: Refine EasySwitchManager card layout and styling for improved visual consistency, including adjustments to padding, font sizes, and element dimensions to enhance user experience.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 13:34:33 +07:00
a54d5c9009 fix: Adjust key parsing logic in EasySwitchManager to correctly split serverId and community by the first colon, ensuring accurate data handling for gateway assignments.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 13:29:16 +07:00
f1dfb13d8e fix: Update filter processing logic in EasySwitchManager to ensure all communities are tracked, improving data integrity and consistency in gateway assignments.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 13:21:39 +07:00
c06294d9f2 fix: Correct layout in EasySwitchManager by adding a missing closing div, ensuring proper rendering of components and improving overall UI structure.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 13:18:11 +07:00
ec6c348b3e feat: Enhance EasySwitchManager with initial state tracking and server expansion toggle, improving user interaction and state management for gateway selections.
denozord pushed to v3 at denozord/router-lists-ui 2025-12-07 13:09:06 +07:00
cb32b1bd71 feat: Implement server filter updates in EasySwitchManager with success and error notifications, enhancing user feedback and improving error handling during filter application.