Commit Graph
100 Commits
Author SHA1 Message Date
denozord 549c695117 feat(FilterManager): синхронизация с jumphost'ами из раздела Серверы
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m46s
2026-01-20 14:56:42 +07:00
denozord 660513aee6 fix(BulkActions): новые читаемые стили кнопок с кастомным CSS
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m41s
2026-01-20 14:34:35 +07:00
denozord 20db630395 fix(UI): улучшен hover на кнопках и читаемость bulk actions
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2026-01-20 14:24:25 +07:00
denozord 28a9d0efa8 feat(ServerCard): улучшена компоновка карточки сервера - визуальные группы
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2026-01-20 14:13:32 +07:00
denozord 75f44d2c4b fix: update gateway badges to use readable light styles
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m48s
2026-01-20 14:02:34 +07:00
denozord 8d34822d12 refactor: Simplify ServerCard component layout and styles for improved readability and user experience, including badge updates and streamlined conditional rendering.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m43s
2026-01-20 13:54:45 +07:00
denozord 6a96c368e3 feat: Update ServerCard and ServerSidebar components for improved UI and functionality, including enhanced filtering options, updated country flag handling, and refined layout for better user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m50s
2026-01-20 13:47:42 +07:00
denozord acd4e80435 feat: Refactor ServerManager component to enhance server management features, including improved filtering, sorting, pagination, and bulk actions, while adding new server and connection management functionalities.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m33s
2026-01-20 13:33:03 +07:00
denozord 02bc19770f feat: Allow saving of empty URL list and update success messages accordingly, enhancing user feedback and functionality in AutoUrlManager.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m5s
2026-01-11 19:33:49 +07:00
denozord d7c769c655 chore: Remove unused testing dependencies and configuration files to streamline the project and reduce clutter in the codebase.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m33s
2025-12-24 16:22:57 +07:00
denozord bda9b4fc27 chore: Update Dockerfile for faster npm installation and enhance package.json with additional testing dependencies to improve development and testing capabilities.
Publish Fast Tabler Docker image / build-and-push-fast (push) Has been cancelled
2025-12-24 16:19:52 +07:00
denozord 248b78ce96 chore: Optimize Dockerfile for faster npm installation and update package.json to include additional build checks and dependencies for improved development workflow.
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m15s
2025-12-24 16:17:00 +07:00
denozord b46471c4b4 chore: Update TypeScript configuration to enable composite projects, generate declaration files, and include vitest.config.ts for improved type checking and module management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Has been cancelled
2025-12-24 16:07:55 +07:00
denozord 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.
Publish Fast Tabler Docker image / build-and-push-fast (push) Has been cancelled
2025-12-24 16:02:26 +07:00
denozord 27dade3eda feat: Implement date formatting utility functions and update components to use formatted timestamps for improved readability and consistency across the application.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m47s
2025-12-24 15:52:01 +07:00
denozord 6e7a63dd28 refactor: Update Pagination component to ensure hooks are called unconditionally and improve early return logic for better performance and readability.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m49s
2025-12-24 15:35:06 +07:00
denozord 6dfcaa584d feat: Integrate Pagination component into ASNsNewManager, DomainsNewManager, IPRangesManager, and FilterManager for improved navigation and user experience across multiple pages of data.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m46s
2025-12-24 15:29:46 +07:00
denozord f4a6ceed08 feat: Add useShortValue prop to CommunityAutocompleteInput and related components for improved community input handling, allowing for shorter community values to be processed.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m50s
2025-12-24 15:15:43 +07:00
denozord 9cdcd054e7 feat: Add toggle for grouping communities by tags in EasySwitchManager, enhancing user control over community display and improving organization.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m3s
2025-12-07 21:36:40 +07:00
denozord 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.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m58s
2025-12-07 19:46:09 +07:00
denozord 37b34f718c style: Further refine EasySwitchManager card layout by adjusting column classes for improved responsiveness and visual consistency across various screen sizes.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m57s
2025-12-07 15:10:50 +07:00
denozord e3ad529411 style: Adjust EasySwitchManager card layout to improve responsiveness by modifying column classes, enhancing visual consistency across different screen sizes.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m57s
2025-12-07 14:04:29 +07:00
denozord 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.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m0s
2025-12-07 13:57:06 +07:00
denozord 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.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m5s
2025-12-07 13:34:29 +07:00
denozord f1dfb13d8e fix: Update filter processing logic in EasySwitchManager to ensure all communities are tracked, improving data integrity and consistency in gateway assignments.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m2s
2025-12-07 13:29:13 +07:00
denozord c06294d9f2 fix: Correct layout in EasySwitchManager by adding a missing closing div, ensuring proper rendering of components and improving overall UI structure.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m2s
2025-12-07 13:21:35 +07:00
denozord ec6c348b3e feat: Enhance EasySwitchManager with initial state tracking and server expansion toggle, improving user interaction and state management for gateway selections.
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m15s
2025-12-07 13:18:08 +07:00
denozord cb32b1bd71 feat: Implement server filter updates in EasySwitchManager with success and error notifications, enhancing user feedback and improving error handling during filter application.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m4s
2025-12-07 13:09:02 +07:00
denozord 4a3426e04f refactor: Update EasySwitchManager layout for improved community and gateway display, enhancing visual structure and user interaction with better card organization and positioning.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m55s
2025-12-07 12:56:41 +07:00
denozord 7204c4045f feat: Add toggle for displaying only configured filters in EasySwitchManager, enhancing user control over community visibility and improving filtering logic for better user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m1s
2025-12-07 04:51:51 +07:00
denozord ab8b30fbd4 style: Update EasySwitchManager UI for improved layout and visual consistency, including adjustments to card dimensions, padding, and font sizes for better user experience. 2025-12-07 04:50:47 +07:00
denozord 489bdedfbb feat: Refactor EasySwitchManager to streamline data loading and enhance community and gateway management, including improved error handling and UI updates for better user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m54s
2025-12-07 04:42:38 +07:00
denozord b13f412b79 feat: Update Easy Switch functionality to improve server and gateway management, including enhanced grouping by servers, refined UI components, and updated data structure for better user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m59s
2025-12-07 04:31:12 +07:00
denozord 7091660b80 feat: Add Easy Switch feature to the application, including new route and menu item for improved navigation and user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m6s
2025-12-07 04:23:29 +07:00
denozord 2859947a34 feat: Enhance FilterManager display logic by adding detailed community and gateway information, improving user experience with additional context for selected filters.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m56s
2025-12-07 03:44:29 +07:00
denozord 7eb8af3b9e refactor: Remove debug logging and normalize community values in CommunityAutocomplete, ensuring consistent handling of baseAS and improving display logic for selected communities.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m51s
2025-12-07 03:38:08 +07:00
denozord 91b6c398ef feat: Enhance community search logic in CommunityAutocomplete by adding detailed logging and refining matching criteria for improved accuracy in filtering, including handling of baseAS and colon-separated values.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m55s
2025-12-07 03:29:24 +07:00
denozord 45bd395870 feat: Introduce baseAS state management in FilterManager and SettingsModal, enhancing community search normalization and user settings configuration for improved filtering accuracy.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m54s
2025-12-07 03:23:36 +07:00
denozord 2bdb67a715 feat: Improve community search functionality in CommunityAutocomplete by refining matching logic for partial values and colon-separated entries, enhancing user experience in filtering.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m2s
2025-12-07 03:00:07 +07:00
denozord f14b7989b5 feat: Enhance community filtering logic in CommunityAutocomplete to support partial matches and improved search capabilities, including handling values with colons.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m5s
2025-12-07 02:57:50 +07:00
denozord 584fd78f23 feat: Add CommunityAutocomplete component to FilterManager for enhanced community selection, featuring dynamic filtering, grouping by category, and improved user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m1s
2025-12-07 02:44:51 +07:00
denozord f938dbb47a feat: Refactor gateway selection logic in FilterManager to exclude fallback gateways, improving accuracy in gateway management and enhancing user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m12s
2025-12-07 02:27:25 +07:00
denozord aa76966f89 feat: Add GatewayAutocomplete component to FilterManager for improved gateway selection, enhancing user experience with dynamic filtering and selection capabilities.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m10s
2025-12-07 02:19:17 +07:00
denozord a8c6307123 feat: Refactor FilterManager to streamline gateway selection and remove inline editing, enhancing user experience and simplifying filter management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m4s
2025-12-07 02:08:02 +07:00
denozord 53bf828797 feat: Implement gateway normalization and inventory server loading in FilterManager, enhancing gateway management and improving server configuration reliability.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m6s
2025-12-07 01:54:50 +07:00
denozord 9fb92c19cb feat: Enhance EditServerModal initialization logic by ensuring local state is synchronized with props only on modal open, improving state management and preventing unnecessary updates.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m11s
2025-12-07 01:41:22 +07:00
denozord 62ceb95233 feat: Refactor EditServerModal to enhance gateway management with improved state handling, including dedicated functions for updating, adding, and removing gateways, ensuring robust server configuration management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m12s
2025-12-07 01:35:10 +07:00
denozord 15dc034088 feat: Safeguard gateway access in EditServerModal by ensuring localServer's gateways are properly initialized as an array, enhancing reliability in server configuration management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m5s
2025-12-07 01:26:25 +07:00
denozord c9cb325eb1 feat: Safeguard gateway access in EditServerModal by ensuring localServer's gateways are properly initialized as an array, enhancing reliability in server configuration management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m24s
2025-12-07 01:19:02 +07:00
denozord 866c474ac2 refactor: Remove unnecessary gateways initialization in ServerManager to streamline code and improve clarity in handling server configurations.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m16s
2025-12-07 01:13:17 +07:00
denozord cb657fe56e feat: Safeguard gateway addition in EditServerModal by implementing error handling during state updates, ensuring robust server configuration management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m8s
2025-12-07 00:58:26 +07:00
denozord e14839ca21 feat: Refactor gateway addition logic in EditServerModal to ensure safe state updates and improve clarity in handling gateways, enhancing server configuration reliability.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m7s
2025-12-07 00:47:35 +07:00
denozord 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.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m1s
2025-12-07 00:33:51 +07:00
denozord 7b6e7580fb feat: Enhance gateway initialization in EditServerModal by ensuring a default primary gateway is created when no gateways are specified, improving server configuration reliability.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m56s
2025-12-07 00:27:03 +07:00
denozord 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.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m59s
2025-12-07 00:19:41 +07:00
denozord 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.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m5s
2025-12-07 00:13:40 +07:00
denozord 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.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m2s
2025-12-06 23:56:08 +07:00
denozord d39d9adb2d feat: Implement gateway management in FilterManager, adding functionality for creating, updating, and validating gateways, enhancing server configuration capabilities and user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m41s
2025-12-06 23:38:31 +07:00
denozord 85e4f9c22d feat: Add country flag display for inventory servers in FilterManager to enhance visual representation and user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m10s
2025-12-06 23:23:42 +07:00
denozord 8a99309773 feat: Add inventory server fetching and display logic in FilterManager to enhance server detail presentation and improve user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m56s
2025-12-06 23:15:12 +07:00
denozord 6f1f8b368e refactor: Update FilterManager layout to utilize a grid system for server display, enhancing visual organization and responsiveness of server cards.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m4s
2025-12-06 22:59:43 +07:00
denozord c84d4367b1 refactor: Revise FilterManager layout to enhance server selection interface with improved button actions and card design, streamlining user interaction and visual presentation.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m58s
2025-12-06 22:12:32 +07:00
denozord a058df010a refactor: Revise FilterManager layout with enhanced column structure and card design for server details, improving user interaction and visual clarity.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m58s
2025-12-06 22:02:04 +07:00
denozord 2b8470a7ca refactor: Revamp FilterManager UI for server selection, enhancing layout and interaction with improved card design and search functionality.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m53s
2025-12-06 21:55:29 +07:00
denozord 312c442d7c refactor: Update FilterManager to improve query parameter handling and server selection logic, enhancing user experience with more precise state management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m0s
2025-12-06 21:51:16 +07:00
denozord 1566d3f998 feat: Enhance CommunitiesManager and FilterManager with improved tab styling and query parameter prefill functionality for better user experience and server selection.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m2s
2025-12-06 20:35:15 +07:00
denozord cba1615cdf feat: Introduce normalization function for community values in CommunitiesManager to ensure consistent formatting and improve input validation across various fields.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m54s
2025-12-06 19:27:55 +07:00
denozord 64f83a239f fix: Update placeholder and help text in CommunitiesManager for clearer input format guidance, specifying valid formats for user entries.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m56s
2025-12-06 19:20:30 +07:00
denozord 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.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m1s
2025-12-06 18:51:14 +07:00
denozord b79d733868 refactor: Clean up brace counting logic in Mikrotik config validation for improved readability and maintainability.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m0s
2025-12-06 15:00:13 +07:00
denozord 8d6d2bbe25 refactor: Update Mikrotik config validation logic to improve brace counting accuracy and enhance AutoUrlManager UI with consistent card layouts, larger icons, and refined button styles for better user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m50s
2025-12-06 14:57:41 +07:00
denozord fee74c377f feat: Improve currency exchange rate fetching in BillingManager by adding a primary source from the Central Bank of Russia and a fallback to an alternative API, along with updates to currency formatting for better precision.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m17s
2025-12-06 14:50:45 +07:00
denozord ad75ca8ff5 refactor: Update BillingManager UI for better readability and consistency, including larger icons, improved card layouts, and enhanced button styles.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m0s
2025-12-06 03:10:36 +07:00
denozord e086d04131 refactor: Update BillingManager UI components for improved styling and user experience, including badge colors, button styles, and status selection method.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m3s
2025-12-06 03:00:35 +07:00
denozord d60eb96d00 feat: Revamp BillingManager with enhanced filtering, sorting, and payment management features, including urgency indicators and improved UI components for better user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m54s
2025-12-06 02:48:18 +07:00
denozord f8f8be44ca feat: Introduce server type management in ServerManager, enhancing server configuration with type selection and validation, and update example-servers.json to include server types for improved data consistency.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m27s
2025-12-06 02:16:37 +07:00
denozord 7ccb3118aa feat: Add currency conversion functionality in BillingManager to calculate total payments and monthly costs in RUB, improving financial reporting accuracy.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m46s
2025-12-01 23:51:05 +07:00
denozord b18c681552 feat: Refactor GraphView to include highlighted edges and connection counts for improved visualization and user interaction, enhancing the overall graph experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m41s
2025-12-01 23:22:53 +07:00
denozord e922f3ec78 feat: Add search functionality and node selection in GraphView, enhancing user interaction with server filtering and improved edge highlighting for better visualization.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m43s
2025-12-01 23:17:33 +07:00
denozord edbf2f4299 feat: Enhance GraphView with localStorage integration for node position persistence and improve edge text styling for better visualization in the topology graph.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2025-12-01 16:56:27 +07:00
denozord 007c7514e1 feat: Implement server connections API and enhance GraphView with custom edge styling for improved visualization and user interaction in the topology graph.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m23s
2025-12-01 16:49:00 +07:00
denozord 840865e074 feat: Enhance GraphView and ServerManager components by adding node highlighting and a modal for quick connection creation, improving user interaction and visual feedback in the graph interface.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m37s
2025-12-01 16:36:32 +07:00
denozord e73d5e2721 feat: Replace status selection in BillingManager forms with button group for improved user interaction and visual clarity, enhancing the overall UI experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m35s
2025-12-01 16:28:40 +07:00
denozord ded3d8c618 feat: Replace purpose selection in BillingManager forms with PurposeSelectInput component, streamlining the UI and improving code maintainability by removing hardcoded options.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2025-12-01 16:20:37 +07:00
denozord b3295ebfae feat: Integrate ServerAutocompleteInput in BillingManager forms for optional server selection, enhancing user experience with improved search functionality and contextual help.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m37s
2025-12-01 16:13:36 +07:00
denozord 4655fc67cc feat: Add server selection functionality to BillingManager, including fetching server data and integrating server options in add/edit forms for improved billing management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2025-12-01 16:07:28 +07:00
denozord bf4b1b1554 feat: Enhance ServerManager component by adding optional external and internal IP fields, improving server addition and editing functionality, and updating validation messages for better user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m45s
2025-12-01 15:57:53 +07:00
denozord c3e0f99ff1 refactor: Streamline BillingManager layout by consolidating filter and action buttons. Enhanced UI for better accessibility and user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m42s
2025-12-01 13:51:51 +07:00
denozord 4c541b77da feat: Enhance BillingManager with advanced filtering, sorting, and bulk actions for payment management. Added UI components for search, date filtering, and improved user experience with confirmation for future payment dates.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m37s
2025-12-01 13:43:09 +07:00
denozord b340f73dc6 feat: Add save functionality to BillingManager component with loading state management 2025-12-01 13:36:38 +07:00
denozord cb46c74209 fix: Correct layout by adding missing closing div in CommunitiesManager component
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2025-12-01 13:30:18 +07:00
denozord 11a45ef690 feat: Refactor BillingManager component to enhance UI with reusable modals for adding, editing, and deleting billing items. Improved error handling and introduced pagination for better data management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 58s
2025-12-01 13:13:40 +07:00
denozord aa882bad20 feat: Refactor CommunitiesManager component to enhance UI and functionality with modals for adding, editing, and deleting communities. Improved validation and error handling, and updated layout for better user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 57s
2025-11-30 22:36:15 +07:00
denozord 2d87ca1632 fix: Remove unnecessary whitespace in index.html
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2025-11-15 13:12:59 +07:00
denozord afa1049f1f style: Improve filter table header layout and styling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2025-11-13 16:49:48 +07:00
denozord 9b36b7c4f6 feat: Show server selection cards on initial page load
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m41s
2025-11-13 16:45:11 +07:00
denozord bf6735a470 fix: Replace sidebar with dropdown for server selection in FilterManager
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2025-11-13 15:43:27 +07:00
denozord a1d59cf36a feat: Advanced UX/UI interface for FilterManager with sidebar navigation
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m41s
2025-11-13 15:23:52 +07:00
denozord 66eab3761d feat: Обновление компонента AutoUrlManager с добавлением функциональности фильтрации, сортировки и массового выбора URL. Реализованы новые иконки, улучшена обработка ошибок и уведомлений, а также добавлены статистические карточки для отображения валидных и невалидных URL.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2025-11-12 19:12:21 +07:00
denozord 1769c07883 feat: Обновление компонента Tooltip с изменением стиля на Tabler UI и улучшением позиционирования. Убрано вычисление координат, теперь подсказка позиционируется относительно триггера с использованием position: absolute.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m37s
2025-11-12 10:54:43 +07:00