- {searchQuery ? "No filters found" : "No saved filters"}
-
handleFilterSelect(filter)}
- className={cn(
- "flex items-center gap-3 px-3 py-2 w-full rounded-lg hover:bg-accent hover:text-accent-foreground cursor-pointer group transition-colors",
- selectedFilter?.id === filter.id &&
- "active bg-accent text-accent-foreground"
- )}
+
+
+
+
+
+ Knowledge Filters
+
+
+
+ {/* Create flow moved to panel create mode */}
- {/* Create flow moved to panel create mode */}
- >
+
);
}
diff --git a/frontend/components/navigation.tsx b/frontend/components/navigation.tsx
index c215f3dc..83306f21 100644
--- a/frontend/components/navigation.tsx
+++ b/frontend/components/navigation.tsx
@@ -5,7 +5,6 @@ import {
FileText,
Library,
MessageSquare,
- MoreHorizontal,
Plus,
Settings2,
Trash2,
@@ -397,7 +396,7 @@ export function Navigation({
{/* Conversations List - grows naturally, doesn't fill all space */}
{loadingNewConversation || isConversationsLoading ? (
-
+
Loading...
) : (
@@ -406,7 +405,7 @@ export function Navigation({
{placeholderConversation && (