Skip to content

fix(wallets): fix incorrenct funding balance calculation #38

fix(wallets): fix incorrenct funding balance calculation

fix(wallets): fix incorrenct funding balance calculation #38

GitHub Actions / Qodana for JS completed Jan 21, 2025 in 0s

321 new problems found by Qodana for JS

Qodana for JS

321 new problems were found

Inspection name Severity Problems
Unresolved TypeScript reference 🔴 Failure 30
Missing or invalid component, directive or pipe declaration in a module 🔴 Failure 23
Invalid imported or declared symbol 🔴 Failure 15
Inaccessible component member or directive input 🔴 Failure 12
Non-iterable type in @for block 🔴 Failure 4
Attempt to assign to const or readonly variable 🔴 Failure 4
Unused import 🔶 Warning 13
Import can be shortened 🔶 Warning 10
Redundant local variable 🔶 Warning 4
Unused local symbol 🔶 Warning 3
Void function return value used 🔶 Warning 2
Angular CLI add dependency 🔶 Warning 1
Exception used for local control-flow 🔶 Warning 1
Undefined binding ◽️ Notice 199

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 23 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Angular CLI add dependency

"@angular/cdk" can be installed using 'ng add' command

Check failure on line 144 in src/app/components/campaign-settings/campaign-settings.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Non-iterable type in @for block

Type boolean must have a [Symbol.iterator]() method that returns an iterator.

Check failure on line 197 in src/app/components/campaign-settings/campaign-settings.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Non-iterable type in @for block

Type boolean must have a [Symbol.iterator]() method that returns an iterator.

Check failure on line 166 in src/app/components/campaign-settings/campaign-settings.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Non-iterable type in @for block

Type boolean must have a [Symbol.iterator]() method that returns an iterator.

Check failure on line 155 in src/app/components/campaign-settings/campaign-settings.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Non-iterable type in @for block

Type boolean must have a [Symbol.iterator]() method that returns an iterator.

Check failure on line 7 in src/app/components/connections-form/connections-form.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input acountLoading because it is a read-only property

Check failure on line 294 in src/app/components/campaign-settings/campaign-settings.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input code because it is a read-only property

Check failure on line 86 in src/app/pages/wallet/wallet.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input initialCurrency because it is a read-only property

Check failure on line 76 in src/app/components/campaign-publications/campaign-publications.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input totalCredits because it is a read-only property

Check failure on line 8 in src/app/components/connections-form/connections-form.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input telegramBotUrl because it is a read-only property

Check failure on line 41 in src/app/pages/campaign/campaign.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input campaign because it is a read-only property

Check failure on line 30 in src/app/pages/campaign/campaign.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input campaign because it is a read-only property

Check failure on line 8 in src/app/components/connections-form/connections-form.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input submitting because it is a read-only property

Check failure on line 75 in src/app/components/campaign-publications/campaign-publications.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input campaign because it is a read-only property

Check failure on line 7 in src/app/components/connections-form/connections-form.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input telegramConnection because it is a read-only property

Check failure on line 5 in src/app/components/connections-form/connections-form.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input disconnecting because it is a read-only property

Check failure on line 37 in src/app/components/payment-method-registration/momo/momo.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input code because it is a read-only property

Check failure on line 19 in src/app/pages/settings/settings.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component PrefsFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 30 in src/app/components/campaign-publications/campaign-publications.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component PublicationFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 80 in src/app/components/campaign-settings/campaign-settings.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Directive PhoneDirective is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 33 in src/app/components/payment-method-registration/momo/momo.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Directive PhoneDirective is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 46 in src/app/pages/campaigns/campaigns.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component CampaignFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 12 in src/app/components/connections-form/connections-form.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component TelegramConnectionFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 16 in src/app/pages/login/login.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component GoogleButton is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 21 in src/app/pages/settings/settings.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component PaymentMethodRegistrationComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.