overflow scroll for categories (#2502)

pull/2533/head^2
Peer Richelsen 2022-04-16 22:37:19 +02:00 committed by GitHub
parent ccde0c20ab
commit 73c97e85d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 781 additions and 26 deletions

@ -1 +1 @@
Subproject commit 3ad84a7c15ad41f026971eeac295781532219d11
Subproject commit 378cbf8f3a67ea7877296f1da02edb2b6e3efbce

View File

@ -15,7 +15,7 @@ export default function AppStoreCategories({
return (
<div className="mb-16">
<h2 className="mb-2 text-lg font-semibold text-gray-900">{t("popular_categories")}</h2>
<div className="grid-col-1 grid gap-3 md:grid-flow-col">
<div className="grid-col-1 grid w-full gap-3 overflow-scroll sm:grid-flow-col">
{categories.map((category) => (
<Link key={category.name} href={"/apps/categories/" + category.name}>
<a

@ -1 +1 @@
Subproject commit 3df94a7d46c3b75c0f9ca67a3dd42ec3776fa539
Subproject commit 06778de545d70e18ab5f0b4441777b93eae6a7f1

View File

@ -0,0 +1,3 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/O2KoAeYbsMI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Wipe My Cal is a Cal.com exclusive app that redefines what it looks like to reschedule multiple meetings at the same time. Simply install the app, and select Wipe Today in the /booking page to mass reschedule the entire day. Handle emergencies, unexpected sick days and last minute events with the simple click of a button.

798
yarn.lock

File diff suppressed because it is too large Load Diff