Updating App-Infomation + pics (#2489)
This commit is contained in:
parent
25e4e28c2a
commit
080f2bb845
8 changed files with 15 additions and 4 deletions
|
@ -112,7 +112,7 @@ export default function App({
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="justify-between px-4 py-10 md:flex">
|
<div className="justify-between px-4 py-10 md:flex">
|
||||||
<div className="prose-sm prose">{body}</div>
|
<div className="prose-sm prose mb-6">{body}</div>
|
||||||
<div className="md:max-w-80 flex-1 md:ml-8">
|
<div className="md:max-w-80 flex-1 md:ml-8">
|
||||||
<h4 className="font-medium text-gray-900 ">{t("categories")}</h4>
|
<h4 className="font-medium text-gray-900 ">{t("categories")}</h4>
|
||||||
<div className="space-x-2">
|
<div className="space-x-2">
|
||||||
|
|
11
packages/app-store/slackmessaging/README.mdx
Normal file
11
packages/app-store/slackmessaging/README.mdx
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
items:
|
||||||
|
- /api/app-store/slackmessaging/1.jpg
|
||||||
|
- /api/app-store/slackmessaging/2.jpg
|
||||||
|
- /api/app-store/slackmessaging/3.jpg
|
||||||
|
---
|
||||||
|
|
||||||
|
<Slider items={items} />
|
||||||
|
|
||||||
|
Slack is a proprietary business communication platform that includes many IRC (internet relay chat) features - these include channels, private groups, direct messaging and more. Users are able to send pictures, and videos as well as even hop on calls with others using the paid version. Slack is available via desktop app, web browser or mobile app. The Cal.com Slack App can be used to display your links, upcoming bookings or to create events. Use it with your team members in a Slack, in a Community Slack or even with external contributors in a Slack Connect Channel.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"name": "@calcom/slackmessaging",
|
"name": "@calcom/slackmessaging",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"main": "./index.ts",
|
"main": "./index.ts",
|
||||||
"description": "This is a package for the intergration of slack into the app-store",
|
"description": ": A business communication platform that includes persistent chat rooms (channels), private groups and direct messaging.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@calcom/prisma": "*",
|
"@calcom/prisma": "*",
|
||||||
"@slack/web-api": "^6.7.0",
|
"@slack/web-api": "^6.7.0",
|
||||||
|
|
BIN
packages/app-store/slackmessaging/static/1.jpg
Normal file
BIN
packages/app-store/slackmessaging/static/1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 203 KiB |
BIN
packages/app-store/slackmessaging/static/2.jpg
Normal file
BIN
packages/app-store/slackmessaging/static/2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 278 KiB |
BIN
packages/app-store/slackmessaging/static/3.jpg
Normal file
BIN
packages/app-store/slackmessaging/static/3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
|
@ -9,4 +9,4 @@ items:
|
||||||
|
|
||||||
<Slider items={items} />
|
<Slider items={items} />
|
||||||
|
|
||||||
Stripe is the world's leading payment provider. Start charging for your bookings today.
|
Stripe provides payment infrastructure for everyone from startups to Fortune 500 companies. They provide payment processing software as well as application programming interfaces (APIs) for mobile applications as well as e-commerce websites processing payments from (but not limited to) credit cards, debit cards, digital wallets, Google Pay, Apple Pay, Bank Transfers, Alipay and WeChat.
|
|
@ -5,7 +5,7 @@
|
||||||
"name": "@calcom/stripepayment",
|
"name": "@calcom/stripepayment",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"main": "./index.ts",
|
"main": "./index.ts",
|
||||||
"description": "Stripe is the world's leading payment provider. Start charging for your bookings today.",
|
"description": "A Saas company a payment processing software, and application programming interfaces for e-commerce websites and mobile applications.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@calcom/prisma": "*"
|
"@calcom/prisma": "*"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue