fix: replace img tags with next/image, fix useEffect deps, suppress test mock warnings

- projects/page.tsx & projects/[slug]/page.tsx: <img> → <Image fill unoptimized>
- ActivityFeed.tsx: add allQuotes.length to useEffect deps
- Test mocks: eslint-disable for intentional <img> in next/image mocks

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
denshooter
2026-03-04 15:40:19 +01:00
parent d80c936c60
commit 10a545f014
5 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ export default function ActivityFeed({
clearInterval(statusInterval);
clearInterval(quoteInterval);
};
}, [onActivityChange]);
}, [onActivityChange, allQuotes.length]);
if (loading) {
return <div className="animate-pulse space-y-4">