mirror of
https://github.com/dergigi/boris.git
synced 2025-12-24 10:04:19 +01:00
feat: display full event ID for easy copy/paste
This commit is contained in:
@@ -555,7 +555,7 @@ const Debug: React.FC<DebugProps> = ({ relayPool }) => {
|
||||
<span>Public: {counts.public}</span>
|
||||
{counts.private > 0 && <span>Has encrypted content</span>}
|
||||
</div>
|
||||
<div className="opacity-50 mt-1 text-[10px]">ID: {evt.id?.slice(0, 16)}...</div>
|
||||
<div className="opacity-50 mt-1 text-[10px] break-all">ID: {evt.id}</div>
|
||||
</div>
|
||||
)
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user