From ada9e105704e5001dbbb37c0a02f305b72e431e3 Mon Sep 17 00:00:00 2001
From: Jon Staab
Date: Thu, 11 Jun 2026 17:44:25 -0700
Subject: [PATCH] Show plan on the relay list
---
frontend/src/components/RelayListItem.tsx | 24 +++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/frontend/src/components/RelayListItem.tsx b/frontend/src/components/RelayListItem.tsx
index 6f97695..378bf44 100644
--- a/frontend/src/components/RelayListItem.tsx
+++ b/frontend/src/components/RelayListItem.tsx
@@ -2,6 +2,7 @@ import { A } from "@solidjs/router"
import { Show } from "solid-js"
import { getProfilePicture } from "applesauce-core/helpers/profile"
import type { Relay } from "@/lib/api"
+import { StatusBadge } from "@/components/relay/RelayCardHeader"
import { useProfileMetadata } from "@/lib/hooks"
import { shortenPubkey } from "@/lib/pubkey"
import { RELAY_DOMAIN } from "@/lib/subdomain"
@@ -41,17 +42,20 @@ export default function RelayListItem(props: RelayListItemProps) {
- {props.relay.status}
}
- >
-
+ }
>
- Failed to sync
-
-
+
+ Failed to sync
+
+
+ {props.relay.plan_id}
+