diff --git a/surfsense_web/components/tool-ui/gmail/trash-email.tsx b/surfsense_web/components/tool-ui/gmail/trash-email.tsx index 4bc5b2f84..1db4ec4f7 100644 --- a/surfsense_web/components/tool-ui/gmail/trash-email.tsx +++ b/surfsense_web/components/tool-ui/gmail/trash-email.tsx @@ -6,7 +6,6 @@ import { CornerDownLeftIcon, MailIcon, Trash2Icon, - TriangleAlertIcon, UserIcon, } from "lucide-react"; import { useCallback, useEffect, useState } from "react"; @@ -360,7 +359,6 @@ function NotFoundCard({ result }: { result: NotFoundResult }) {
Email not found
diff --git a/surfsense_web/components/tool-ui/gmail/update-draft.tsx b/surfsense_web/components/tool-ui/gmail/update-draft.tsx index 9cb04f73f..d455b4a30 100644 --- a/surfsense_web/components/tool-ui/gmail/update-draft.tsx +++ b/surfsense_web/components/tool-ui/gmail/update-draft.tsx @@ -5,7 +5,6 @@ import { CornerDownLeftIcon, MailIcon, Pen, - TriangleAlertIcon, UserIcon, UsersIcon, } from "lucide-react"; @@ -529,7 +528,6 @@ function NotFoundCard({ result }: { result: NotFoundResult }) {Draft not found
diff --git a/surfsense_web/components/tool-ui/google-calendar/delete-event.tsx b/surfsense_web/components/tool-ui/google-calendar/delete-event.tsx index 645b83573..0d7cd5558 100644 --- a/surfsense_web/components/tool-ui/google-calendar/delete-event.tsx +++ b/surfsense_web/components/tool-ui/google-calendar/delete-event.tsx @@ -2,12 +2,10 @@ import { makeAssistantToolUI } from "@assistant-ui/react"; import { - CalendarX2Icon, CalendarIcon, ClockIcon, MapPinIcon, CornerDownLeftIcon, - TriangleAlertIcon, } from "lucide-react"; import { useCallback, useEffect, useState } from "react"; import { Button } from "@/components/ui/button"; @@ -215,7 +213,6 @@ function ApprovalCard({ {/* Header */}{decided === "reject" @@ -397,7 +394,6 @@ function NotFoundCard({ result }: { result: NotFoundResult }) {
Event not found
@@ -415,7 +411,6 @@ function WarningCard({ result }: { result: WarningResult }) { return (Partial success
{decided === "reject" @@ -541,7 +538,6 @@ function NotFoundCard({ result }: { result: NotFoundResult }) {
Event not found
diff --git a/surfsense_web/components/tool-ui/google-drive/trash-file.tsx b/surfsense_web/components/tool-ui/google-drive/trash-file.tsx index ab93641d5..a542e0c90 100644 --- a/surfsense_web/components/tool-ui/google-drive/trash-file.tsx +++ b/surfsense_web/components/tool-ui/google-drive/trash-file.tsx @@ -4,7 +4,6 @@ import { makeAssistantToolUI } from "@assistant-ui/react"; import { CornerDownLeftIcon, InfoIcon, - TriangleAlertIcon, } from "lucide-react"; import { useCallback, useEffect, useState } from "react"; import { Button } from "@/components/ui/button"; @@ -362,7 +361,6 @@ function WarningCard({ result }: { result: WarningResult }) { return (Partial success
Partial success
Partial success