Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

feat: shared layout element transition in channels #5309

feat: shared layout element transition in channels

feat: shared layout element transition in channels #5309

Triggered via pull request November 19, 2023 18:09
Status Success
Total duration 3m 5s
Artifacts 1

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

42 warnings
packages/app/components/creator-channels/components/message-input.tsx#L84
[unused-imports/no-unused-vars] 'edition' is defined but never used. Allowed unused args must match /^_/u.
packages/app/components/creator-channels/components/message-input.tsx#L111
[unused-imports/no-unused-vars] 'router' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/creator-channels/user-list.tsx#L114
[unused-imports/no-unused-vars] 'onToggleFollow' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/creator-preview/index.tsx#L23
[unused-imports/no-unused-vars] 'creatorId' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/creator-preview/index.tsx#L25
[unused-imports/no-unused-vars] 'onToggleFollow' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/creator-token/creator-token-users.tsx#L232
[unused-imports/no-unused-vars] 'isMdWidth' is defined but never used. Allowed unused args must match /^_/u.
packages/app/components/creator-token/invite-creator-token.tsx#L52
[unused-imports/no-unused-vars] 'isDark' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/creator-token/review-creator-token.tsx#L33
[unused-imports/no-unused-vars] 'router' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/home/header.tsx#L185
[unused-imports/no-unused-vars] 'isLgWidth' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/profile.tsx#L200
[unused-imports/no-unused-vars] 'props' is defined but never used. Allowed unused args must match /^_/u.
packages/app/components/profile/profile.web.tsx#L105
[unused-imports/no-unused-vars] 'index' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/profile.web.tsx#L118
[unused-imports/no-unused-vars] 'updateItem' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/profile.web.tsx#L134
[unused-imports/no-unused-vars] 'item' is defined but never used. Allowed unused args must match /^_/u.
packages/app/components/profile/profile.web.tsx#L135
[unused-imports/no-unused-vars] 'itemIndex' is defined but never used. Allowed unused args must match /^_/u.
packages/app/components/profile/profile.web.tsx#L157
[unused-imports/no-unused-vars] 'onChangeTabBar' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/tokens-tab.tsx#L198
[unused-imports/no-unused-vars] 'count' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/tokens-tab.tsx#L199
[unused-imports/no-unused-vars] 'router' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/tokens-tab.tsx#L260
[unused-imports/no-unused-vars] 'router' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/tokens-tab.tsx#L261
[unused-imports/no-unused-vars] 'count' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/tokens-tab.tsx#L323
[unused-imports/no-unused-vars] 'list' is defined but never used. Allowed unused args must match /^_/u.
packages/app/components/profile/tokens-tab.tsx#L326
[unused-imports/no-unused-vars] 'isDark' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/tokens-tab.tsx#L329
[unused-imports/no-unused-vars] 'user' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/settings/tabs/sign-in.web.tsx#L38
[unused-imports/no-unused-vars] 'emailWallets' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/share/use-share-image.tsx#L30
[no-empty] Empty block statement.
packages/app/components/tooltips/content-tooltip.tsx#L29
[unused-imports/no-unused-vars] 'isDark' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/user-list.tsx#L102
[unused-imports/no-unused-vars] 'onToggleFollow' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/hocs/with-viewability-infinite-scroll-list.tsx#L13
[unused-imports/no-unused-vars] 'listenerID' is defined but never used. Allowed unused args must match /^_/u.
packages/app/hocs/with-viewability-infinite-scroll-list.tsx#L14
[unused-imports/no-unused-vars] 'listener' is defined but never used. Allowed unused args must match /^_/u.
packages/app/hocs/with-viewability-infinite-scroll-list.tsx#L16
[unused-imports/no-unused-vars] 'listenerID' is defined but never used. Allowed unused args must match /^_/u.
packages/app/hocs/with-viewability-infinite-scroll-list.tsx#L17
[unused-imports/no-unused-vars] 'modifier' is defined but never used. Allowed unused args must match /^_/u.
packages/app/hooks/api-hooks.ts#L302
[unused-imports/no-unused-vars] 'profileId' is defined but never used. Allowed unused args must match /^_/u.
packages/app/lib/privy/privy-hooks.ts#L9
[unused-imports/no-unused-vars] 'currencyCode' is defined but never used. Allowed unused args must match /^_/u.
packages/app/lib/privy/privy-provider.web.tsx#L48
[unused-imports/no-unused-vars] 'ref' is defined but never used. Allowed unused args must match /^_/u.
packages/app/providers/user-provider.tsx#L21
[unused-imports/no-unused-vars] 'router' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/design-system/hooks/use-lock-html-scroll.tsx#L1
[unused-imports/no-unused-vars] 'isLocked' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/design-system/image/image.web.tsx#L136
[unused-imports/no-unused-vars] 'ref' is defined but never used. Allowed unused args must match /^_/u.
packages/design-system/list-video/index.tsx#L21
[unused-imports/no-unused-vars] 'props' is defined but never used. Allowed unused args must match /^_/u.
packages/design-system/track-player/web/TrackPlayer/PlaylistPlayer.ts#L210
[unused-imports/no-unused-vars] 'index' is defined but never used. Allowed unused args must match /^_/u.
packages/design-system/track-player/web/TrackPlayer/PlaylistPlayer.ts#L210
[unused-imports/no-unused-vars] 'metadata' is defined but never used. Allowed unused args must match /^_/u.
packages/design-system/track-player/web/TrackPlayer/PlaylistPlayer.ts#L212
[unused-imports/no-unused-vars] 'metadata' is defined but never used. Allowed unused args must match /^_/u.
Run ESLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/cache@v2, ataylorme/[email protected], actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run ESLint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
eslint_report.json Expired
557 KB