Remove Running Sessions components from CC Agents

- Deleted RunningSessionsView.tsx file
  - Removed import and usage in CCAgents.tsx
  - Removed 'Running Sessions' tab from navigation
  - Removed activeTab state management
  - Simplified UI to show only agents list
This commit is contained in:
Vivek R
2025-07-04 19:25:55 +05:30
parent 7a2372dcde
commit 680ec451cd
3 changed files with 143 additions and 475 deletions

View File

@@ -27,5 +27,5 @@ export * from "./ui/tooltip";
export * from "./ui/popover";
export * from "./ui/pagination";
export * from "./ui/split-pane";
export * from "./ui/scroll-area";
export * from "./RunningClaudeSessions";
export * from "./ui/scroll-area";
export * from "./RunningClaudeSessions";