diff --git a/surfsense_web/components/documents/DocumentsFilters.tsx b/surfsense_web/components/documents/DocumentsFilters.tsx index 57e6479cb..50df59955 100644 --- a/surfsense_web/components/documents/DocumentsFilters.tsx +++ b/surfsense_web/components/documents/DocumentsFilters.tsx @@ -84,13 +84,13 @@ export function DocumentsFilters({ { e.preventDefault(); onCreateFolder(); }} > - + New folder @@ -104,7 +104,7 @@ export function DocumentsFilters({ value="ai-sort" disabled={aiSortBusy} className={cn( - "h-9 w-9 shrink-0 border bg-muted/50 transition-colors", + "h-8 w-8 shrink-0 border bg-muted/50 transition-colors", "disabled:pointer-events-none disabled:opacity-50", aiSortEnabled ? "bg-accent text-accent-foreground hover:bg-accent" @@ -120,9 +120,9 @@ export function DocumentsFilters({ {aiSortBusy ? ( ) : aiSortEnabled ? ( - + ) : ( - + )} @@ -142,9 +142,9 @@ export function DocumentsFilters({ - + {activeTypes.length > 0 && ( {activeTypes.length} @@ -227,12 +227,12 @@ export function DocumentsFilters({ {/* Search Input */}
-
onSearch(e.target.value)} placeholder="Search docs" @@ -242,7 +242,7 @@ export function DocumentsFilters({ {Boolean(searchValue) && (
diff --git a/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx b/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx index 8630c5a9b..e821ec4da 100644 --- a/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx @@ -266,7 +266,7 @@ export function AllPrivateChatsSidebarContent({ )} -

{t("chats") || "Private Chats"}

+

{t("chats") || "Private Chats"}

@@ -363,7 +363,7 @@ export function AllPrivateChatsSidebarContent({ onTouchMove={longPressHandlers.onTouchMove} disabled={isBusy} className={cn( - "flex w-full items-center gap-2 overflow-hidden rounded-md px-2 py-1.5 text-xs text-left", + "flex w-full items-center gap-2 overflow-hidden rounded-md px-2 py-1.5 text-sm text-left", "group-hover/item:bg-accent group-hover/item:text-accent-foreground", "focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring", isActive && "bg-accent text-accent-foreground", @@ -380,7 +380,7 @@ export function AllPrivateChatsSidebarContent({ onClick={() => handleThreadClick(thread.id)} disabled={isBusy} className={cn( - "flex w-full items-center gap-2 overflow-hidden rounded-md px-2 py-1.5 text-xs text-left", + "flex w-full items-center gap-2 overflow-hidden rounded-md px-2 py-1.5 text-sm text-left", "group-hover/item:bg-accent group-hover/item:text-accent-foreground", "focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring", isActive && "bg-accent text-accent-foreground", diff --git a/surfsense_web/components/layout/ui/sidebar/AllSharedChatsSidebar.tsx b/surfsense_web/components/layout/ui/sidebar/AllSharedChatsSidebar.tsx index 26556b0bd..c5ab0e0f3 100644 --- a/surfsense_web/components/layout/ui/sidebar/AllSharedChatsSidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/AllSharedChatsSidebar.tsx @@ -265,7 +265,7 @@ export function AllSharedChatsSidebarContent({ )} -

{t("shared_chats") || "Shared Chats"}

+

{t("shared_chats") || "Shared Chats"}

@@ -362,7 +362,7 @@ export function AllSharedChatsSidebarContent({ onTouchMove={longPressHandlers.onTouchMove} disabled={isBusy} className={cn( - "flex w-full items-center gap-2 overflow-hidden rounded-md px-2 py-1.5 text-xs text-left", + "flex w-full items-center gap-2 overflow-hidden rounded-md px-2 py-1.5 text-sm text-left", "group-hover/item:bg-accent group-hover/item:text-accent-foreground", "focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring", isActive && "bg-accent text-accent-foreground", @@ -379,7 +379,7 @@ export function AllSharedChatsSidebarContent({ onClick={() => handleThreadClick(thread.id)} disabled={isBusy} className={cn( - "flex w-full items-center gap-2 overflow-hidden rounded-md px-2 py-1.5 text-xs text-left", + "flex w-full items-center gap-2 overflow-hidden rounded-md px-2 py-1.5 text-sm text-left", "group-hover/item:bg-accent group-hover/item:text-accent-foreground", "focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring", isActive && "bg-accent text-accent-foreground", diff --git a/surfsense_web/components/layout/ui/sidebar/ChatListItem.tsx b/surfsense_web/components/layout/ui/sidebar/ChatListItem.tsx index d8fe5465f..4ef7b2965 100644 --- a/surfsense_web/components/layout/ui/sidebar/ChatListItem.tsx +++ b/surfsense_web/components/layout/ui/sidebar/ChatListItem.tsx @@ -61,7 +61,7 @@ export function ChatListItem({ onClick={handleClick} {...(isMobile ? longPressHandlers : {})} className={cn( - "flex w-full items-center gap-2 overflow-hidden rounded-md px-2 py-1.5 text-xs text-left", + "flex w-full items-center gap-2 overflow-hidden rounded-md px-2 py-1.5 text-sm text-left", "group-hover/item:bg-accent group-hover/item:text-accent-foreground", "focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring", isActive && "bg-accent text-accent-foreground" diff --git a/surfsense_web/components/layout/ui/sidebar/DocumentsSidebar.tsx b/surfsense_web/components/layout/ui/sidebar/DocumentsSidebar.tsx index 3c5a64b0e..59873e72c 100644 --- a/surfsense_web/components/layout/ui/sidebar/DocumentsSidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/DocumentsSidebar.tsx @@ -1028,11 +1028,11 @@ function AuthenticatedDocumentsSidebarBase({ const cloudContent = ( <> {/* Connected tools strip */} -
+