add UI implementations

This commit is contained in:
CREDO23 2025-08-04 01:05:12 +02:00
parent 464d4e3891
commit 2655692db3
3 changed files with 205 additions and 3 deletions

View file

@ -7,6 +7,7 @@ import {
IconCalendar,
IconLayoutKanban,
IconLinkPlus,
IconMail,
IconTicket,
} from "@tabler/icons-react";
import {
@ -59,6 +60,8 @@ export const getConnectorIcon = (connectorType: string) => {
return <IconTicket {...iconProps} />;
case "GOOGLE_CALENDAR_CONNECTOR":
return <IconCalendar {...iconProps} />;
case "GOOGLE_GMAIL_CONNECTOR":
return <IconMail {...iconProps} />;
case "DEEP":
return <Sparkles {...iconProps} />;
case "DEEPER":