fix: deal kanban infinite loop is now fixed #13
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
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 1 in src/app/app/clients/[id]/page.tsx
github-actions / Qodana for JS
Duplicated code fragment
Duplicated code
Check notice on line 54 in src/app/app/clients/_components/ClientsTable.tsx
github-actions / Qodana for JS
Duplicated code fragment
Duplicated code
github-actions / Qodana for JS
Duplicated code fragment
Duplicated code
Check warning on line 11 in src/app/app/deals/_components/DealsColumns.tsx
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
github-actions / Qodana for JS
Unused import
Unused import specifier formatDate
Check warning on line 2 in src/server/activity.ts
github-actions / Qodana for JS
Unused import
Unused import { createServerAction } from "zsa";
Check warning on line 9 in emails/VerificationEmail.tsx
github-actions / Qodana for JS
Unused import
Unused import specifier Preview
Check warning on line 7 in src/app/app/deals/_components/DealKanbanColumn.tsx
github-actions / Qodana for JS
Unused import
Unused import specifier MoreHorizontal
Check warning on line 3 in src/components/ComingSoonCard.tsx
github-actions / Qodana for JS
Unused import
Unused import specifier CardHeader
Check warning on line 2 in src/server/onboarding.ts
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
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
github-actions / Qodana for JS
Unused import
Unused import specifier SidebarRail
Check warning on line 5 in src/components/ComingSoonCard.tsx
github-actions / Qodana for JS
Unused import
Unused import specifier CardDescription
Check warning on line 2 in src/server/workspaces.ts
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
github-actions / Qodana for JS
Unused import
Unused import specifier DialogTrigger
Check warning on line 2 in src/server/sign-up.ts
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
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
github-actions / Qodana for JS
Unused import
Unused import specifier AlertDialogTrigger
Check warning on line 2 in src/server/accounts.ts
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
github-actions / Qodana for JS
Unused import
Unused import specifier LucideIcon
Check warning on line 2 in src/server/contacts.ts
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
github-actions / Qodana for JS
Unused import
Unused import specifier MoreVerticalIcon
Check warning on line 6 in src/app/app/leads/page.tsx
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
github-actions / Qodana for JS
Unused import
Unused import specifier Component
github-actions / Qodana for JS
Unused import
Unused import specifier RefreshCw