diff --git a/js/src/features/layout.tsx b/js/src/features/layout.tsx index b8903b6..ad9996d 100644 --- a/js/src/features/layout.tsx +++ b/js/src/features/layout.tsx @@ -91,7 +91,7 @@ function TopBar() { const { data: particle } = useParticle(path); return ( -
+
diff --git a/js/src/features/network-root.tsx b/js/src/features/network-root.tsx index 92a1cd8..7cc8d54 100644 --- a/js/src/features/network-root.tsx +++ b/js/src/features/network-root.tsx @@ -1,6 +1,6 @@ import { useCallback, useMemo, useState } from "react"; import { useNavigate, useParams } from "react-router-dom"; -import { List, LayoutGrid } from "lucide-react"; +import { List, LayoutGrid, CircleDot, CircleCheckBig } from "lucide-react"; import { particlePath } from "@/lib/particle-path"; import { ParticleListView } from "@/features/particles/particle-list-view"; import { ParticleGridView } from "@/features/particles/particle-grid-view"; @@ -49,14 +49,14 @@ export default function NetworkRoot() { return (
{/* Top bar — stays in place */} -
+
setStatusTab(v as "open" | "closed")} > - Open - Closed + Open + Closed

- No recent streams yet. Start a conversation using the keyboard shortcuts below. + No streams here. Start a conversation using the keyboard shortcuts below.

);