diff --git a/apps/api b/apps/api index a2817a2f..378cbf8f 160000 --- a/apps/api +++ b/apps/api @@ -1 +1 @@ -Subproject commit a2817a2fee2ab4f0c4ac5c5f16ac39df773452d7 +Subproject commit 378cbf8f3a67ea7877296f1da02edb2b6e3efbce diff --git a/apps/web/components/apps/Categories.tsx b/apps/web/components/apps/Categories.tsx index b37d7528..65fc1515 100644 --- a/apps/web/components/apps/Categories.tsx +++ b/apps/web/components/apps/Categories.tsx @@ -1,4 +1,4 @@ -import { CreditCardIcon } from "@heroicons/react/outline"; +import Image from "next/image"; import Link from "next/link"; import { useLocale } from "@calcom/lib/hooks/useLocale"; @@ -11,11 +11,17 @@ export default function AppStoreCategories(props: any) {
{props.categories.map((category: any) => ( - -
- + +
+ {category.name}
-
+

{category.name}

{category.count} apps

diff --git a/apps/web/pages/apps/index.tsx b/apps/web/pages/apps/index.tsx index 74cc08bb..f54e99fd 100644 --- a/apps/web/pages/apps/index.tsx +++ b/apps/web/pages/apps/index.tsx @@ -1,8 +1,7 @@ import { InferGetStaticPropsType } from "next"; import { getAppRegistry } from "@calcom/app-store/_appRegistry"; - -import { useLocale } from "@lib/hooks/useLocale"; +import { useLocale } from "@calcom/lib/hooks/useLocale"; import AppsShell from "@components/AppsShell"; import Shell from "@components/Shell"; diff --git a/apps/web/public/app-store/calendar.svg b/apps/web/public/app-store/calendar.svg new file mode 100644 index 00000000..94876ffa --- /dev/null +++ b/apps/web/public/app-store/calendar.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/web/public/app-store/payment.svg b/apps/web/public/app-store/payment.svg new file mode 100644 index 00000000..22e6817e --- /dev/null +++ b/apps/web/public/app-store/payment.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/web/public/app-store/video.svg b/apps/web/public/app-store/video.svg new file mode 100644 index 00000000..650016ec --- /dev/null +++ b/apps/web/public/app-store/video.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 158a2145..323d302d 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -662,7 +662,7 @@ "trending_apps": "Trending Apps", "all_apps": "All Apps", "installed_apps": "Installed Apps", - "manage_your_connected_apps": "Manage your connected apps", + "manage_your_connected_apps": "Manage your installed apps or change settings", "browse_apps": "Browse Apps", "features": "Features", "permissions": "Permissions", diff --git a/apps/website b/apps/website index 5795e178..df1e26b7 160000 --- a/apps/website +++ b/apps/website @@ -1 +1 @@ -Subproject commit 5795e1788d79debdbf74e4327efb91774b7ba635 +Subproject commit df1e26b7db11f491fbb996d9b0f8e50c0e8c691a