From e2a170100032d2d60fe1cc7354b796fef4336f17 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 17 Oct 2025 12:30:14 +0200 Subject: [PATCH] refactor(debug): move debug logs section to end with improved layout --- src/components/Debug.tsx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index 7fbed5cd..4e569bb2 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -98,11 +98,6 @@ const Debug: React.FC = () => {

Bunker Debug

- - Active pubkey: {pubkey || 'none'}
@@ -155,10 +150,22 @@ const Debug: React.FC = () => { + + {/* Debug Logs Section */} +
-

Live Logs

+
+

Debug Logs

+
+ + +
+
Recent NIP-46 activity
{logs.length === 0 ? (