Skip to content

chore: setup home page (#3)

Sign in for the full log view
GitHub Actions / Qodana for JS completed Dec 27, 2024 in 0s

18 new problems found by Qodana for JS

Qodana for JS

18 new problems were found

Inspection name Severity Problems
Missing or invalid component, directive or pipe declaration in a module 🔴 Failure 5
Invalid usage of imports in non-standalone components 🔴 Failure 4
Invalid imported or declared symbol 🔴 Failure 1
Unresolved TypeScript reference 🔴 Failure 1
Unused local symbol 🔶 Warning 2
Unused import 🔶 Warning 1
Undefined binding ◽️ Notice 4

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check failure on line 17 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 144 in src/app/components/google-button.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing or invalid component, directive or pipe declaration in a module

GoogleButton is not declared in any Angular module

Check failure on line 22 in src/app/pages/auth-callback/auth-callback.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing or invalid component, directive or pipe declaration in a module

AuthCallbackComponent is not declared in any Angular module

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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing or invalid component, directive or pipe declaration in a module

LoginComponent is not declared in any Angular module

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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing or invalid component, directive or pipe declaration in a module

HomeComponent is not declared in any Angular module

Check failure on line 10 in src/app/app.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing or invalid component, directive or pipe declaration in a module

AppComponent is not declared in any Angular module

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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid usage of imports in non-standalone components

Only standalone components can use imports

Check failure on line 6 in src/app/app.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid usage of imports in non-standalone components

Only standalone components can use imports

Check failure on line 11 in src/app/pages/home/home.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid usage of imports in non-standalone components

Only standalone components can use imports

Check failure on line 10 in src/app/pages/auth-callback/auth-callback.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid usage of imports in non-standalone components

Only standalone components can use imports

Check notice on line 2 in src/app/pages/home/home.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Undefined binding

Property model is not provided by any applicable directives nor by <p-menubar> element

Check notice on line 4 in src/app/pages/home/home.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Undefined binding

Property model is not provided by any applicable directives nor by <p-menu> element

Check notice on line 4 in src/app/pages/home/home.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Undefined binding

Property popup is not provided by any applicable directives nor by <p-menu> element

Check notice on line 5 in src/app/pages/home/home.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Undefined binding

Property image is not provided by any applicable directives nor by <p-avatar> element

Check warning on line 1 in netlify/functions/config/db/schema/posts.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier bigserial

Check warning on line 5 in netlify/functions/users/index.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused parameter next

Check warning on line 25 in src/app/pages/login/login.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused readonly field navigate

Check failure on line 5 in src/app/pages/home/home.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unresolved TypeScript reference

Unresolved function or method toggle()