diff --git a/src/components/CountViewer.tsx b/src/components/CountViewer.tsx
index 7a91fdb..e973f42 100644
--- a/src/components/CountViewer.tsx
+++ b/src/components/CountViewer.tsx
@@ -375,7 +375,6 @@ export default function CountViewer({
{/* Mentions */}
{pTagPubkeys.length > 0 && (
-
@
{pTagPubkeys.slice(0, 2).map((pubkey) => (
- {/* Right: Controls */}
+ {/* Right: Controls - refresh, relays, filter */}
- {/* Filter Dropdown */}
-
-
-
-
-
-
-
-
-
- Raw Query JSON
-
-
-
-
-
-
- handleCopy(JSON.stringify(filter, null, 2))
- }
- copied={copied}
- label="Copy query JSON"
- />
-
-
-
-
-
-
+
+
Refresh counts
+
{/* Relay Dropdown with status */}
@@ -542,21 +520,42 @@ export default function CountViewer({
- {/* Refresh Button */}
-
-
-
-
+ {/* Filter Dropdown */}
+
+
+
+
-
- Refresh counts
-
+
+
+
+
+
+
+
+ Raw Query JSON
+
+
+
+
+
+
+ handleCopy(JSON.stringify(filter, null, 2))
+ }
+ copied={copied}
+ label="Copy query JSON"
+ />
+
+
+
+
+
+