Skip to content

fix: deal kanban infinite loop is now fixed #13

fix: deal kanban infinite loop is now fixed

fix: deal kanban infinite loop is now fixed #13

GitHub Actions / Qodana for JS completed Nov 10, 2024 in 0s

544 new problems found by Qodana for JS

Qodana for JS

544 new problems were found

Inspection name Severity Problems
ESLint 🔴 Failure 200
Unused import 🔶 Warning 175
Unused local symbol 🔶 Warning 102
Redundant local variable 🔶 Warning 33
Redundant 'if' statement 🔶 Warning 2
Exception used for local control-flow 🔶 Warning 1
Deprecated symbol used ◽️ Notice 26
Duplicated code fragment ◽️ Notice 3
Result of method call returning a promise is ignored ◽️ Notice 2

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 1 in src/app/app/clients/[id]/page.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Duplicated code fragment

Duplicated code

Check notice on line 54 in src/app/app/clients/_components/ClientsTable.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Duplicated code fragment

Duplicated code

Check notice on line 58 in src/app/app/_components/account_page/panels/activities/CallLogActivityCard.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Duplicated code fragment

Duplicated code

Check warning on line 11 in src/app/app/deals/_components/DealsColumns.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier LucideFileText

Check warning on line 4 in src/app/app/_components/table_fields/ExpectedCloseField.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier formatDate

Check warning on line 2 in src/server/activity.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { createServerAction } from "zsa";

Check warning on line 9 in emails/VerificationEmail.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier Preview

Check warning on line 7 in src/app/app/deals/_components/DealKanbanColumn.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier MoreHorizontal

Check warning on line 3 in src/components/ComingSoonCard.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier CardHeader

Check warning on line 2 in src/server/onboarding.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { createServerAction } from "zsa";

Check warning on line 10 in src/app/app/_components/sidebar/app-sidebar.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier PieChart

Check warning on line 31 in src/app/app/_components/sidebar/app-sidebar.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier SidebarRail

Check warning on line 5 in src/components/ComingSoonCard.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier CardDescription

Check warning on line 2 in src/server/workspaces.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { createServerAction } from "zsa";

Check warning on line 8 in src/app/app/_components/forms/NewContactForm.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier DialogTrigger

Check warning on line 2 in src/server/sign-up.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { createServerAction } from "zsa";

Check warning on line 7 in src/app/app/_components/sidebar/user-button.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier CreditCard

Check warning on line 12 in src/app/app/_components/table_nav/DataTableDeleteButton.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier AlertDialogTrigger

Check warning on line 2 in src/server/accounts.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { createServerAction } from "zsa";

Check warning on line 8 in src/app/app/home/_components/GoToPageButton.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier LucideIcon

Check warning on line 2 in src/server/contacts.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { createServerAction } from "zsa";

Check warning on line 12 in src/app/app/deals/_components/DealKanbanCard.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier MoreVerticalIcon

Check warning on line 6 in src/app/app/leads/page.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused  

```
import { AccountFull } from "@/types/entities";
```

Check warning on line 9 in src/app/app/deals/_components/DealsColumns.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier Component

Check warning on line 15 in src/app/(auth_routes)/sign-up/verify-email/_components/VerifyEmailForm.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier RefreshCw