diff --git a/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsFilters.tsx b/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsFilters.tsx index f75e1d727..d29db13ae 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsFilters.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsFilters.tsx @@ -79,7 +79,7 @@ export function DocumentsFilters({
{/* Search input */} -
+
onToggleType(value, !activeTypes.includes(value))} > {/* Icon */} @@ -137,11 +137,11 @@ export function DocumentsFilters({ )}
{activeTypes.length > 0 && ( -
+
diff --git a/surfsense_web/components/new-chat/image-config-dialog.tsx b/surfsense_web/components/new-chat/image-config-dialog.tsx index bdb6670f5..12263bdb1 100644 --- a/surfsense_web/components/new-chat/image-config-dialog.tsx +++ b/surfsense_web/components/new-chat/image-config-dialog.tsx @@ -243,8 +243,8 @@ export function ImageConfigDialog({ aria-modal="true" className={cn( "relative w-full max-w-lg h-[85vh]", - "rounded-xl bg-background shadow-2xl ring-1 ring-border/50", - "dark:bg-neutral-900 dark:ring-white/5", + "rounded-xl bg-background shadow-2xl", + "dark:bg-neutral-900", "flex flex-col overflow-hidden" )} onClick={(e) => e.stopPropagation()} diff --git a/surfsense_web/components/new-chat/model-config-dialog.tsx b/surfsense_web/components/new-chat/model-config-dialog.tsx index 6ae023147..06ec3b9b5 100644 --- a/surfsense_web/components/new-chat/model-config-dialog.tsx +++ b/surfsense_web/components/new-chat/model-config-dialog.tsx @@ -195,8 +195,8 @@ export function ModelConfigDialog({ aria-modal="true" className={cn( "relative w-full max-w-lg h-[85vh]", - "rounded-xl bg-background shadow-2xl ring-1 ring-border/50", - "dark:bg-neutral-900 dark:ring-white/5", + "rounded-xl bg-background shadow-2xl", + "dark:bg-neutral-900", "flex flex-col overflow-hidden" )} onClick={(e) => e.stopPropagation()} diff --git a/surfsense_web/components/ui/alert-dialog.tsx b/surfsense_web/components/ui/alert-dialog.tsx index 97264a646..53fa986e6 100644 --- a/surfsense_web/components/ui/alert-dialog.tsx +++ b/surfsense_web/components/ui/alert-dialog.tsx @@ -45,7 +45,7 @@ function AlertDialogContent({ {groups.map(({ group, items }) => ( diff --git a/surfsense_web/components/ui/slash-node.tsx b/surfsense_web/components/ui/slash-node.tsx index 8869d8bf5..d5687efcc 100644 --- a/surfsense_web/components/ui/slash-node.tsx +++ b/surfsense_web/components/ui/slash-node.tsx @@ -1,6 +1,5 @@ "use client"; -import { SlashInputPlugin } from "@platejs/slash-command/react"; import { ChevronRightIcon, Code2Icon, @@ -177,7 +176,7 @@ export function SlashInputElement({ children, ...props }: PlateElementProps) { - + No results found. {slashCommandGroups.map(({ heading, items }) => ( diff --git a/surfsense_web/components/ui/turn-into-toolbar-button.tsx b/surfsense_web/components/ui/turn-into-toolbar-button.tsx index ef5d28324..64ae5e82e 100644 --- a/surfsense_web/components/ui/turn-into-toolbar-button.tsx +++ b/surfsense_web/components/ui/turn-into-toolbar-button.tsx @@ -150,7 +150,7 @@ export function TurnIntoToolbarButton({ { e.preventDefault(); editor.tf.focus();