feat: add Proaktiv and KI Chat tabs to AI sidebar

This commit is contained in:
Agent Zero
2026-07-18 17:48:09 +02:00
parent df82796023
commit 7e53b747c7
5 changed files with 149 additions and 88 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ export function TopBar() {
const { t } = useTranslation();
const navigate = useNavigate();
const { user } = useAuthStore();
const { toggleSidebar, toggleAISidebar, toggleSuggestionSidebar, aiSidebarCollapsed } = useUIStore();
const { toggleSidebar, toggleAISidebar, openAISidebarProactive, aiSidebarCollapsed } = useUIStore();
const { currentTenant, availableTenants, switchTenant, isSwitching } = useTenant();
const logoutMutation = useLogout();
@@ -143,7 +143,7 @@ export function TopBar() {
<div className="flex items-center gap-2">
{/* AI Suggestions Badge */}
<SuggestionBadge onClick={toggleSuggestionSidebar} />
<SuggestionBadge onClick={openAISidebarProactive} />
{/* Notifications */}
<div ref={notifRef} className="relative">