denozord
  • Joined on 2024-11-14
denozord pushed to tabler at denozord/router-lists-ui 2025-08-12 22:48:21 +07:00
10a86232fc feat: Enhance WsUpdateModal with improved message handling, auto-scroll functionality, and log management features for better user experience
denozord pushed to tabler at denozord/router-lists-ui 2025-08-12 22:34:01 +07:00
459b02f756 feat: Add WebSocket and background update functionality to ASNs, Domains, and IPRanges managers; integrate WsUpdateModal for real-time updates
denozord pushed to tabler at denozord/router-lists-ui 2025-08-12 13:41:02 +07:00
79038a3981 feat: Refactor CommunitiesManager to utilize PageHeaderActions component for action buttons, improving UI consistency and reducing redundancy
denozord pushed to tabler at denozord/router-lists-ui 2025-08-12 13:29:23 +07:00
cdf42aa589 feat: Introduce cursor utility class for pointer interactions and refactor action buttons into PageHeaderActions component across multiple managers for improved UI consistency
denozord pushed to tabler at denozord/router-lists-ui 2025-08-12 13:08:09 +07:00
f06a433d77 feat: Standardize button sizes and icons across multiple manager components for improved UI consistency
denozord pushed to tabler at denozord/router-lists-ui 2025-08-12 12:46:41 +07:00
026d2a9379 feat: Refactor page headers in multiple managers for improved layout and consistency; remove global badge styles to support Tabler text colors
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 21:32:37 +07:00
3b1a59b03f feat: Enhance error handling in server responses by including request IDs and detailed error codes; improve frontend modal components for better accessibility and user experience
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 21:22:34 +07:00
f44acbff98 feat: Add ConfirmDialog component for enhanced user confirmation in DataManager, FilterManager, and ServerManager; integrate html-to-image library for image conversion functionality
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 20:37:46 +07:00
af9ef12ba8 feat: Integrate @tanstack/react-query for improved data fetching and state management in HistoryModal; update API error handling and enhance request interceptors for better error notifications
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 19:55:47 +07:00
c49bb26f6d feat: Integrate logging and metrics with pino and prom-client; enhance S3 data handling with caching and improved response formats for ASNs, Domains, and IP Ranges APIs
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 19:30:52 +07:00
5287089fb7 feat: Improve CORS configuration and security headers in server setup, allowing for customizable origins and enhanced preflight handling; trust first proxy for rate limiting functionality
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 19:20:42 +07:00
c1afd0a9d6 chore: Update package dependencies by adding express-rate-limit and helmet for enhanced security and performance in the backend
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 19:11:41 +07:00
6afd43f9e8 feat: Enhance server security and performance by adding helmet for security headers, implementing rate limiting, and centralizing error handling; update frontend API calls to use a dedicated api module for consistency
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 17:41:14 +07:00
087e0eb491 refactor: Reintroduce history endpoints for resource versioning and rollback functionality in server, ensuring proper initialization and organization of code
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 17:29:45 +07:00
6f45015bec feat: Add history endpoints for resource versioning and implement rollback functionality in server, along with UI integration in ASNs, Domains, and IPRanges managers for enhanced data management
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 17:03:55 +07:00
460c06dfba refactor: Update API calls in Dashboard component to use countOnly parameter for improved data handling and simplify response processing
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 16:54:24 +07:00
7321e21871 feat: Introduce helper functions for S3 metadata handling and improve error responses across ASNs, Domains, and IP Ranges APIs for better consistency and clarity
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 16:46:30 +07:00
f1b84a761e refactor: Replace axios with api module in ASNs, Domains, IPRanges managers, and S3MetaBar for consistent API interaction and improved code maintainability
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 16:37:15 +07:00
415f05f6aa feat: Integrate NotifyProvider into App component and update ASNs, Domains, and IPRanges managers to display S3MetaBar with improved comments for clarity
denozord pushed to tabler at denozord/router-lists-ui 2025-08-11 16:17:06 +07:00
3340571a6e feat: Disable auto-ETag in Express, enhance S3 interaction with improved error handling and response structure for ASNs, Domains, and IP Ranges APIs