* added weather in calendar wrapper * added textfield to weather app, needs GeneralSettings abstraction * add automation cateogry for n8n and zapier * fix border radius for seperated apps * create app specific settings in installed apps * Fixed design issues caused by app settings * add first version of template cards with logos * Add link to zapier template * Add missing translations * fix mobile view * better readable app description in mobile view * code clean up * fix issue that lisItem was always expanded * code clean up * code clean up * fix import * fix typo * code clean up * Add AppStore General Settings support * add missing alt to img * use FiShare2 icon instead of FiZap * Remove duplicate entries * Add border to AppSettings consistently Co-authored-by: Peer Richelsen <peer@cal.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: CarinaWolli <wollencarina@gmail.com> Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Co-authored-by: Alex van Andel <me@alexvanandel.com>
42 lines
2.7 KiB
TypeScript
42 lines
2.7 KiB
TypeScript
/**
|
|
This file is autogenerated using the command `yarn app-store:build --watch`.
|
|
Don't modify this file manually.
|
|
**/
|
|
import dynamic from "next/dynamic";
|
|
|
|
export const InstallAppButtonMap = {
|
|
applecalendar: dynamic(() => import("./applecalendar/components/InstallAppButton")),
|
|
around: dynamic(() => import("./around/components/InstallAppButton")),
|
|
caldavcalendar: dynamic(() => import("./caldavcalendar/components/InstallAppButton")),
|
|
closecomothercalendar: dynamic(() => import("./closecomothercalendar/components/InstallAppButton")),
|
|
exchange2013calendar: dynamic(() => import("./exchange2013calendar/components/InstallAppButton")),
|
|
exchange2016calendar: dynamic(() => import("./exchange2016calendar/components/InstallAppButton")),
|
|
exchangecalendar: dynamic(() => import("./exchangecalendar/components/InstallAppButton")),
|
|
googlecalendar: dynamic(() => import("./googlecalendar/components/InstallAppButton")),
|
|
hubspotothercalendar: dynamic(() => import("./hubspotothercalendar/components/InstallAppButton")),
|
|
huddle01video: dynamic(() => import("./huddle01video/components/InstallAppButton")),
|
|
jitsivideo: dynamic(() => import("./jitsivideo/components/InstallAppButton")),
|
|
larkcalendar: dynamic(() => import("./larkcalendar/components/InstallAppButton")),
|
|
office365calendar: dynamic(() => import("./office365calendar/components/InstallAppButton")),
|
|
office365video: dynamic(() => import("./office365video/components/InstallAppButton")),
|
|
riverside: dynamic(() => import("./riverside/components/InstallAppButton")),
|
|
slackmessaging: dynamic(() => import("./slackmessaging/components/InstallAppButton")),
|
|
stripepayment: dynamic(() => import("./stripepayment/components/InstallAppButton")),
|
|
tandemvideo: dynamic(() => import("./tandemvideo/components/InstallAppButton")),
|
|
vital: dynamic(() => import("./vital/components/InstallAppButton")),
|
|
whereby: dynamic(() => import("./whereby/components/InstallAppButton")),
|
|
wipemycalother: dynamic(() => import("./wipemycalother/components/InstallAppButton")),
|
|
zapier: dynamic(() => import("./zapier/components/InstallAppButton")),
|
|
zoomvideo: dynamic(() => import("./zoomvideo/components/InstallAppButton")),
|
|
};
|
|
export const AppSettingsComponentsMap = {
|
|
weather_in_your_calendar: dynamic(() => import("./weather_in_your_calendar/components/AppSettings")),
|
|
zapier: dynamic(() => import("./zapier/components/AppSettings")),
|
|
};
|
|
export const EventTypeAddonMap = {
|
|
fathom: dynamic(() => import("./fathom/extensions/EventTypeAppCard")),
|
|
giphy: dynamic(() => import("./giphy/extensions/EventTypeAppCard")),
|
|
rainbow: dynamic(() => import("./rainbow/extensions/EventTypeAppCard")),
|
|
stripepayment: dynamic(() => import("./stripepayment/extensions/EventTypeAppCard")),
|
|
};
|