From ba9988978214cbcd2a529470685d7b624d1448f9 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 12 Jan 2026 16:47:14 +0000 Subject: [PATCH] Refactor activity feed disabled UI; use plain img for hero image fix Co-authored-by: dennis --- app/components/ActivityFeed.tsx | 62 +++++++++++++++++++++------------ app/components/Hero.tsx | 14 +++----- 2 files changed, 45 insertions(+), 31 deletions(-) diff --git a/app/components/ActivityFeed.tsx b/app/components/ActivityFeed.tsx index 8405857..4c722b6 100644 --- a/app/components/ActivityFeed.tsx +++ b/app/components/ActivityFeed.tsx @@ -1459,20 +1459,29 @@ export default function ActivityFeed() { // Don't render if tracking is disabled and no data if (!isTrackingEnabled && !data) { return ( -
+
- +
+
+ +
+

Live Activity

+

Tracking disabled

+
+
+ +
); @@ -1481,20 +1490,29 @@ export default function ActivityFeed() { // If tracking disabled but we have data, show a disabled state if (!isTrackingEnabled && data) { return ( -
+
- +
+
+ +
+

Live Activity

+

Tracking disabled

+
+
+ +
); diff --git a/app/components/Hero.tsx b/app/components/Hero.tsx index 9aea5b4..45d0368 100644 --- a/app/components/Hero.tsx +++ b/app/components/Hero.tsx @@ -2,7 +2,6 @@ import { motion } from "framer-motion"; import { ArrowDown, Code, Zap, Rocket } from "lucide-react"; -import Image from "next/image"; import { useEffect, useState } from "react"; import { useLocale, useTranslations } from "next-intl"; import type { JSONContent } from "@tiptap/react"; @@ -111,16 +110,13 @@ const Hero = () => { repeatType: "reverse", }} > - to fully bypass Next.js image optimizer (dev 400 issue). */} + Dennis Konkol {/* Glossy Overlay for Liquid Feel */}