Skip to content

Commit

Permalink
Auto updated submodule references
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 14, 2024
1 parent dcd94c7 commit 18bd01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 61 files
+0 −1 .env.example
+1 −1 .github/workflows/on-changes-requested.yml
+0 −0 .yarn/versions/1ab55dcd.yml
+1 −1 apps/api/v2/package.json
+0 −1 apps/web/abTest/middlewareFactory.ts
+41 −11 apps/web/app/_trpc/trpc-provider.tsx
+92 −0 apps/web/app/availability/[schedule]/page.tsx
+39 −0 apps/web/app/availability/page.tsx
+0 −0 apps/web/app/availability/troubleshoot/page.tsx
+0 −72 apps/web/app/future/availability/[schedule]/page.tsx
+0 −36 apps/web/app/future/availability/page.tsx
+2 −3 apps/web/app/future/org/[orgSlug]/embed/page.tsx
+2 −3 apps/web/app/future/org/[orgSlug]/page.tsx
+2 −3 apps/web/app/future/org/[orgSlug]/team/[slug]/page.tsx
+2 −3 apps/web/app/future/team/[slug]/embed/page.tsx
+2 −3 apps/web/app/future/team/[slug]/page.tsx
+2 −1 apps/web/app/layout.tsx
+1 −7 apps/web/app/maintenance/page.tsx
+2 −6 apps/web/app/settings/(admin-layout)/admin/workspace-platforms/page.tsx
+2 −4 apps/web/app/settings/(settings-layout)/organizations/domain-wide-delegation/page.tsx
+4 −2 apps/web/components/settings/platform/dashboard/NoPlatformPlan.tsx
+4 −4 apps/web/components/settings/platform/oauth-clients/oauth-client-form/index.tsx
+31 −29 apps/web/lib/app-providers-app-dir.tsx
+2 −3 apps/web/lib/clock.ts
+8 −2 apps/web/lib/metadata.ts
+8 −0 apps/web/middleware.ts
+7 −0 apps/web/modules/bookings/views/bookings-single-view.test.tsx
+2 −4 apps/web/modules/bookings/views/bookings-single-view.tsx
+2 −2 apps/web/modules/settings/platform/oauth-clients/[clientId]/edit/edit-webhooks-view.tsx
+1 −1 apps/web/modules/settings/platform/platform-view.tsx
+1 −1 apps/web/modules/team/team-view.tsx
+4 −4 apps/web/modules/upgrade/upgrade-view.tsx
+1 −1 apps/web/package.json
+0 −9 apps/web/pages/availability/[schedule].tsx
+0 −9 apps/web/pages/availability/index.tsx
+0 −8 apps/web/pages/availability/troubleshoot.tsx
+2 −2 apps/web/playwright/event-types.e2e.ts
+1 −1 apps/web/playwright/teams.e2e.ts
+11 −0 apps/web/public/static/locales/en/common.json
+0 −1 apps/web/scripts/vercel-app-router-deploy.sh
+1 −1 packages/app-store/routing-forms/trpc/utils.ts
+1 −1 packages/core/EventManager.ts
+2 −2 packages/features/bookings/Booker/components/EventMeta.tsx
+6 −5 packages/features/bookings/components/event-meta/Members.tsx
+2 −2 packages/features/bookings/lib/timePreferences.ts
+2 −3 packages/features/ee/payments/components/PaymentPage.tsx
+1 −1 packages/features/ee/round-robin/roundRobinManualReassignment.ts
+1 −1 packages/features/ee/round-robin/roundRobinReassignment.ts
+2 −2 packages/features/ee/teams/components/TeamAvailabilityModal.tsx
+3 −0 packages/features/insights/server/events.ts
+7 −5 packages/features/settings/TimezoneChangeDialog.tsx
+2 −1 packages/features/timezone-buddy/components/AvailabilitySliderTable.tsx
+123 −110 packages/lib/CalEventParser.ts
+2 −0 packages/lib/constants.ts
+4 −1 packages/platform/atoms/booker-embed/BookerEmbed.tsx
+3 −1 packages/platform/atoms/booker/BookerPlatformWrapper.tsx
+2 −3 packages/platform/atoms/event-types/payments/PaymentForm.tsx
+1 −1 packages/platform/atoms/src/components/atoms-wrapper.tsx
+2 −10 packages/trpc/server/routers/viewer/bookings/get.handler.ts
+145 −141 packages/trpc/server/routers/viewer/workflows/activateEventType.handler.ts
+0 −1 turbo.json

0 comments on commit 18bd01c

Please sign in to comment.