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

Merge branch 'feat/creator-tokens' into feat/creator-tokens-profile #8247

Merge branch 'feat/creator-tokens' into feat/creator-tokens-profile

Merge branch 'feat/creator-tokens' into feat/creator-tokens-profile #8247

Triggered via push October 10, 2023 08:43
Status Success
Total duration 5m 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

chromatic.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
packages/app/components/buy-creator-token-modal.tsx#L22
[unused-imports/no-unused-vars] 'user' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/buy-creator-token-modal.tsx#L24
[unused-imports/no-unused-vars] 'isWeb3Wallet' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/card/card.tsx#L71
[unused-imports/no-unused-vars] 'tw' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/card/card.tsx#L72
[unused-imports/no-unused-vars] 'sizeStyle' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/card/card.tsx#L76
[unused-imports/no-unused-vars] 'style' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/card/card.tsx#L78
[unused-imports/no-unused-vars] 'edition' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/card/card.tsx#L83
[unused-imports/no-unused-vars] 'isDark' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/claim/claimed-share-button.tsx#L23
[unused-imports/no-unused-vars] 'nft' is defined but never used. Allowed unused args must match /^_/u.
packages/app/components/creator-channels/components/message-item.tsx#L58
[unused-imports/no-unused-vars] 'PlatformAnimateHeight' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/creator-tokens/top-creator-tokens.tsx#L96
[unused-imports/no-unused-vars] 'item' is defined but never used. Allowed unused args must match /^_/u.
packages/app/components/home/top-part-creator-tokens.tsx#L12
[unused-imports/no-unused-vars] 'isDark' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/creator-tokens-panel.tsx#L15
[unused-imports/no-unused-vars] 'isDark' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/profile-top.tsx#L105
[unused-imports/no-unused-vars] 'isBlocked' is defined but never used. Allowed unused args must match /^_/u.
packages/app/components/profile/profile-top.tsx#L109
[unused-imports/no-unused-vars] 'isError' is defined but never used. Allowed unused args must match /^_/u.
packages/app/components/profile/profile-top.tsx#L113
[unused-imports/no-unused-vars] 'mutateUserProfile' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/profile-top.tsx#L115
[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#L47
[unused-imports/no-unused-vars] 'PlatformAnimateHeight' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/tokens-tab.tsx#L48
[unused-imports/no-unused-vars] 'AnimatedView' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/profile/tokens-tab.tsx#L183
[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#L201
[unused-imports/no-unused-vars] 'onItemPress' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/settings/tabs/billing.tsx#L240
[unused-imports/no-unused-vars] 'screenHeight' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/components/settings/tabs/billing.tsx#L241
[unused-imports/no-unused-vars] 'isMdWidth' 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/trending/trending-item.tsx#L43
[unused-imports/no-unused-vars] 'type' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app/hooks/api-hooks.ts#L295
[unused-imports/no-unused-vars] 'profileId' is defined but never used. Allowed unused args must match /^_/u.
packages/app/hooks/use-handle-notification.tsx#L50
[unused-imports/no-unused-vars] 'response' 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/app/utilities.ts#L760
[unused-imports/no-unused-vars] 'getProfileTitle' 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/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.
Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, 8BitJonny/gh-get-current-pr@1.3.0, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy
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/
Deploy
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/
Deploy
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/
Deploy
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/
Deploy
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/
Deploy
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/
Deploy
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/
Deploy
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/
Deploy
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/