social redesign #1226
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors and 11 warnings
code_quality:
src/routes/Main.tsx#L167
Property 'get_nostr_profile' does not exist on type 'MutinyWallet'. Did you mean 'get_nwc_profile'?
|
code_quality:
src/routes/NewProfile.tsx#L71
Property 'edit_nostr_profile' does not exist on type 'MutinyWallet'.
|
code_quality:
src/routes/Profile.tsx#L93
Property 'get_nostr_profile' does not exist on type 'MutinyWallet'. Did you mean 'get_nwc_profile'?
|
code_quality:
src/state/megaStore.tsx#L210
Property 'sync_nostr' does not exist on type 'MutinyWallet'.
|
code_quality
Process completed with exit code 1.
|
code_quality
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
code_quality:
src/components/BalanceBox.tsx#L1
'useNavigate' is defined but never used. Allowed unused vars must match /^_/u
|
code_quality:
src/components/BalanceBox.tsx#L2
'createSignal' is defined but never used. Allowed unused vars must match /^_/u
|
code_quality:
src/components/BalanceBox.tsx#L8
'Button' is defined but never used. Allowed unused vars must match /^_/u
|
code_quality:
src/components/HomeSubnav.tsx#L4
'BalanceBox' is defined but never used. Allowed unused vars must match /^_/u
|
code_quality:
src/components/HomeSubnav.tsx#L15
'i18n' is assigned a value but never used. Allowed unused vars must match /^_/u
|
code_quality:
src/components/IntegratedQR.tsx#L120
Empty components are self-closing
|
code_quality:
src/router.tsx#L7
'Match' is defined but never used. Allowed unused vars must match /^_/u
|
code_quality:
src/router.tsx#L7
'Switch' is defined but never used. Allowed unused vars must match /^_/u
|
code_quality:
src/router.tsx#L12
'SetupErrorDisplay' is defined but never used. Allowed unused vars must match /^_/u
|
code_quality:
src/routes/Activity.tsx#L25
'NavBar' is defined but never used. Allowed unused vars must match /^_/u
|