AISidebar: add Team panel with users/groups and online status, add Chat panel placeholder

This commit is contained in:
Agent Zero
2026-07-21 23:11:17 +02:00
parent 650f6e6723
commit 5980d38c66
3 changed files with 95 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { create } from 'zustand';
export type Theme = 'light' | 'dark' | 'system';
export type Locale = 'de' | 'en';
export type AISidebarTab = 'proactive' | 'chat' | 'notifications';
export type AISidebarTab = 'proactive' | 'chat' | 'notifications' | 'team' | 'chatroom';
export interface Toast {
id: string;