import React from "react"; import { Zap, Trash2 } from "lucide-react"; import { useEventStore } from "../stores/eventStore"; import EventRow from "./EventRow"; const EventFeed: React.FC = () => { const { events, clear, connected } = useEventStore(); return (
Connecting to live stream...
Monitoring activity
Evaluation events will appear here in real-time.