From f1ec67967ad894c1ffe89edd6cf0134ce46b86fb Mon Sep 17 00:00:00 2001 From: you Date: Thu, 19 Mar 2026 21:53:22 +0000 Subject: [PATCH] fix: always show QR code in node detail, add Recent Adverts section to sidebar detail --- public/nodes.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/nodes.js b/public/nodes.js index 404e04f6..0081b247 100644 --- a/public/nodes.js +++ b/public/nodes.js @@ -360,7 +360,7 @@

Public Key

${n.public_key}
- ${(n.advert_count || 0) > 0 ? `
` : ''} +
@@ -377,6 +377,21 @@
+
+

Recent Adverts (${adverts.length})

+
+ ${adverts.length ? adverts.map(a => { + return ``; + }).join('') : '
No recent adverts
'} +
+
+

Recent Activity (${recent.length})