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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user