mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-06-21 18:45:14 +02:00
620747baa3
The User Profile page rendered each adopted node's relative time from adopted_at (the adoption date) rather than the node's most recent activity, so it always showed the time since adoption (e.g. "35 days ago") even when the node had advertised today. Expose last_seen on AdoptedNodeRead and render it on the profile page, falling back to "-" when null (matching the nodes/node-detail pages). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>