+ !thread.isRunning}>
= ({ isBlockedByOtherUser = false
isBlockedByOtherUser
? "Wait for AI to finish responding"
: !hasModelConfigured
- ? "Please select a model from the header to start chatting"
+ ? "Please select a model to start chatting"
: isComposerEmpty
? "Enter a message or add a screenshot to send"
: "Send message"
diff --git a/surfsense_web/components/layout/ui/header/Header.tsx b/surfsense_web/components/layout/ui/header/Header.tsx
index 79839622d..1bd4ae772 100644
--- a/surfsense_web/components/layout/ui/header/Header.tsx
+++ b/surfsense_web/components/layout/ui/header/Header.tsx
@@ -6,7 +6,6 @@ import { currentThreadAtom } from "@/atoms/chat/current-thread.atom";
import { activeSearchSpaceIdAtom } from "@/atoms/search-spaces/search-space-query.atoms";
import { activeTabAtom } from "@/atoms/tabs/tabs.atom";
import { ActionLogButton } from "@/components/agent-action-log/action-log-button";
-import { ChatHeader } from "@/components/new-chat/chat-header";
import { ChatShareButton } from "@/components/new-chat/chat-share-button";
import type { ThreadRecord } from "@/lib/chat/thread-persistence";
@@ -66,12 +65,9 @@ export function Header({ mobileMenuTrigger }: HeaderProps) {
return (
- {/* Left side - Mobile menu trigger + Model selector */}
+ {/* Left side - Mobile menu trigger */}