first commit
This commit is contained in:
54
calcom/packages/ui/components/apps/_storybookData.ts
Normal file
54
calcom/packages/ui/components/apps/_storybookData.ts
Normal file
@@ -0,0 +1,54 @@
|
||||
import type { AppFrontendPayload as App } from "@calcom/types/App";
|
||||
|
||||
export const _SBApps: App[] = [
|
||||
{
|
||||
name: "Google Calendar",
|
||||
description: "Google Calendar",
|
||||
installed: true,
|
||||
type: "google_calendar",
|
||||
title: "Google Calendar",
|
||||
variant: "calendar",
|
||||
category: "calendar",
|
||||
categories: ["calendar"],
|
||||
logo: "/api/app-store/googlecalendar/icon.svg",
|
||||
publisher: "BLS media",
|
||||
slug: "google-calendar",
|
||||
url: "https://bls.media/",
|
||||
email: "hello@bls-media.de",
|
||||
dirName: "googlecalendar",
|
||||
},
|
||||
{
|
||||
name: "Zoom Video",
|
||||
description: "Zoom Video",
|
||||
type: "zoom_video",
|
||||
categories: ["video"],
|
||||
variant: "conferencing",
|
||||
logo: "/api/app-store/zoomvideo/icon.svg",
|
||||
publisher: "BLS media",
|
||||
url: "https://zoom.us/",
|
||||
category: "video",
|
||||
slug: "zoom",
|
||||
title: "Zoom Video",
|
||||
email: "hello@bls-media.de",
|
||||
appData: {
|
||||
location: {
|
||||
default: false,
|
||||
linkType: "dynamic",
|
||||
type: "integrations:zoom",
|
||||
label: "Zoom Video",
|
||||
},
|
||||
},
|
||||
dirName: "zoomvideo",
|
||||
},
|
||||
];
|
||||
|
||||
export const _SBAppCategoryList = [
|
||||
{
|
||||
name: "Calendar",
|
||||
count: 1,
|
||||
},
|
||||
{
|
||||
name: "Video",
|
||||
count: 5,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user