diff --git a/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx b/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx index 117f8acef..0d1dd281e 100644 --- a/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx @@ -34,7 +34,6 @@ import { deleteThread, fetchThreads, searchThreads, - type ThreadListItem, updateThread, } from "@/lib/chat/thread-persistence"; import { cn } from "@/lib/utils"; @@ -410,7 +409,7 @@ export function AllPrivateChatsSidebar({ ) : isSearchMode ? (
{t("no_chats_found") || "No chats found"}
@@ -420,7 +419,7 @@ export function AllPrivateChatsSidebar({{showArchived ? t("no_archived_chats") || "No archived chats" diff --git a/surfsense_web/components/layout/ui/sidebar/AllSharedChatsSidebar.tsx b/surfsense_web/components/layout/ui/sidebar/AllSharedChatsSidebar.tsx index d2e7bf1d1..f50cb028a 100644 --- a/surfsense_web/components/layout/ui/sidebar/AllSharedChatsSidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/AllSharedChatsSidebar.tsx @@ -34,7 +34,6 @@ import { deleteThread, fetchThreads, searchThreads, - type ThreadListItem, updateThread, } from "@/lib/chat/thread-persistence"; import { cn } from "@/lib/utils"; @@ -410,7 +409,7 @@ export function AllSharedChatsSidebar({
{t("no_chats_found") || "No chats found"}
@@ -420,7 +419,7 @@ export function AllSharedChatsSidebar({
{showArchived
? t("no_archived_chats") || "No archived chats"
diff --git a/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx b/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx
index a23bec11a..9a632506c 100644
--- a/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx
+++ b/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx
@@ -156,10 +156,10 @@ export function Sidebar({