Skip to content

social redesign

social redesign #1270

Triggered via pull request February 6, 2024 15:31
@futurepaulfuturepaul
synchronize #844
new-home
Status Failure
Total duration 59s
Artifacts

code-quality.yml

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

Annotations

10 errors and 11 warnings
code_quality: src/components/ActivityItem.tsx#L97
Property 'primal_image_url' does not exist on type 'TagItem'.
code_quality: src/components/ContactButton.tsx#L14
Property 'primal_image_url' does not exist on type 'TagItem | PseudoContact'.
code_quality: src/routes/Activity.tsx#L116
Type '{ contact: TagItem; gradient: any; saveContact: (id: string, contact: ContactFormValues) => Promise<void>; deleteContact: (id: string) => Promise<void>; }' is not assignable to type 'IntrinsicAttributes & { children: Element; contact: TagItem; saveContact: (id: string, contact: ContactFormValues) => void; deleteContact: (id: string) => Promise<...>; }'.
code_quality: src/routes/Chat.tsx#L464
Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes & { children: Element; contact: TagItem; saveContact: (id: string, contact: ContactFormValues) => void; deleteContact: (id: string) => Promise<...>; }'.
code_quality: src/routes/Chat.tsx#L482
Type 'unknown' is not assignable to type 'CombinedMessagesAndActivity[]'.
code_quality: src/routes/Main.tsx#L109
Property 'get_nostr_profile' does not exist on type 'MutinyWallet'. Did you mean 'get_nwc_profile'?
code_quality: src/routes/NewProfile.tsx#L44
Property 'upload_profile_pic' does not exist on type 'MutinyWallet'.
code_quality: src/routes/NewProfile.tsx#L49
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/routes/Request.tsx#L110
Type '{ amountSats: string | bigint; }' is not assignable to type 'IntrinsicAttributes & { amountSats: string | bigint; from_fedi_to_ln: boolean; }'.
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/Activity.tsx#L8
'ActivityItem' is defined but never used. Allowed unused vars must match /^_/u
code_quality: src/components/Activity.tsx#L33
'click' is assigned a value but never used. Allowed unused vars must match /^_/u
code_quality: src/components/ContactViewer.tsx#L14
'SmallHeader' is defined but never used. Allowed unused vars must match /^_/u
code_quality: src/components/NostrActivity.tsx#L12
'avatar' is defined but never used. Allowed unused vars must match /^_/u
code_quality: src/components/NostrActivity.tsx#L14
'VStack' 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
code_quality: src/routes/Chat.tsx#L7
'createMemo' is defined but never used. Allowed unused vars must match /^_/u
code_quality: src/routes/Chat.tsx#L214
'index' is defined but never used. Allowed unused args must match /^_/u
code_quality: src/routes/Profile.tsx#L10
'LargeHeader' is defined but never used. Allowed unused vars must match /^_/u
code_quality: src/routes/Scratchpad.tsx#L1
'createSignal' is defined but never used. Allowed unused vars must match /^_/u