AISidebar: add Team panel with users/groups and online status, add Chat panel placeholder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user