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 Oct 25, 2023
1 parent 4679fc0 commit 736dfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 76 files
+1 −1 .env.example
+1 −0 apps/web/components/booking/BookingListItem.tsx
+271 −234 apps/web/components/eventtype/EventSetupTab.tsx
+11 −7 apps/web/components/getting-started/steps-views/UserProfile.tsx
+10 −4 apps/web/components/team/screens/Team.tsx
+19 −0 apps/web/components/ui/avatar/UserAvatar.tsx
+20 −0 apps/web/components/ui/avatar/UserAvatarGroup.tsx
+30 −0 apps/web/components/ui/avatar/UserAvatarGroupWithOrg.tsx
+1 −1 apps/web/components/ui/form/CheckboxField.tsx
+34 −8 apps/web/pages/[user].tsx
+24 −26 apps/web/pages/api/user/avatar.ts
+23 −0 apps/web/pages/event-types/[type]/index.tsx
+17 −5 apps/web/pages/settings/my-account/profile.tsx
+2 −2 apps/web/pages/signup.tsx
+9 −16 apps/web/pages/team/[slug].tsx
+483 −0 apps/web/playwright/booking/longTextQuestion.e2e.ts
+90 −30 apps/web/playwright/booking/phoneQuestion.e2e.ts
+113 −13 apps/web/playwright/event-types.e2e.ts
+12 −7 apps/web/playwright/fixtures/regularBookings.ts
+0 −13 apps/web/public/static/locales/ar/vital.json
+0 −13 apps/web/public/static/locales/cs/vital.json
+0 −13 apps/web/public/static/locales/de/vital.json
+1 −0 apps/web/public/static/locales/en/common.json
+0 −13 apps/web/public/static/locales/en/vital.json
+0 −13 apps/web/public/static/locales/es/vital.json
+1 −0 apps/web/public/static/locales/fr/common.json
+0 −13 apps/web/public/static/locales/fr/vital.json
+0 −13 apps/web/public/static/locales/he/vital.json
+0 −1 apps/web/public/static/locales/hu/vital.json
+0 −13 apps/web/public/static/locales/it/vital.json
+0 −13 apps/web/public/static/locales/ja/vital.json
+0 −13 apps/web/public/static/locales/ko/vital.json
+0 −13 apps/web/public/static/locales/nl/vital.json
+0 −13 apps/web/public/static/locales/pl/vital.json
+0 −13 apps/web/public/static/locales/pt-BR/vital.json
+0 −13 apps/web/public/static/locales/pt/vital.json
+0 −13 apps/web/public/static/locales/ro/vital.json
+0 −13 apps/web/public/static/locales/ru/vital.json
+0 −13 apps/web/public/static/locales/sr/vital.json
+0 −13 apps/web/public/static/locales/sv/vital.json
+0 −13 apps/web/public/static/locales/tr/vital.json
+0 −13 apps/web/public/static/locales/uk/vital.json
+0 −13 apps/web/public/static/locales/vi/vital.json
+0 −13 apps/web/public/static/locales/zh-CN/vital.json
+0 −13 apps/web/public/static/locales/zh-TW/vital.json
+14 −16 packages/app-store/vital/components/AppConfiguration.tsx
+2 −2 packages/features/auth/lib/next-auth-options.ts
+0 −8 packages/features/bookings/Booker/components/EventMeta.tsx
+1 −1 packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendarSettingsModal.tsx
+8 −6 packages/features/bookings/components/AvailableTimes.tsx
+16 −47 packages/features/bookings/components/event-meta/Members.tsx
+9 −1 packages/features/bookings/lib/useCheckOverlapWithOverlay.tsx
+0 −32 packages/features/ee/organizations/components/OrganizationAvatar.tsx
+47 −0 packages/features/ee/organizations/components/OrganizationMemberAvatar.tsx
+33 −1 packages/features/ee/organizations/lib/orgDomains.ts
+1 −1 packages/features/ee/payments/components/Payment.tsx
+2 −8 packages/features/ee/teams/components/MemberListItem.tsx
+2 −2 packages/features/ee/teams/pages/team-profile-view.tsx
+3 −0 packages/features/ee/users/server/trpc-router.ts
+14 −3 packages/features/ee/workflows/api/scheduleEmailReminders.ts
+3 −3 packages/features/embed/Embed.tsx
+2 −2 packages/features/eventtypes/components/ChildrenEventTypeSelect.tsx
+8 −4 packages/features/eventtypes/lib/getPublicEvent.ts
+2 −2 packages/features/shell/Shell.tsx
+13 −3 packages/features/timezone-buddy/components/AvailabilitySliderTable.tsx
+24 −0 packages/lib/getAvatarUrl.ts
+3 −3 packages/lib/getEventTypeById.ts
+2 −2 packages/lib/payment/handlePayment.ts
+2 −2 packages/lib/server/getBrand.ts
+8 −1 packages/lib/server/queries/teams/index.ts
+13 −7 packages/prisma/index.ts
+2 −0 packages/prisma/migrations/20231024173642_idx_booking_status_starttime_endtime/migration.sql
+1 −0 packages/prisma/schema.prisma
+2 −5 packages/trpc/server/routers/loggedInViewer/me.handler.ts
+6 −0 packages/trpc/server/routers/viewer/availability/team/listTeamAvailability.handler.ts
+1 −1 packages/ui/components/button/Button.tsx

0 comments on commit 736dfec

Please sign in to comment.