diff --git a/surfsense_web/app/dashboard/[workspace_id]/playground/components/schema-form.tsx b/surfsense_web/app/dashboard/[workspace_id]/playground/components/schema-form.tsx index 0b3b641ed..36aee26bb 100644 --- a/surfsense_web/app/dashboard/[workspace_id]/playground/components/schema-form.tsx +++ b/surfsense_web/app/dashboard/[workspace_id]/playground/components/schema-form.tsx @@ -2,6 +2,7 @@ import { ChevronDown } from "lucide-react"; import { useMemo, useState } from "react"; +import { Badge } from "@/components/ui/badge"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { @@ -133,7 +134,12 @@ function FieldRow({ - {field.required && required} + + {field.required ? "required" : "optional"} + {field.description && (

{field.description}

diff --git a/surfsense_web/features/artifacts-library/ui/artifacts-library.tsx b/surfsense_web/features/artifacts-library/ui/artifacts-library.tsx index 53010fba2..642fed1c1 100644 --- a/surfsense_web/features/artifacts-library/ui/artifacts-library.tsx +++ b/surfsense_web/features/artifacts-library/ui/artifacts-library.tsx @@ -1,7 +1,7 @@ "use client"; import { useSetAtom } from "jotai"; -import { RefreshCw, TriangleAlert } from "lucide-react"; +import { Boxes, RefreshCw, TriangleAlert } from "lucide-react"; import { useMemo, useState } from "react"; import { openReportPanelAtom } from "@/atoms/chat/report-panel.atom"; import { MobileReportPanel } from "@/components/report-panel/report-panel"; @@ -46,8 +46,15 @@ function ErrorState({ onRetry }: { onRetry: () => void }) { function EmptyState() { return ( -
-

No artifacts yet

+
+
+ +
+

No artifacts yet

+

+ Artifacts collect the reports, resumes, podcasts, presentations, and images SurfSense + creates for this workspace. Generated deliverables from your chats will appear here. +

); } diff --git a/surfsense_web/public/connectors/web.svg b/surfsense_web/public/connectors/web.svg index 15a38b8c1..699027f7c 100644 --- a/surfsense_web/public/connectors/web.svg +++ b/surfsense_web/public/connectors/web.svg @@ -1 +1,8 @@ - \ No newline at end of file + + + + + + + +