Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: lots of improvement #4

Merged
merged 3 commits into from
Dec 14, 2024

feat: update dependencies and refactor components

f3c9508
Select commit
Loading
Failed to load commit list.
Merged

feat: lots of improvement #4

feat: update dependencies and refactor components
f3c9508
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 14, 2024 in 0s

95 new issues (0 max.) of at least minor severity.

Annotations

Check failure on line 16 in src/components/Error/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/Error/index.tsx#L16

Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function.

Check failure on line 144 in src/components/UploadImage/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/components/UploadImage/index.tsx#L144

Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`.

Check failure on line 51 in src/pages/dashboard/event/components/EventEditor/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/components/EventEditor/index.tsx#L51

'useEffect' is defined but never used.

Check failure on line 53 in src/pages/dashboard/event/components/EventEditor/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/components/EventEditor/index.tsx#L53

'OrganizationType' is defined but never used.

Check failure on line 96 in src/pages/dashboard/event/components/EventEditor/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/components/EventEditor/index.tsx#L96

Unsafe assignment of an error typed value.

Check failure on line 108 in src/pages/dashboard/event/components/EventEditor/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/components/EventEditor/index.tsx#L108

Unsafe assignment of an error typed value.

Check failure on line 139 in src/pages/dashboard/event/components/EventList/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/components/EventList/index.tsx#L139

Unsafe assignment of an error typed value.

Check failure on line 166 in src/pages/dashboard/event/components/EventList/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/components/EventList/index.tsx#L166

Unsafe member access .organization on an `any` value.

Check failure on line 28 in src/pages/dashboard/event/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/edit/index.tsx#L28

'Text' is defined but never used.

Check failure on line 32 in src/pages/dashboard/event/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/edit/index.tsx#L32

'zodResolver' is defined but never used.

Check failure on line 102 in src/pages/dashboard/event/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/edit/index.tsx#L102

Unsafe argument of type `any` assigned to a parameter of type `string | number | Date`.

Check failure on line 104 in src/pages/dashboard/event/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/edit/index.tsx#L104

Unsafe member access .endAt on an `error` typed value.

Check failure on line 105 in src/pages/dashboard/event/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/edit/index.tsx#L105

Unsafe argument of type `any` assigned to a parameter of type `string | number | Date`.

Check failure on line 112 in src/pages/dashboard/event/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/edit/index.tsx#L112

Unsafe member access .source on an `error` typed value.

Check failure on line 113 in src/pages/dashboard/event/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/edit/index.tsx#L113

Unsafe assignment of an error typed value.

Check failure on line 115 in src/pages/dashboard/event/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/event/edit/index.tsx#L115

Unsafe member access .organization on an `error` typed value.

Check failure on line 133 in src/pages/dashboard/organization/components/OrganizationList/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/organization/components/OrganizationList/index.tsx#L133

Unsafe assignment of an error typed value.

Check failure on line 133 in src/pages/dashboard/organization/components/OrganizationList/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/organization/components/OrganizationList/index.tsx#L133

Unsafe call of an `error` type typed value.

Check failure on line 160 in src/pages/dashboard/organization/components/OrganizationList/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/organization/components/OrganizationList/index.tsx#L160

Unsafe member access .slug on an `any` value.

Check failure on line 31 in src/pages/dashboard/organization/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/organization/edit/index.tsx#L31

'rem' is defined but never used.

Check failure on line 31 in src/pages/dashboard/organization/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/organization/edit/index.tsx#L31

'rem' is defined but never used.

Check failure on line 36 in src/pages/dashboard/organization/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/organization/edit/index.tsx#L36

'IconInfoCircle' is defined but never used.

Check failure on line 91 in src/pages/dashboard/organization/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/organization/edit/index.tsx#L91

Unsafe member access .website on an `error` typed value.

Check failure on line 95 in src/pages/dashboard/organization/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/organization/edit/index.tsx#L95

Unsafe member access .weibo on an `error` typed value.

Check failure on line 96 in src/pages/dashboard/organization/edit/index.tsx

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/pages/dashboard/organization/edit/index.tsx#L96

Unsafe assignment of an error typed value.