mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 01:03:34 +02:00
Add node last heard reason to hover
This commit is contained in:
@@ -1928,7 +1928,7 @@ export function PacketVisualizer3D({
|
||||
{node.ambiguousNames.join(', ')}
|
||||
</div>
|
||||
)}
|
||||
{pinnedNodeId && node.type !== 'self' && (
|
||||
{node.type !== 'self' && (
|
||||
<div className="text-muted-foreground border-t border-border pt-1 mt-1">
|
||||
<div>Last active: {formatRelativeTime(node.lastActivity)}</div>
|
||||
{node.lastActivityReason && <div>Reason: {node.lastActivityReason}</div>}
|
||||
|
||||
Reference in New Issue
Block a user