* 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>
40 lines
1.6 KiB
TypeScript
40 lines
1.6 KiB
TypeScript
/**
|
|
This file is autogenerated using the command `yarn app-store:build --watch`.
|
|
Don't modify this file manually.
|
|
**/
|
|
export const apiHandlers = {
|
|
applecalendar: import("./applecalendar/api"),
|
|
around: import("./around/api"),
|
|
caldavcalendar: import("./caldavcalendar/api"),
|
|
campfire: import("./campfire/api"),
|
|
closecomothercalendar: import("./closecomothercalendar/api"),
|
|
"routing-forms": import("./ee/routing-forms/api"),
|
|
exchange2013calendar: import("./exchange2013calendar/api"),
|
|
exchange2016calendar: import("./exchange2016calendar/api"),
|
|
exchangecalendar: import("./exchangecalendar/api"),
|
|
fathom: import("./fathom/api"),
|
|
giphy: import("./giphy/api"),
|
|
googlecalendar: import("./googlecalendar/api"),
|
|
hubspotothercalendar: import("./hubspotothercalendar/api"),
|
|
huddle01video: import("./huddle01video/api"),
|
|
jitsivideo: import("./jitsivideo/api"),
|
|
larkcalendar: import("./larkcalendar/api"),
|
|
n8n: import("./n8n/api"),
|
|
office365calendar: import("./office365calendar/api"),
|
|
office365video: import("./office365video/api"),
|
|
ping: import("./ping/api"),
|
|
rainbow: import("./rainbow/api"),
|
|
raycast: import("./raycast/api"),
|
|
riverside: import("./riverside/api"),
|
|
slackmessaging: import("./slackmessaging/api"),
|
|
stripepayment: import("./stripepayment/api"),
|
|
tandemvideo: import("./tandemvideo/api"),
|
|
typeform: import("./typeform/api"),
|
|
vital: import("./vital/api"),
|
|
weather_in_your_calendar: import("./weather_in_your_calendar/api"),
|
|
whereby: import("./whereby/api"),
|
|
wipemycalother: import("./wipemycalother/api"),
|
|
zapier: import("./zapier/api"),
|
|
zoomvideo: import("./zoomvideo/api"),
|
|
};
|