From bb51173e7b46f76ca554238a5075891e1d5f69e7 Mon Sep 17 00:00:00 2001 From: Alaister Young Date: Wed, 27 Nov 2024 21:01:00 +0800 Subject: [PATCH] feat: cal.com wrapper (#30563) * feat: cal.com wrapper * add description for cal wrapper * Fix logo --------- Co-authored-by: Joshen Lim --- .../Wrappers/WrapperDynamicColumns.tsx | 2 +- .../Integrations/Wrappers/WrapperRow.tsx | 2 +- .../Wrappers/Wrappers.constants.ts | 208 ++++++++++++++++++ .../ColumnEditor/ColumnType.tsx | 3 +- apps/studio/public/img/icons/cal-com-icon.svg | 1 + .../integrations/cal_wrapper/overview.md | 3 + 6 files changed, 216 insertions(+), 3 deletions(-) create mode 100644 apps/studio/public/img/icons/cal-com-icon.svg create mode 100644 apps/studio/static-data/integrations/cal_wrapper/overview.md diff --git a/apps/studio/components/interfaces/Integrations/Wrappers/WrapperDynamicColumns.tsx b/apps/studio/components/interfaces/Integrations/Wrappers/WrapperDynamicColumns.tsx index 6c9f5cdebc..001e453513 100644 --- a/apps/studio/components/interfaces/Integrations/Wrappers/WrapperDynamicColumns.tsx +++ b/apps/studio/components/interfaces/Integrations/Wrappers/WrapperDynamicColumns.tsx @@ -117,7 +117,7 @@ const WrapperDynamicColumns = ({
{columns.map((column, idx) => (
-
+
{ setisClosingEditWrapper(true)}> - + +
{showLabel && Type} diff --git a/apps/studio/public/img/icons/cal-com-icon.svg b/apps/studio/public/img/icons/cal-com-icon.svg new file mode 100644 index 0000000000..dd74ef165d --- /dev/null +++ b/apps/studio/public/img/icons/cal-com-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/studio/static-data/integrations/cal_wrapper/overview.md b/apps/studio/static-data/integrations/cal_wrapper/overview.md new file mode 100644 index 0000000000..92ec97f291 --- /dev/null +++ b/apps/studio/static-data/integrations/cal_wrapper/overview.md @@ -0,0 +1,3 @@ +Cal.com is a calendar and scheduling service that allows you to create and share events with others. + +The Cal.com Wrapper allows you to read data from Cal.com within your Postgres database.