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(IN-839) Hours display and Hours drawer #640

Merged
merged 142 commits into from
Dec 11, 2023

cleanup

6f5fd68
Select commit
Loading
Failed to load commit list.
Merged

feat(IN-839) Hours display and Hours drawer #640

cleanup
6f5fd68
Select commit
Loading
Failed to load commit list.
InReachBot / Check Code for Errors succeeded Dec 11, 2023 in 0s

ESLint Results

Your project seems to have some warnings.

Annotations

Check warning on line 20 in packages/ui/components/data-portal/ServicesDrawer.tsx

See this annotation in the file changed.

@inreachbot inreachbot / Check Code for Errors

packages/ui/components/data-portal/ServicesDrawer.tsx#L20

[@typescript-eslint/no-unused-vars] 'ApiOutput' is defined but never used. Allowed unused vars must match /^_/u.

Check warning on line 23 in packages/ui/components/data-portal/ServicesDrawer.tsx

See this annotation in the file changed.

@inreachbot inreachbot / Check Code for Errors

packages/ui/components/data-portal/ServicesDrawer.tsx#L23

[@typescript-eslint/no-unused-vars] 'Button' is defined but never used. Allowed unused vars must match /^_/u.

Check warning on line 53 in packages/ui/components/data-portal/ServicesDrawer.tsx

See this annotation in the file changed.

@inreachbot inreachbot / Check Code for Errors

packages/ui/components/data-portal/ServicesDrawer.tsx#L53

[@typescript-eslint/no-unused-vars] 'orgSlug' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 57 in packages/ui/components/data-portal/ServicesDrawer.tsx

See this annotation in the file changed.

@inreachbot inreachbot / Check Code for Errors

packages/ui/components/data-portal/ServicesDrawer.tsx#L57

[@typescript-eslint/no-unused-vars] 'isLoading' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 89 in packages/ui/components/data-portal/ServicesDrawer.tsx

See this annotation in the file changed.

@inreachbot inreachbot / Check Code for Errors

packages/ui/components/data-portal/ServicesDrawer.tsx#L89

[@typescript-eslint/no-unused-vars] 'attributes' is defined but never used.

Check warning on line 15 in packages/ui/components/data-portal/HoursDrawer/fieldArray.ts

See this annotation in the file changed.

@inreachbot inreachbot / Check Code for Errors

packages/ui/components/data-portal/HoursDrawer/fieldArray.ts#L15

[@typescript-eslint/no-unused-vars] 'formData' is defined but never used.

Check warning on line 30 in packages/ui/components/data-portal/HoursDrawer/fieldArray.ts

See this annotation in the file changed.

@inreachbot inreachbot / Check Code for Errors

packages/ui/components/data-portal/HoursDrawer/fieldArray.ts#L30

[@typescript-eslint/no-unused-vars] 'formData' is defined but never used.

Check warning on line 44 in packages/ui/components/data-portal/HoursDrawer/fieldArray.ts

See this annotation in the file changed.

@inreachbot inreachbot / Check Code for Errors

packages/ui/components/data-portal/HoursDrawer/fieldArray.ts#L44

[@typescript-eslint/no-unused-vars] 'formData' is defined but never used.

Check warning on line 75 in packages/ui/components/data-portal/HoursDrawer/index.tsx

See this annotation in the file changed.

@inreachbot inreachbot / Check Code for Errors

packages/ui/components/data-portal/HoursDrawer/index.tsx#L75

[@typescript-eslint/no-unused-vars] 'setIsSaved' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u.

Check warning on line 13 in packages/ui/mockData/orgHours.ts

See this annotation in the file changed.

@inreachbot inreachbot / Check Code for Errors

packages/ui/mockData/orgHours.ts#L13

[@typescript-eslint/no-unused-vars] 'toString' is defined but never used.