Skip to content

feat: update gear icon to logout icon #1121

feat: update gear icon to logout icon

feat: update gear icon to logout icon #1121

Triggered via pull request December 13, 2024 10:30
Status Success
Total duration 3m 41s
Artifacts

e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
start
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
start
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
start: packages/next-admin/src/components/ClientActionDialog.tsx#L60
React Hook useEffect has missing dependencies: 'action.depth' and 'apiBasePath'. Either include them or remove the dependency array
start: packages/next-admin/src/components/Filters.tsx#L38
React Hook useEffect has a missing dependency: 'fetchUrlFilter'. Either include it or remove the dependency array
start: packages/next-admin/src/components/Form.tsx#L209
React Hook useMemo has missing dependencies: 'basePath', 'canCreate', 'canDelete', 'canEdit', 'edit', 'resource', 'router', 'runDeletion', 'showMessage', and 't'. Either include them or remove the dependency array
start: packages/next-admin/src/components/Form.tsx#L309
React Hook useCallback has missing dependencies: 'basePath', 'cleanAll', 'resource', 'router', 'setFormData', 'showMessage', and 't'. Either include them or remove the dependency array
start: packages/next-admin/src/components/Form.tsx#L561
React Hook useMemo has missing dependencies: 'CustomForm', 'allDisabled', 'extraErrors', 'isPending', 'schema', 'schemas', 'setFormData', and 'templates'. Either include them or remove the dependency array
start: packages/next-admin/src/components/Menu.tsx#L165
Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element
start: packages/next-admin/src/components/advancedSearch/AdvancedSearchFieldCondition.tsx#L38
React Hook useEffect has missing dependencies: 'uiBlock' and 'updateUiBlock'. Either include them or remove the dependency array
start: packages/next-admin/src/components/inputs/DateWidget.tsx#L34
React Hook useCallback has missing dependencies: 'props.name' and 'setFieldDirty'. Either include them or remove the dependency array
start: packages/next-admin/src/components/inputs/RichText/RichTextField.tsx#L70
React Hook useMemo has missing dependencies: 'format' and 'required'. Either include them or remove the dependency array
start: packages/next-admin/src/components/inputs/ScalarArray/ScalarArrayField.tsx#L98
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback