Council to top + Add/Edit/Delete tasks with recurring options
This commit is contained in:
@@ -31,6 +31,12 @@ interface SidebarCategory {
|
||||
}
|
||||
|
||||
const sidebarCategories: SidebarCategory[] = [
|
||||
{ id: "council", name: "Council", icon: "🏛️", items: [
|
||||
{ id: "teams", name: "Agent Teams", icon: "👥", category: "council" },
|
||||
{ id: "golden-notes", name: "Golden Notes", icon: "🔥", category: "golden-notes" },
|
||||
{ id: "daily-feedback", name: "Daily Feedback", icon: "📝", category: "daily-feedback" },
|
||||
{ id: "ai-settings", name: "AI Settings", icon: "🤖", category: "council-settings" },
|
||||
]},
|
||||
{ id: "leads", name: "Leads", icon: "📈", items: [
|
||||
{ id: "leads-crm", name: "CRM", icon: "📊", category: "leads" },
|
||||
{ id: "dashboard", name: "Client Dashboard", icon: "🏢", category: "dashboard" },
|
||||
@@ -57,12 +63,6 @@ const sidebarCategories: SidebarCategory[] = [
|
||||
{ id: "voice", name: "Voice Chat", icon: "🎤", category: "chat" },
|
||||
{ id: "horus-chat", name: "Horus Chat", icon: "👁️", category: "horus-chat" },
|
||||
]},
|
||||
{ id: "council", name: "Council", icon: "🏛️", items: [
|
||||
{ id: "teams", name: "Agent Teams", icon: "👥", category: "council" },
|
||||
{ id: "golden-notes", name: "Golden Notes", icon: "🔥", category: "golden-notes" },
|
||||
{ id: "daily-feedback", name: "Daily Feedback", icon: "📝", category: "daily-feedback" },
|
||||
{ id: "ai-settings", name: "AI Settings", icon: "🤖", category: "council-settings" },
|
||||
]},
|
||||
{ id: "automation", name: "Automation", icon: "⚡", items: [
|
||||
{ id: "autorun", name: "Auto-Run", icon: "🔄", category: "autorun" },
|
||||
{ id: "execution-logs", name: "Exec Logs", icon: "📊", category: "execution-logs" },
|
||||
|
||||
Reference in New Issue
Block a user