Skip to content

fix: settings/teams page wrong layout issue #2810

fix: settings/teams page wrong layout issue

fix: settings/teams page wrong layout issue #2810

Triggered via pull request December 29, 2023 19:53
Status Success
Total duration 11s
Artifacts

apply-issue-labels-to-pr.yml

on: pull_request_target
label_on_pr
4s
label_on_pr
Fit to window
Zoom out
Zoom in

Annotations

87 warnings
label_on_pr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/github-script@v5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
packages/app-store/_utils/oauth/parseRefreshTokenResponse.ts#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/_utils/oauth/refreshOAuthTokens.ts#L3
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx#L21
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/teams.e2e.ts#L181
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx#L24
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/teams.e2e.ts#L419
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/basecamp3/lib/CalendarService.ts#L62
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L102
[@typescript-eslint/no-unused-vars] 'schedulingType' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/basecamp3/trpc/_router.ts#L6
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L103
[@typescript-eslint/no-unused-vars] 'id' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/basecamp3/trpc/projectMutation.handler.ts#L51
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L104
[@typescript-eslint/no-unused-vars] 'teamId' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L25
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L105
[@typescript-eslint/no-unused-vars] 'timeZone' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L38
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L106
[@typescript-eslint/no-unused-vars] 'requiresBookerEmailVerification' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L41
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L42
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L107
[@typescript-eslint/no-unused-vars] 'lockTimeZoneToggleOnBookingPage' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L60
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L146
[@typescript-eslint/no-unused-vars] 'schedulingType' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L72
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L147
[@typescript-eslint/no-unused-vars] 'id' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L77
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L148
[@typescript-eslint/no-unused-vars] 'teamId' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L104
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L149
[@typescript-eslint/no-unused-vars] 'timeZone' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/googlecalendar/tests/testUtils.ts#L110
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L150
[@typescript-eslint/no-unused-vars] 'locations' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/paypal/components/EventTypeAppCardInterface.tsx#L59
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'getAppData', 'requirePayment', and 'setAppData'. Either include them or remove the dependency array.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L151
[@typescript-eslint/no-unused-vars] 'parentId' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/paypal/lib/PaymentService.ts#L183
[@typescript-eslint/no-unused-vars] 'payment' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/paypal/lib/PaymentService.ts#L184
[@typescript-eslint/no-unused-vars] 'bookingId' is defined but never used. Allowed unused args must match /^_/u.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L152
[@typescript-eslint/no-unused-vars] 'userId' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/paypal/lib/PaymentService.ts#L195
[@typescript-eslint/no-unused-vars] 'event' is defined but never used. Allowed unused args must match /^_/u.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L153
[@typescript-eslint/no-unused-vars] 'scheduleId' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/paypal/lib/PaymentService.ts#L196
[@typescript-eslint/no-unused-vars] 'booking' is defined but never used. Allowed unused args must match /^_/u.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L154
[@typescript-eslint/no-unused-vars] 'requiresBookerEmailVerification' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/paypal/lib/PaymentService.ts#L202
[@typescript-eslint/no-unused-vars] 'paymentData' is defined but never used. Allowed unused args must match /^_/u.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L155
[@typescript-eslint/no-unused-vars] 'lockTimeZoneToggleOnBookingPage' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/paypal/lib/PaymentService.ts#L206
[@typescript-eslint/no-unused-vars] 'paymentId' is defined but never used. Allowed unused args must match /^_/u.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L242
[@typescript-eslint/no-unused-vars] 'schedulingType' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/zohocalendar/api/callback.ts#L85
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L243
[@typescript-eslint/no-unused-vars] 'id' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/app/_trpc/createTRPCNextLayout.ts#L50
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/app/_trpc/createTRPCNextLayout.ts#L52
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L244
[@typescript-eslint/no-unused-vars] 'teamId' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/app/future/(individual-page-wrapper)/apps/installed/[category]/page.tsx#L33
[@typescript-eslint/no-unused-vars] 'category' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L245
[@typescript-eslint/no-unused-vars] 'timeZone' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/app/future/(individual-page-wrapper)/video/[uid]/page.tsx#L92
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L246
[@typescript-eslint/no-unused-vars] 'requiresBookerEmailVerification' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/lib/withNonce.tsx#L5
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L247
[@typescript-eslint/no-unused-vars] 'lockTimeZoneToggleOnBookingPage' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/lib/withNonce.tsx#L14
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L287
[@typescript-eslint/no-unused-vars] 'schedulingType' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/pages/_app.tsx#L31
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L288
[@typescript-eslint/no-unused-vars] 'id' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/pages/_document.tsx#L35
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/pages/auth/oauth2/authorize.tsx#L60
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'mappedProfiles'. Either include it or remove the dependency array.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L289
[@typescript-eslint/no-unused-vars] 'teamId' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/pages/auth/oauth2/authorize.tsx#L69
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'queryString' and 'router'. Either include them or remove the dependency array.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L290
[@typescript-eslint/no-unused-vars] 'timeZone' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/pages/auth/verify.tsx#L245
[@typescript-eslint/no-unused-vars] 'context' is defined but never used. Allowed unused args must match /^_/u.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L291
[@typescript-eslint/no-unused-vars] 'locations' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/pages/event-types/index.tsx#L839
[@typescript-eslint/no-unused-vars] 'orgBranding' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L292
[@typescript-eslint/no-unused-vars] 'parentId' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/pages/event-types/index.tsx#L910
[@typescript-eslint/no-unused-vars] 'showProfileBanner' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u.
apps/web/pages/event-types/index.tsx#L922
[@typescript-eslint/no-unused-vars] 'closeBanner' is defined but never used. Allowed unused vars must match /^_/u.
apps/web/test/lib/handleChildrenEventTypes.test.ts#L293
[@typescript-eslint/no-unused-vars] 'userId' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/pages/settings/my-account/calendars.tsx#L11
[@typescript-eslint/no-unused-vars] 'SkeletonLoader' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/playwright/payment-apps.e2e.ts#L16
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/test/lib/handleChildrenEventTypes.test.ts#L294
[@typescript-eslint/no-unused-vars] 'requiresBookerEmailVerification' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/playwright/payment-apps.e2e.ts#L58
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/test/lib/handleChildrenEventTypes.test.ts#L295
[@typescript-eslint/no-unused-vars] 'lockTimeZoneToggleOnBookingPage' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/playwright/payment-apps.e2e.ts#L104
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/test/lib/handleChildrenEventTypes.test.ts#L346
[@typescript-eslint/no-unused-vars] 'lockTimeZoneToggleOnBookingPage' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/playwright/payment-apps.e2e.ts#L152
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/playwright/payment-apps.e2e.ts#L180
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/test/utils/bookingScenario/expects.ts#L173
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
apps/web/playwright/payment-apps.e2e.ts#L214
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/test/utils/bookingScenario/expects.ts#L733
[@typescript-eslint/no-unused-vars] 'organizer' is defined but never used. Allowed unused args must match /^_/u.
apps/web/playwright/payment-apps.e2e.ts#L242
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/playwright/payment-apps.e2e.ts#L286
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/playwright/reschedule.e2e.ts#L255
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/playwright/signup.e2e.ts#L193
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
apps/web/playwright/teams.e2e.ts#L140
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.