Skip to content

Merge pull request #159 from WishPool-dev/develop #237

Merge pull request #159 from WishPool-dev/develop

Merge pull request #159 from WishPool-dev/develop #237

Triggered via push January 20, 2026 07:59
Status Success
Total duration 1m 10s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build: src/hooks/pick/useCarouselCard.ts#L59
React Hook useEffect has missing dependencies: 'centerTo', 'getNearestIndex', and 'initialIndex'. Either include them or remove the dependency array
build: src/components/wishpool/viewer/edit/Thumbnail.tsx#L32
React Hook useEffect has a missing dependency: 'onChangeImageKey'. Either include it or remove the dependency array. If 'onChangeImageKey' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/app/login/page.tsx#L18
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
build: src/app/login/page.tsx#L18
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
build: src/app/auth/callback/page.tsx#L22
React Hook useEffect has a missing dependency: 'router'. Either include it or remove the dependency array