overflow scroll for categories (#2502)
This commit is contained in:
parent
ccde0c20ab
commit
73c97e85d4
5 changed files with 781 additions and 26 deletions
2
apps/api
2
apps/api
|
@ -1 +1 @@
|
|||
Subproject commit 3ad84a7c15ad41f026971eeac295781532219d11
|
||||
Subproject commit 378cbf8f3a67ea7877296f1da02edb2b6e3efbce
|
|
@ -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
|
3
packages/app-store/wipemycalother/README.mdx
Normal file
3
packages/app-store/wipemycalother/README.mdx
Normal 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.
|
Loading…
Reference in a new issue