redezign: list agents & services; feat: button remove agents
ci-front / build (push) Successful in 2m5s

This commit is contained in:
nikita
2026-04-04 11:08:45 +03:00
parent dd921e5892
commit 26ca7c0d51
3 changed files with 279 additions and 67 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// shared/api/websocket.service.ts
import { useAgentStore } from "@/components/layout/sidebar/store/agent.store";
import { useAgentStore } from "@/app/providers/layout/store/agent.store";
import { useWebSocket, type LogMessage } from "@/shared/hooks/useWebSocket";
import { useEffect, useRef, useCallback, useMemo } from "react";