Skip to content

social redesign

social redesign #1232

Triggered via pull request January 29, 2024 12:08
@futurepaulfuturepaul
synchronize #844
new-home
Status Failure
Total duration 53s
Artifacts

code-quality.yml

on: pull_request
code_quality
44s
code_quality
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
code_quality: src/routes/Chat.tsx#L226
Property 'date' does not exist on type 'IActivityItem | FakeDirectMessage'.
code_quality: src/routes/Chat.tsx#L227
Property 'last_updated' does not exist on type 'IActivityItem | FakeDirectMessage'.
code_quality: src/routes/Chat.tsx#L230
Property 'date' does not exist on type 'IActivityItem | FakeDirectMessage'.
code_quality: src/routes/Chat.tsx#L231
Property 'last_updated' does not exist on type 'IActivityItem | FakeDirectMessage'.
code_quality: src/routes/Main.tsx#L162
Property 'get_nostr_profile' does not exist on type 'MutinyWallet'. Did you mean 'get_nwc_profile'?
code_quality: src/routes/Main.tsx#L222
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#L23
Property 'get_nostr_profile' does not exist on type 'MutinyWallet'. Did you mean 'get_nwc_profile'?
code_quality: src/state/megaStore.tsx#L211
Property 'sync_nostr' does not exist on type 'MutinyWallet'.
code_quality: vite.config.ts#L32
Excessive stack depth comparing types '{ build: { target: string; outDir: string; emptyOutDir: true; }; server: { port: number; fs: { allow: string[]; }; }; plugins: any[]; define: { "import.meta.env.__COMMIT_HASH__": string; "import.meta.env.__RELEASE_VERSION__": string; }; resolve: { ...; }; optimizeDeps: { ...; }; css: { ...; }; }' and 'UserConfig'.
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