Firebase Authentication -- Login + Sign Up Pages #200
Annotations
10 errors and 11 warnings
admin-portal-frontend/src/app/components/admin-cards.tsx#L3
Unable to resolve path to module '@fortawesome/free-solid-svg-icons'
|
admin-portal-frontend/src/app/components/admin-cards.tsx#L4
Unable to resolve path to module '@fortawesome/react-fontawesome'
|
admin-portal-frontend/src/app/components/admin-cards.tsx#L20
'showModal' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
admin-portal-frontend/src/app/components/admin-cards.tsx#L20
'setShowModal' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
admin-portal-frontend/src/app/components/admin-cards.tsx#L29
'doc' is already declared in the upper scope on line 5 column 33
|
admin-portal-frontend/src/app/components/admin-cards.tsx#L36
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
admin-portal-frontend/src/app/components/admin-cards.tsx#L80
Promise-returning function provided to attribute where a void return was expected
|
admin-portal-frontend/src/app/components/admin-cards.tsx#L82
Unsafe assignment of an `any` value
|
admin-portal-frontend/src/app/firebase-admin.tsx#L1
Unable to resolve path to module 'firebase-admin'
|
admin-portal-frontend/src/app/firebase-admin.tsx#L3
Unsafe assignment of an `any` value
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
admin-portal-frontend/src/app/all-page/page.tsx#L6
Using exported name 'PageContainer' as identifier for default export
|
admin-portal-frontend/src/app/all-page/page.tsx#L103
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
admin-portal-frontend/src/app/components/CategoryContainer.tsx#L72
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
admin-portal-frontend/src/app/components/CategoryContainer.tsx#L75
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
admin-portal-frontend/src/app/components/DeletePopup.tsx#L25
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
admin-portal-frontend/src/app/components/PageContainer.tsx#L73
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
admin-portal-frontend/src/app/components/PageContainer.tsx#L76
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
admin-portal-frontend/src/app/components/Toast.tsx#L35
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
admin-portal-frontend/src/app/components/Toast.tsx#L38
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
admin-portal-frontend/src/app/forgot-password/page.tsx#L7
There should be at least one empty line between import groups
|
This job failed
Loading