diff --git a/src/components/PostViewer.tsx b/src/components/PostViewer.tsx index 94edb17..3b9ec6f 100644 --- a/src/components/PostViewer.tsx +++ b/src/components/PostViewer.tsx @@ -10,6 +10,7 @@ import { Server, ServerOff, Plus, + Circle, } from "lucide-react"; import { toast } from "sonner"; import { Button } from "./ui/button"; @@ -752,7 +753,7 @@ export function PostViewer({ windowId }: PostViewerProps = {}) { -
+
{relayStates.map((relay) => { // Get relay connection state from pool const poolRelay = relayPoolMap?.get(relay.url); @@ -800,6 +801,9 @@ export function PostViewer({ windowId }: PostViewerProps = {}) { {/* Status indicator */}
+ {relay.status === "pending" && ( + + )} {relay.status === "publishing" && ( )}